Uses of Interface
org.omg.CORBA.StructDefOperations

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

Uses of StructDefOperations in org.jacorb.ir
 

Classes in org.jacorb.ir that implement StructDefOperations
 class StructDef
           
 

Uses of StructDefOperations in org.omg.CORBA
 

Subinterfaces of StructDefOperations in org.omg.CORBA
 interface StructDef
          Generated from IDL interface "StructDef"
 

Classes in org.omg.CORBA that implement StructDefOperations
 class _StructDefStub
          Generated from IDL interface "StructDef"
 class StructDefPOA
          Generated from IDL interface "StructDef"
 class StructDefPOATie
          Generated from IDL interface "StructDef"
 

Methods in org.omg.CORBA that return StructDefOperations
 StructDefOperations StructDefPOATie._delegate()
           
 

Methods in org.omg.CORBA with parameters of type StructDefOperations
 void StructDefPOATie._delegate(StructDefOperations delegate)
           
 

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