Uses of Interface
org.jacorb.imr.ImplementationRepository

Packages that use ImplementationRepository
org.jacorb.imr   
 

Uses of ImplementationRepository in org.jacorb.imr
 

Classes in org.jacorb.imr that implement ImplementationRepository
 class _ImplementationRepositoryStub
          Generated from IDL interface "ImplementationRepository"
 

Fields in org.jacorb.imr declared as ImplementationRepository
 ImplementationRepository ImplementationRepositoryHolder.value
           
 

Methods in org.jacorb.imr that return ImplementationRepository
 ImplementationRepository ImplementationRepositoryPOATie._this()
           
 ImplementationRepository ImplementationRepositoryPOATie._this(ORB orb)
           
 ImplementationRepository ImplementationRepositoryPOA._this()
           
 ImplementationRepository ImplementationRepositoryPOA._this(ORB orb)
           
static ImplementationRepository ImplementationRepositoryHelper.extract(Any any)
           
static ImplementationRepository ImplementationRepositoryHelper.read(InputStream in)
           
static ImplementationRepository ImplementationRepositoryHelper.narrow(java.lang.Object obj)
           
static ImplementationRepository ImplementationRepositoryHelper.narrow(Object obj)
           
static ImplementationRepository ImplementationRepositoryHelper.unchecked_narrow(Object obj)
           
 

Methods in org.jacorb.imr with parameters of type ImplementationRepository
static void ImplementationRepositoryHelper.insert(Any any, ImplementationRepository s)
           
static void ImplementationRepositoryHelper.write(OutputStream _out, ImplementationRepository s)
           
 

Constructors in org.jacorb.imr with parameters of type ImplementationRepository
ImplementationRepositoryHolder(ImplementationRepository initial)