Uses of Interface
org.jacorb.imr.RegistrationOperations

Packages that use RegistrationOperations
org.jacorb.imr   
 

Uses of RegistrationOperations in org.jacorb.imr
 

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

Classes in org.jacorb.imr that implement RegistrationOperations
 class _ImplementationRepositoryStub
          Generated from IDL interface "ImplementationRepository"
 class _RegistrationStub
          Generated from IDL interface "Registration"
 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"
 class RegistrationPOA
          Generated from IDL interface "Registration"
 class RegistrationPOATie
          Generated from IDL interface "Registration"
 

Methods in org.jacorb.imr that return RegistrationOperations
 RegistrationOperations RegistrationPOATie._delegate()
           
 

Methods in org.jacorb.imr with parameters of type RegistrationOperations
 void RegistrationPOATie._delegate(RegistrationOperations delegate)
           
 

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