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