Uses of Interface
org.jacorb.imr.AdminOperations

Packages that use AdminOperations
org.jacorb.imr   
 

Uses of AdminOperations in org.jacorb.imr
 

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

Classes in org.jacorb.imr that implement AdminOperations
 class _AdminStub
          Generated from IDL interface "Admin"
 class _ImplementationRepositoryStub
          Generated from IDL interface "ImplementationRepository"
 class AdminPOA
          Generated from IDL interface "Admin"
 class AdminPOATie
          Generated from IDL interface "Admin"
 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 AdminOperations
 AdminOperations AdminPOATie._delegate()
           
 

Methods in org.jacorb.imr with parameters of type AdminOperations
 void AdminPOATie._delegate(AdminOperations delegate)
           
 

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