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