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