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