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