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