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_SequenceDefStuborg/omg/CORBA/_SequenceDefStub.java .Fields in org.omg.CORBA declared as SequenceDef Modifier and Type Field Description SequenceDefSequenceDefHolder. valueMethods in org.omg.CORBA that return SequenceDef Modifier and Type Method Description SequenceDefSequenceDefPOA. _this()SequenceDefSequenceDefPOA. _this(ORB orb)SequenceDef_RepositoryStub. create_sequence(int bound, IDLType element_type)SequenceDefRepositoryOperations. create_sequence(int bound, IDLType element_type)SequenceDefRepositoryPOATie. create_sequence(int bound, IDLType element_type)static SequenceDefSequenceDefHelper. extract(Any a)static SequenceDefSequenceDefHelper. narrow(Object obj)static SequenceDefSequenceDefHelper. read(InputStream istream)static SequenceDefSequenceDefHelper. unchecked_narrow(Object obj)Methods in org.omg.CORBA with parameters of type SequenceDef Modifier and Type Method Description static voidSequenceDefHelper. insert(Any a, SequenceDef that)static voidSequenceDefHelper. write(OutputStream ostream, SequenceDef value)Constructors in org.omg.CORBA with parameters of type SequenceDef Constructor Description SequenceDefHolder(SequenceDef initialValue)
-