Class RAP._ResultHolderHelper
All Packages Class Hierarchy This Package Previous Next Index
Class RAP._ResultHolderHelper
Object
|
+----RAP._ResultHolderHelper
- public class _ResultHolderHelper
- extends Object
-
RAP._ResultHolderHelper()
-
-
_orb()
-
-
extract(Any)
-
-
id()
-
-
insert(Any, _ResultHolder)
-
-
read(InputStream)
-
-
type()
-
-
write(OutputStream, _ResultHolder)
-
_ResultHolderHelper
public _ResultHolderHelper()
_orb
public static org.omg.CORBA.ORB _orb()
extract
public static RAP._ResultHolder extract(Any any)
id
public static java.lang.String id()
insert
public static void insert(Any any,
_ResultHolder value)
read
public static RAP._ResultHolder read(InputStream _stream)
type
public static org.omg.CORBA.TypeCode type()
write
public static void write(OutputStream _stream,
_ResultHolder value)
All Packages Class Hierarchy This Package Previous Next Index