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