Uses of Interface
org.omg.CORBA.RepositoryOperations

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

Uses of RepositoryOperations in org.jacorb.ir
 

Classes in org.jacorb.ir that implement RepositoryOperations
 class RepositoryImpl
          The Interface Repository.
 

Uses of RepositoryOperations in org.omg.CORBA
 

Subinterfaces of RepositoryOperations in org.omg.CORBA
 interface Repository
          Generated from IDL interface "Repository"
 

Classes in org.omg.CORBA that implement RepositoryOperations
 class _RepositoryStub
          Generated from IDL interface "Repository"
 class RepositoryPOA
          Generated from IDL interface "Repository"
 class RepositoryPOATie
          Generated from IDL interface "Repository"
 

Methods in org.omg.CORBA that return RepositoryOperations
 RepositoryOperations RepositoryPOATie._delegate()
           
 

Methods in org.omg.CORBA with parameters of type RepositoryOperations
 void RepositoryPOATie._delegate(RepositoryOperations delegate)
           
 

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