Uses of Interface
org.omg.CORBA.AttributeDefOperations
-
Packages that use AttributeDefOperations 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 AttributeDefOperations in org.omg.CORBA
Subinterfaces of AttributeDefOperations in org.omg.CORBA Modifier and Type Interface Description interfaceAttributeDeforg/omg/CORBA/AttributeDef.java .Classes in org.omg.CORBA that implement AttributeDefOperations Modifier and Type Class Description class_AttributeDefStuborg/omg/CORBA/_AttributeDefStub.java .classAttributeDefPOAorg/omg/CORBA/AttributeDefPOA.java .classAttributeDefPOATieorg/omg/CORBA/AttributeDefPOATie.java .Fields in org.omg.CORBA declared as AttributeDefOperations Modifier and Type Field Description private AttributeDefOperationsAttributeDefPOATie. _implMethods in org.omg.CORBA that return AttributeDefOperations Modifier and Type Method Description AttributeDefOperationsAttributeDefPOATie. _delegate()Methods in org.omg.CORBA with parameters of type AttributeDefOperations Modifier and Type Method Description voidAttributeDefPOATie. _delegate(AttributeDefOperations delegate)Constructors in org.omg.CORBA with parameters of type AttributeDefOperations Constructor Description AttributeDefPOATie(AttributeDefOperations delegate)AttributeDefPOATie(AttributeDefOperations delegate, POA poa)
-