Uses of Interface
org.omg.CORBA.ArrayDef
-
Packages that use ArrayDef Package Description org.omg.CORBA Provides the mapping of the OMG CORBA APIs to the JavaTM programming language, including the class ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB). -
-
Uses of ArrayDef in org.omg.CORBA
Classes in org.omg.CORBA that implement ArrayDef Modifier and Type Class Description class_ArrayDefStuborg/omg/CORBA/_ArrayDefStub.java .Fields in org.omg.CORBA declared as ArrayDef Modifier and Type Field Description ArrayDefArrayDefHolder. valueMethods in org.omg.CORBA that return ArrayDef Modifier and Type Method Description ArrayDefArrayDefPOA. _this()ArrayDefArrayDefPOA. _this(ORB orb)ArrayDef_RepositoryStub. create_array(int length, IDLType element_type)ArrayDefRepositoryOperations. create_array(int length, IDLType element_type)ArrayDefRepositoryPOATie. create_array(int length, IDLType element_type)static ArrayDefArrayDefHelper. extract(Any a)static ArrayDefArrayDefHelper. narrow(Object obj)static ArrayDefArrayDefHelper. read(InputStream istream)static ArrayDefArrayDefHelper. unchecked_narrow(Object obj)Methods in org.omg.CORBA with parameters of type ArrayDef Modifier and Type Method Description static voidArrayDefHelper. insert(Any a, ArrayDef that)static voidArrayDefHelper. write(OutputStream ostream, ArrayDef value)Constructors in org.omg.CORBA with parameters of type ArrayDef Constructor Description ArrayDefHolder(ArrayDef initialValue)
-