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 interface
ValueDef
org/omg/CORBA/ValueDef.java .Classes in org.omg.CORBA that implement ValueDefOperations Modifier and Type Class Description class
_ValueDefStub
org/omg/CORBA/_ValueDefStub.java .class
ValueDefPOA
org/omg/CORBA/ValueDefPOA.java .class
ValueDefPOATie
org/omg/CORBA/ValueDefPOATie.java .Fields in org.omg.CORBA declared as ValueDefOperations Modifier and Type Field Description private ValueDefOperations
ValueDefPOATie. _impl
Methods in org.omg.CORBA that return ValueDefOperations Modifier and Type Method Description ValueDefOperations
ValueDefPOATie. _delegate()
Methods in org.omg.CORBA with parameters of type ValueDefOperations Modifier and Type Method Description void
ValueDefPOATie. _delegate(ValueDefOperations delegate)
Constructors in org.omg.CORBA with parameters of type ValueDefOperations Constructor Description ValueDefPOATie(ValueDefOperations delegate)
ValueDefPOATie(ValueDefOperations delegate, POA poa)
-