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