Uses of Interface
org.omg.CORBA.SequenceDef
-
Packages that use SequenceDef 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 SequenceDef in org.omg.CORBA
Classes in org.omg.CORBA that implement SequenceDef Modifier and Type Class Description class
_SequenceDefStub
org/omg/CORBA/_SequenceDefStub.java .Fields in org.omg.CORBA declared as SequenceDef Modifier and Type Field Description SequenceDef
SequenceDefHolder. value
Methods in org.omg.CORBA that return SequenceDef Modifier and Type Method Description SequenceDef
SequenceDefPOA. _this()
SequenceDef
SequenceDefPOA. _this(ORB orb)
SequenceDef
_RepositoryStub. create_sequence(int bound, IDLType element_type)
SequenceDef
RepositoryOperations. create_sequence(int bound, IDLType element_type)
SequenceDef
RepositoryPOATie. create_sequence(int bound, IDLType element_type)
static SequenceDef
SequenceDefHelper. extract(Any a)
static SequenceDef
SequenceDefHelper. narrow(Object obj)
static SequenceDef
SequenceDefHelper. read(InputStream istream)
static SequenceDef
SequenceDefHelper. unchecked_narrow(Object obj)
Methods in org.omg.CORBA with parameters of type SequenceDef Modifier and Type Method Description static void
SequenceDefHelper. insert(Any a, SequenceDef that)
static void
SequenceDefHelper. write(OutputStream ostream, SequenceDef value)
Constructors in org.omg.CORBA with parameters of type SequenceDef Constructor Description SequenceDefHolder(SequenceDef initialValue)
-