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