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 interface
AliasDef
org/omg/CORBA/AliasDef.java .Classes in org.omg.CORBA that implement AliasDefOperations Modifier and Type Class Description class
_AliasDefStub
org/omg/CORBA/_AliasDefStub.java .class
AliasDefPOA
org/omg/CORBA/AliasDefPOA.java .class
AliasDefPOATie
org/omg/CORBA/AliasDefPOATie.java .Fields in org.omg.CORBA declared as AliasDefOperations Modifier and Type Field Description private AliasDefOperations
AliasDefPOATie. _impl
Methods in org.omg.CORBA that return AliasDefOperations Modifier and Type Method Description AliasDefOperations
AliasDefPOATie. _delegate()
Methods in org.omg.CORBA with parameters of type AliasDefOperations Modifier and Type Method Description void
AliasDefPOATie. _delegate(AliasDefOperations delegate)
Constructors in org.omg.CORBA with parameters of type AliasDefOperations Constructor Description AliasDefPOATie(AliasDefOperations delegate)
AliasDefPOATie(AliasDefOperations delegate, POA poa)
-