Uses of Interface
org.omg.CORBA.OperationDefOperations

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

Uses of OperationDefOperations in org.jacorb.ir
 

Classes in org.jacorb.ir that implement OperationDefOperations
 class OperationDef
           
 

Uses of OperationDefOperations in org.omg.CORBA
 

Subinterfaces of OperationDefOperations in org.omg.CORBA
 interface OperationDef
          Generated from IDL interface "OperationDef"
 

Classes in org.omg.CORBA that implement OperationDefOperations
 class _OperationDefStub
          Generated from IDL interface "OperationDef"
 class OperationDefPOA
          Generated from IDL interface "OperationDef"
 class OperationDefPOATie
          Generated from IDL interface "OperationDef"
 

Methods in org.omg.CORBA that return OperationDefOperations
 OperationDefOperations OperationDefPOATie._delegate()
           
 

Methods in org.omg.CORBA with parameters of type OperationDefOperations
 void OperationDefPOATie._delegate(OperationDefOperations delegate)
           
 

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