Uses of Interface
org.omg.CORBA.IDLType
-
Packages that use IDLType Package Description org.omg.CORBA Provides the mapping of the OMG CORBA APIs to the Java™ programming language, including the classORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB). -
-
Uses of IDLType in org.omg.CORBA
Classes in org.omg.CORBA that implement IDLType Modifier and Type Class Description class_IDLTypeStubThe Stub forIDLType.Fields in org.omg.CORBA declared as IDLType Modifier and Type Field Description IDLTypeStructMember. type_defThe typedef that represents the IDL type of the struct member described by thisStructMemberobject.IDLTypeUnionMember. type_defThe typedef that represents the IDL type of the union member described by thisUnionMemberobject.IDLTypeValueMember. type_defThe typedef that represents the IDL type of thevaluemember described by thisValueMemberobject.Methods in org.omg.CORBA that return IDLType Modifier and Type Method Description static IDLTypeIDLTypeHelper. extract(Any a)static IDLTypeIDLTypeHelper. narrow(Object obj)static IDLTypeIDLTypeHelper. read(InputStream istream)Methods in org.omg.CORBA with parameters of type IDLType Modifier and Type Method Description static voidIDLTypeHelper. insert(Any a, IDLType that)static voidIDLTypeHelper. write(OutputStream ostream, IDLType value)Constructors in org.omg.CORBA with parameters of type IDLType Constructor Description StructMember(String __name, TypeCode __type, IDLType __type_def)Constructs aStructMemberobject initialized with the given values.UnionMember(String __name, Any __label, TypeCode __type, IDLType __type_def)Constructs a newUnionMemberobject with its fields initialized to the given values.ValueMember(String __name, String __id, String __defined_in, String __version, TypeCode __type, IDLType __type_def, short __access)Constructs aValueMemberobject initialized with the given values.
-