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