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 interfaceOperationDeforg/omg/CORBA/OperationDef.java .Classes in org.omg.CORBA that implement OperationDefOperations Modifier and Type Class Description class_OperationDefStuborg/omg/CORBA/_OperationDefStub.java .classOperationDefPOAorg/omg/CORBA/OperationDefPOA.java .classOperationDefPOATieorg/omg/CORBA/OperationDefPOATie.java .Fields in org.omg.CORBA declared as OperationDefOperations Modifier and Type Field Description private OperationDefOperationsOperationDefPOATie. _implMethods in org.omg.CORBA that return OperationDefOperations Modifier and Type Method Description OperationDefOperationsOperationDefPOATie. _delegate()Methods in org.omg.CORBA with parameters of type OperationDefOperations Modifier and Type Method Description voidOperationDefPOATie. _delegate(OperationDefOperations delegate)Constructors in org.omg.CORBA with parameters of type OperationDefOperations Constructor Description OperationDefPOATie(OperationDefOperations delegate)OperationDefPOATie(OperationDefOperations delegate, POA poa)
-