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