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