Class org.omg.CORBA.ContainedHelper
All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.ContainedHelper
java.lang.Object
|
+----org.omg.CORBA.ContainedHelper
- public final class ContainedHelper
- extends Object
-
__read(InputStream)
-
-
__write(OutputStream, Contained)
-
-
_is_a(Object)
-
-
extract(Any)
-
-
id()
-
-
insert(Any, Contained)
-
-
narrow(Object)
-
-
type()
-
__write
public static void __write(OutputStream out,
Contained that)
__read
public static Contained __read(InputStream in)
extract
public static Contained extract(Any a)
insert
public static void insert(Any a,
Contained that)
type
public static synchronized TypeCode type()
id
public static String id()
_is_a
public static boolean _is_a(Object that)
narrow
public static Contained narrow(Object that) throws BAD_PARAM
All Packages Class Hierarchy This Package Previous Next Index