Uses of Interface
org.omg.CosTradingRepos.ServiceTypeRepository

Packages that use ServiceTypeRepository
org.omg.CosTradingRepos   
 

Uses of ServiceTypeRepository in org.omg.CosTradingRepos
 

Classes in org.omg.CosTradingRepos that implement ServiceTypeRepository
 class _ServiceTypeRepositoryStub
          Generated from IDL interface "ServiceTypeRepository"
 

Fields in org.omg.CosTradingRepos declared as ServiceTypeRepository
 ServiceTypeRepository ServiceTypeRepositoryHolder.value
           
 

Methods in org.omg.CosTradingRepos that return ServiceTypeRepository
 ServiceTypeRepository ServiceTypeRepositoryPOATie._this()
           
 ServiceTypeRepository ServiceTypeRepositoryPOATie._this(ORB orb)
           
 ServiceTypeRepository ServiceTypeRepositoryPOA._this()
           
 ServiceTypeRepository ServiceTypeRepositoryPOA._this(ORB orb)
           
static ServiceTypeRepository ServiceTypeRepositoryHelper.extract(Any any)
           
static ServiceTypeRepository ServiceTypeRepositoryHelper.read(InputStream in)
           
static ServiceTypeRepository ServiceTypeRepositoryHelper.narrow(java.lang.Object obj)
           
static ServiceTypeRepository ServiceTypeRepositoryHelper.narrow(Object obj)
           
static ServiceTypeRepository ServiceTypeRepositoryHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.CosTradingRepos with parameters of type ServiceTypeRepository
static void ServiceTypeRepositoryHelper.insert(Any any, ServiceTypeRepository s)
           
static void ServiceTypeRepositoryHelper.write(OutputStream _out, ServiceTypeRepository s)
           
 

Constructors in org.omg.CosTradingRepos with parameters of type ServiceTypeRepository
ServiceTypeRepositoryHolder(ServiceTypeRepository initial)