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