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