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