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