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