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