|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.AbstractBaseHelper
public class AbstractBaseHelper
Helper class for : AbstractBase
Constructor Summary | |
---|---|
AbstractBaseHelper()
|
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 |
Constructor Detail |
---|
public AbstractBaseHelper()
Method Detail |
---|
public static void insert(Any a, java.lang.Object t)
a
- an anyt
- AbstractBase valuepublic static java.lang.Object extract(Any a)
a
- an any
public static TypeCode type()
public static java.lang.String id()
public static java.lang.Object read(InputStream istream)
istream
- the input stream
public static void write(OutputStream ostream, java.lang.Object value)
ostream
- the output streamvalue
- AbstractBase value
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |