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