Uses of Interface
org.omg.CORBA.ValueDefOperations
-
Packages that use ValueDefOperations 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 ValueDefOperations in org.omg.CORBA
Subinterfaces of ValueDefOperations in org.omg.CORBA Modifier and Type Interface Description interfaceValueDeforg/omg/CORBA/ValueDef.java .Classes in org.omg.CORBA that implement ValueDefOperations Modifier and Type Class Description class_ValueDefStuborg/omg/CORBA/_ValueDefStub.java .classValueDefPOAorg/omg/CORBA/ValueDefPOA.java .classValueDefPOATieorg/omg/CORBA/ValueDefPOATie.java .Fields in org.omg.CORBA declared as ValueDefOperations Modifier and Type Field Description private ValueDefOperationsValueDefPOATie. _implMethods in org.omg.CORBA that return ValueDefOperations Modifier and Type Method Description ValueDefOperationsValueDefPOATie. _delegate()Methods in org.omg.CORBA with parameters of type ValueDefOperations Modifier and Type Method Description voidValueDefPOATie. _delegate(ValueDefOperations delegate)Constructors in org.omg.CORBA with parameters of type ValueDefOperations Constructor Description ValueDefPOATie(ValueDefOperations delegate)ValueDefPOATie(ValueDefOperations delegate, POA poa)
-