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