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

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

Uses of InvalidObjectRef in org.omg.CosTrading
 

Methods in org.omg.CosTrading that throw InvalidObjectRef
 java.lang.String RegisterOperations.export(Object reference, java.lang.String type, Property[] properties)
           
 java.lang.String _RegisterStub.export(Object reference, java.lang.String type, Property[] properties)
           
 java.lang.String RegisterPOATie.export(Object reference, java.lang.String type, Property[] properties)
           
 

Uses of InvalidObjectRef in org.omg.CosTrading.RegisterPackage
 

Fields in org.omg.CosTrading.RegisterPackage declared as InvalidObjectRef
 InvalidObjectRef InvalidObjectRefHolder.value
           
 

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

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

Constructors in org.omg.CosTrading.RegisterPackage with parameters of type InvalidObjectRef
InvalidObjectRefHolder(InvalidObjectRef initial)