All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.IDLTypeHelper
java.lang.Object
|
+----org.omg.CORBA.IDLTypeHelper
- public abstract class IDLTypeHelper
- extends Object
- Java Class org.omg.CORBA.IDLTypeHelper
- Source File org/omg/CORBA/IDLTypeHelper.java
- IDL Source File ir.idl
- IDL Absolute Name ::CORBA::IDLType
- Repository Identifier IDL:omg.org/CORBA/IDLType:1.0
IDL definition:
#pragma prefix "omg.org/CORBA"
interface IDLType : ::CORBA::IRObject {
readonly attribute TypeCode type;
};
IDLTypeHelper()
-
bind(ORB)
-
bind(ORB, String)
-
bind(ORB, String, String, BindOptions)
-
extract(Any)
-
id()
-
insert(Any, IDLType)
-
narrow(Object)
-
read(InputStream)
-
type()
-
write(OutputStream, IDLType)
-
IDLTypeHelper
public IDLTypeHelper()
narrow
public static IDLType narrow(Object object)
bind
public static IDLType bind(ORB orb)
bind
public static IDLType bind(ORB orb,
String name)
bind
public static IDLType bind(ORB orb,
String name,
String host,
BindOptions options)
read
public static IDLType read(InputStream _input)
write
public static void write(OutputStream _output,
IDLType value)
insert
public static void insert(Any any,
IDLType value)
extract
public static IDLType extract(Any any)
type
public static TypeCode type()
id
public static String id()
All Packages Class Hierarchy This Package Previous Next Index