Uses of Interface
org.omg.CORBA.AttributeDefOperations

Packages that use AttributeDefOperations
org.jacorb.ir   
org.omg.CORBA   
 

Uses of AttributeDefOperations in org.jacorb.ir
 

Classes in org.jacorb.ir that implement AttributeDefOperations
 class AttributeDef
           
 

Uses of AttributeDefOperations in org.omg.CORBA
 

Subinterfaces of AttributeDefOperations in org.omg.CORBA
 interface AttributeDef
          Generated from IDL interface "AttributeDef"
 

Classes in org.omg.CORBA that implement AttributeDefOperations
 class _AttributeDefStub
          Generated from IDL interface "AttributeDef"
 class AttributeDefPOA
          Generated from IDL interface "AttributeDef"
 class AttributeDefPOATie
          Generated from IDL interface "AttributeDef"
 

Methods in org.omg.CORBA that return AttributeDefOperations
 AttributeDefOperations AttributeDefPOATie._delegate()
           
 

Methods in org.omg.CORBA with parameters of type AttributeDefOperations
 void AttributeDefPOATie._delegate(AttributeDefOperations delegate)
           
 

Constructors in org.omg.CORBA with parameters of type AttributeDefOperations
AttributeDefPOATie(AttributeDefOperations delegate)
           
AttributeDefPOATie(AttributeDefOperations delegate, POA poa)