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