Uses of Class
org.omg.CosTrading.RegisterPackage.RegisterNotSupported

Packages that use RegisterNotSupported
org.omg.CosTrading   
org.omg.CosTrading.RegisterPackage   
 

Uses of RegisterNotSupported in org.omg.CosTrading
 

Methods in org.omg.CosTrading that throw RegisterNotSupported
 Register _RegisterStub.resolve(java.lang.String[] name)
           
 Register RegisterPOATie.resolve(java.lang.String[] name)
           
 Register RegisterOperations.resolve(java.lang.String[] name)
           
 

Uses of RegisterNotSupported in org.omg.CosTrading.RegisterPackage
 

Fields in org.omg.CosTrading.RegisterPackage declared as RegisterNotSupported
 RegisterNotSupported RegisterNotSupportedHolder.value
           
 

Methods in org.omg.CosTrading.RegisterPackage that return RegisterNotSupported
static RegisterNotSupported RegisterNotSupportedHelper.extract(Any any)
           
static RegisterNotSupported RegisterNotSupportedHelper.read(InputStream in)
           
 

Methods in org.omg.CosTrading.RegisterPackage with parameters of type RegisterNotSupported
static void RegisterNotSupportedHelper.insert(Any any, RegisterNotSupported s)
           
static void RegisterNotSupportedHelper.write(OutputStream out, RegisterNotSupported s)
           
 

Constructors in org.omg.CosTrading.RegisterPackage with parameters of type RegisterNotSupported
RegisterNotSupportedHolder(RegisterNotSupported initial)