Uses of Class
org.jacorb.idl.Interface

Packages that use Interface
org.jacorb.idl   
org.jacorb.idl.javamapping   
 

Uses of Interface in org.jacorb.idl
 

Subclasses of Interface in org.jacorb.idl
 class ReplyHandler
          A ReplyHandler receives replies of asynchronous invocations of another interface (we call this interface the "parent" of the ReplyHandler).
 

Fields in org.jacorb.idl declared as Interface
 Interface InterfaceBody.my_interface
           
 

Methods in org.jacorb.idl with parameters of type Interface
 void IDLTreeVisitor.visitInterface(Interface intf)
           
 

Constructors in org.jacorb.idl with parameters of type Interface
ReplyHandler(Interface parent)
           
 

Uses of Interface in org.jacorb.idl.javamapping
 

Methods in org.jacorb.idl.javamapping with parameters of type Interface
 void JavaMappingGeneratingVisitor.visitInterface(Interface interfce)