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