org.omg.CORBA
Class NO_RESPONSEHelper
java.lang.Object
|
+--org.omg.CORBA.NO_RESPONSEHelper
- public class NO_RESPONSEHelper
- extends java.lang.Object
Helper class for : NO_RESPONSE
- Author:
- OpenORB Compiler
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NO_RESPONSEHelper
public NO_RESPONSEHelper()
insert
public static void insert(Any a,
NO_RESPONSE t)
- Insert NO_RESPONSE into an any
- Parameters:
a
- an anyt
- NO_RESPONSE value
extract
public static NO_RESPONSE extract(Any a)
- Extract NO_RESPONSE from an any
- Parameters:
a
- an any- Returns:
- the extracted NO_RESPONSE value
type
public static TypeCode type()
- Return the NO_RESPONSE TypeCode
- Returns:
- a TypeCode
id
public static java.lang.String id()
- Return the NO_RESPONSE IDL ID
- Returns:
- an ID
read
public static NO_RESPONSE read(InputStream istream)
- Read NO_RESPONSE from a marshalled stream
- Parameters:
istream
- the input stream- Returns:
- the readed NO_RESPONSE value
write
public static void write(OutputStream ostream,
NO_RESPONSE value)
- Write NO_RESPONSE into a marshalled stream
- Parameters:
ostream
- the output streamvalue
- NO_RESPONSE value