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

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

Uses of ReadonlyProperty in org.omg.CosTrading
 

Methods in org.omg.CosTrading that throw ReadonlyProperty
 void RegisterOperations.modify(java.lang.String id, java.lang.String[] del_list, Property[] modify_list)
           
 void _RegisterStub.modify(java.lang.String id, java.lang.String[] del_list, Property[] modify_list)
           
 void RegisterPOATie.modify(java.lang.String id, java.lang.String[] del_list, Property[] modify_list)
           
 

Uses of ReadonlyProperty in org.omg.CosTrading.RegisterPackage
 

Fields in org.omg.CosTrading.RegisterPackage declared as ReadonlyProperty
 ReadonlyProperty ReadonlyPropertyHolder.value
           
 

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

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

Constructors in org.omg.CosTrading.RegisterPackage with parameters of type ReadonlyProperty
ReadonlyPropertyHolder(ReadonlyProperty initial)