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