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