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