Uses of Interface
org.omg.CORBA.SequenceDefOperations
-
Packages that use SequenceDefOperations 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 SequenceDefOperations in org.omg.CORBA
Subinterfaces of SequenceDefOperations in org.omg.CORBA Modifier and Type Interface Description interface
SequenceDef
org/omg/CORBA/SequenceDef.java .Classes in org.omg.CORBA that implement SequenceDefOperations Modifier and Type Class Description class
_SequenceDefStub
org/omg/CORBA/_SequenceDefStub.java .class
SequenceDefPOA
org/omg/CORBA/SequenceDefPOA.java .class
SequenceDefPOATie
org/omg/CORBA/SequenceDefPOATie.java .Fields in org.omg.CORBA declared as SequenceDefOperations Modifier and Type Field Description private SequenceDefOperations
SequenceDefPOATie. _impl
Methods in org.omg.CORBA that return SequenceDefOperations Modifier and Type Method Description SequenceDefOperations
SequenceDefPOATie. _delegate()
Methods in org.omg.CORBA with parameters of type SequenceDefOperations Modifier and Type Method Description void
SequenceDefPOATie. _delegate(SequenceDefOperations delegate)
Constructors in org.omg.CORBA with parameters of type SequenceDefOperations Constructor Description SequenceDefPOATie(SequenceDefOperations delegate)
SequenceDefPOATie(SequenceDefOperations delegate, POA poa)
-