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