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