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