Uses of Interface
org.omg.CORBA.EnumDefOperations
-
Packages that use EnumDefOperations 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 EnumDefOperations in org.omg.CORBA
Subinterfaces of EnumDefOperations in org.omg.CORBA Modifier and Type Interface Description interfaceEnumDeforg/omg/CORBA/EnumDef.java .Classes in org.omg.CORBA that implement EnumDefOperations Modifier and Type Class Description class_EnumDefStuborg/omg/CORBA/_EnumDefStub.java .classEnumDefPOAorg/omg/CORBA/EnumDefPOA.java .classEnumDefPOATieorg/omg/CORBA/EnumDefPOATie.java .Fields in org.omg.CORBA declared as EnumDefOperations Modifier and Type Field Description private EnumDefOperationsEnumDefPOATie. _implMethods in org.omg.CORBA that return EnumDefOperations Modifier and Type Method Description EnumDefOperationsEnumDefPOATie. _delegate()Methods in org.omg.CORBA with parameters of type EnumDefOperations Modifier and Type Method Description voidEnumDefPOATie. _delegate(EnumDefOperations delegate)Constructors in org.omg.CORBA with parameters of type EnumDefOperations Constructor Description EnumDefPOATie(EnumDefOperations delegate)EnumDefPOATie(EnumDefOperations delegate, POA poa)
-