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