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