Uses of Interface
org.omg.CORBA.AliasDefOperations
-
Packages that use AliasDefOperations 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 AliasDefOperations in org.omg.CORBA
Subinterfaces of AliasDefOperations in org.omg.CORBA Modifier and Type Interface Description interfaceAliasDeforg/omg/CORBA/AliasDef.java .Classes in org.omg.CORBA that implement AliasDefOperations Modifier and Type Class Description class_AliasDefStuborg/omg/CORBA/_AliasDefStub.java .classAliasDefPOAorg/omg/CORBA/AliasDefPOA.java .classAliasDefPOATieorg/omg/CORBA/AliasDefPOATie.java .Fields in org.omg.CORBA declared as AliasDefOperations Modifier and Type Field Description private AliasDefOperationsAliasDefPOATie. _implMethods in org.omg.CORBA that return AliasDefOperations Modifier and Type Method Description AliasDefOperationsAliasDefPOATie. _delegate()Methods in org.omg.CORBA with parameters of type AliasDefOperations Modifier and Type Method Description voidAliasDefPOATie. _delegate(AliasDefOperations delegate)Constructors in org.omg.CORBA with parameters of type AliasDefOperations Constructor Description AliasDefPOATie(AliasDefOperations delegate)AliasDefPOATie(AliasDefOperations delegate, POA poa)
-