org.omg.CORBA
Class BAD_OPERATIONHelper
java.lang.Object
|
+--org.omg.CORBA.BAD_OPERATIONHelper
- public class BAD_OPERATIONHelper
- extends java.lang.Object
Helper class for : BAD_OPERATION
- Author:
- OpenORB Compiler
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BAD_OPERATIONHelper
public BAD_OPERATIONHelper()
insert
public static void insert(Any a,
BAD_OPERATION t)
- Insert BAD_OPERATION into an any
- Parameters:
a
- an anyt
- BAD_OPERATION value
extract
public static BAD_OPERATION extract(Any a)
- Extract BAD_OPERATION from an any
- Parameters:
a
- an any- Returns:
- the extracted BAD_OPERATION value
type
public static TypeCode type()
- Return the BAD_OPERATION TypeCode
- Returns:
- a TypeCode
id
public static java.lang.String id()
- Return the BAD_OPERATION IDL ID
- Returns:
- an ID
read
public static BAD_OPERATION read(InputStream istream)
- Read BAD_OPERATION from a marshalled stream
- Parameters:
istream
- the input stream- Returns:
- the readed BAD_OPERATION value
write
public static void write(OutputStream ostream,
BAD_OPERATION value)
- Write BAD_OPERATION into a marshalled stream
- Parameters:
ostream
- the output streamvalue
- BAD_OPERATION value