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