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