Uses of Interface
org.omg.CORBA.FixedDefOperations

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

Uses of FixedDefOperations in org.jacorb.ir
 

Classes in org.jacorb.ir that implement FixedDefOperations
 class FixedDef
           
 

Uses of FixedDefOperations in org.omg.CORBA
 

Subinterfaces of FixedDefOperations in org.omg.CORBA
 interface FixedDef
          Generated from IDL interface "FixedDef"
 

Classes in org.omg.CORBA that implement FixedDefOperations
 class _FixedDefStub
          Generated from IDL interface "FixedDef"
 class FixedDefPOA
          Generated from IDL interface "FixedDef"
 class FixedDefPOATie
          Generated from IDL interface "FixedDef"
 

Methods in org.omg.CORBA that return FixedDefOperations
 FixedDefOperations FixedDefPOATie._delegate()
           
 

Methods in org.omg.CORBA with parameters of type FixedDefOperations
 void FixedDefPOATie._delegate(FixedDefOperations delegate)
           
 

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