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
_ArrayDefStub
org/omg/CORBA/_ArrayDefStub.java .Fields in org.omg.CORBA declared as ArrayDef Modifier and Type Field Description ArrayDef
ArrayDefHolder. value
Methods in org.omg.CORBA that return ArrayDef Modifier and Type Method Description ArrayDef
ArrayDefPOA. _this()
ArrayDef
ArrayDefPOA. _this(ORB orb)
ArrayDef
_RepositoryStub. create_array(int length, IDLType element_type)
ArrayDef
RepositoryOperations. create_array(int length, IDLType element_type)
ArrayDef
RepositoryPOATie. create_array(int length, IDLType element_type)
static ArrayDef
ArrayDefHelper. extract(Any a)
static ArrayDef
ArrayDefHelper. narrow(Object obj)
static ArrayDef
ArrayDefHelper. read(InputStream istream)
static ArrayDef
ArrayDefHelper. unchecked_narrow(Object obj)
Methods in org.omg.CORBA with parameters of type ArrayDef Modifier and Type Method Description static void
ArrayDefHelper. insert(Any a, ArrayDef that)
static void
ArrayDefHelper. write(OutputStream ostream, ArrayDef value)
Constructors in org.omg.CORBA with parameters of type ArrayDef Constructor Description ArrayDefHolder(ArrayDef initialValue)
-