Uses of Class
org.omg.CosTradingRepos.ServiceTypeRepositoryPackage.ServiceTypeExists

Packages that use ServiceTypeExists
org.omg.CosTradingRepos   
org.omg.CosTradingRepos.ServiceTypeRepositoryPackage   
 

Uses of ServiceTypeExists in org.omg.CosTradingRepos
 

Methods in org.omg.CosTradingRepos that throw ServiceTypeExists
 IncarnationNumber _ServiceTypeRepositoryStub.add_type(java.lang.String name, java.lang.String if_name, PropStruct[] props, java.lang.String[] super_types)
           
 IncarnationNumber ServiceTypeRepositoryPOATie.add_type(java.lang.String name, java.lang.String if_name, PropStruct[] props, java.lang.String[] super_types)
           
 IncarnationNumber ServiceTypeRepositoryOperations.add_type(java.lang.String name, java.lang.String if_name, PropStruct[] props, java.lang.String[] super_types)
           
 

Uses of ServiceTypeExists in org.omg.CosTradingRepos.ServiceTypeRepositoryPackage
 

Fields in org.omg.CosTradingRepos.ServiceTypeRepositoryPackage declared as ServiceTypeExists
 ServiceTypeExists ServiceTypeExistsHolder.value
           
 

Methods in org.omg.CosTradingRepos.ServiceTypeRepositoryPackage that return ServiceTypeExists
static ServiceTypeExists ServiceTypeExistsHelper.extract(Any any)
           
static ServiceTypeExists ServiceTypeExistsHelper.read(InputStream in)
           
 

Methods in org.omg.CosTradingRepos.ServiceTypeRepositoryPackage with parameters of type ServiceTypeExists
static void ServiceTypeExistsHelper.insert(Any any, ServiceTypeExists s)
           
static void ServiceTypeExistsHelper.write(OutputStream out, ServiceTypeExists s)
           
 

Constructors in org.omg.CosTradingRepos.ServiceTypeRepositoryPackage with parameters of type ServiceTypeExists
ServiceTypeExistsHolder(ServiceTypeExists initial)