Uses of Interface
org.omg.CORBA.ExceptionDefOperations

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

Uses of ExceptionDefOperations in org.jacorb.ir
 

Classes in org.jacorb.ir that implement ExceptionDefOperations
 class ExceptionDef
           
 

Uses of ExceptionDefOperations in org.omg.CORBA
 

Subinterfaces of ExceptionDefOperations in org.omg.CORBA
 interface ExceptionDef
          Generated from IDL interface "ExceptionDef"
 

Classes in org.omg.CORBA that implement ExceptionDefOperations
 class _ExceptionDefStub
          Generated from IDL interface "ExceptionDef"
 class ExceptionDefPOA
          Generated from IDL interface "ExceptionDef"
 class ExceptionDefPOATie
          Generated from IDL interface "ExceptionDef"
 

Methods in org.omg.CORBA that return ExceptionDefOperations
 ExceptionDefOperations ExceptionDefPOATie._delegate()
           
 

Methods in org.omg.CORBA with parameters of type ExceptionDefOperations
 void ExceptionDefPOATie._delegate(ExceptionDefOperations delegate)
           
 

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