Uses of Interface
org.omg.CORBA.ConstantDefOperations

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

Uses of ConstantDefOperations in org.jacorb.ir
 

Classes in org.jacorb.ir that implement ConstantDefOperations
 class ConstantDef
          JacORB implementation of IR ConstantDef objects
 

Uses of ConstantDefOperations in org.omg.CORBA
 

Subinterfaces of ConstantDefOperations in org.omg.CORBA
 interface ConstantDef
          Generated from IDL interface "ConstantDef"
 

Classes in org.omg.CORBA that implement ConstantDefOperations
 class _ConstantDefStub
          Generated from IDL interface "ConstantDef"
 class ConstantDefPOA
          Generated from IDL interface "ConstantDef"
 class ConstantDefPOATie
          Generated from IDL interface "ConstantDef"
 

Methods in org.omg.CORBA that return ConstantDefOperations
 ConstantDefOperations ConstantDefPOATie._delegate()
           
 

Methods in org.omg.CORBA with parameters of type ConstantDefOperations
 void ConstantDefPOATie._delegate(ConstantDefOperations delegate)
           
 

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