Uses of Interface
org.jacorb.imr.ImplementationRepositoryOperations

Packages that use ImplementationRepositoryOperations
org.jacorb.imr   
 

Uses of ImplementationRepositoryOperations in org.jacorb.imr
 

Subinterfaces of ImplementationRepositoryOperations in org.jacorb.imr
 interface ImplementationRepository
          Generated from IDL interface "ImplementationRepository"
 

Classes in org.jacorb.imr that implement ImplementationRepositoryOperations
 class _ImplementationRepositoryStub
          Generated from IDL interface "ImplementationRepository"
 class ImplementationRepositoryImpl
          This is the main class of the JacORB implementation repository.
 class ImplementationRepositoryPOA
          Generated from IDL interface "ImplementationRepository"
 class ImplementationRepositoryPOATie
          Generated from IDL interface "ImplementationRepository"
 

Methods in org.jacorb.imr that return ImplementationRepositoryOperations
 ImplementationRepositoryOperations ImplementationRepositoryPOATie._delegate()
           
 

Methods in org.jacorb.imr with parameters of type ImplementationRepositoryOperations
 void ImplementationRepositoryPOATie._delegate(ImplementationRepositoryOperations delegate)
           
 

Constructors in org.jacorb.imr with parameters of type ImplementationRepositoryOperations
ImplementationRepositoryPOATie(ImplementationRepositoryOperations delegate)
           
ImplementationRepositoryPOATie(ImplementationRepositoryOperations delegate, POA poa)