|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.omg.CORBA.ContainedHelper
Helper class for : Contained
Constructor Summary | |
ContainedHelper()
|
Method Summary | |
static Contained |
extract(Any a)
Extract Contained from an any |
static java.lang.String |
id()
Return the Contained IDL ID |
static void |
insert(Any a,
Contained t)
Insert Contained into an any |
static Contained |
narrow(Object obj)
Narrow CORBA::Object to Contained |
static Contained |
read(InputStream istream)
Read Contained from a marshalled stream |
static TypeCode |
type()
Return the Contained TypeCode |
static Contained |
unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to Contained |
static void |
write(OutputStream ostream,
Contained value)
Write Contained into a marshalled stream |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ContainedHelper()
Method Detail |
public static void insert(Any a, Contained t)
a
- an anyt
- Contained valuepublic static Contained extract(Any a)
a
- an anypublic static TypeCode type()
public static java.lang.String id()
public static Contained read(InputStream istream)
istream
- the input streampublic static void write(OutputStream ostream, Contained value)
ostream
- the output streamvalue
- Contained valuepublic static Contained narrow(Object obj)
obj
- the CORBA Objectpublic static Contained unchecked_narrow(Object obj)
obj
- the CORBA Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |