Uses of Class
org.omg.CosTrading.Property

Packages that use Property
org.omg.CosTrading   
org.omg.CosTrading.ProxyPackage   
org.omg.CosTrading.RegisterPackage   
 

Uses of Property in org.omg.CosTrading
 

Fields in org.omg.CosTrading declared as Property
 Property PropertyTypeMismatch.prop
           
 Property[] PropertySeqHolder.value
           
 Property PropertyHolder.value
           
 Property[] Offer.properties
           
 

Methods in org.omg.CosTrading that return Property
static Property[] PropertySeqHelper.extract(Any any)
           
static Property[] PropertySeqHelper.read(InputStream _in)
           
static Property PropertyHelper.extract(Any any)
           
static Property PropertyHelper.read(InputStream in)
           
 

Methods in org.omg.CosTrading with parameters of type Property
 java.lang.String ProxyOperations.export_proxy(Lookup target, java.lang.String type, Property[] properties, boolean if_match_all, java.lang.String recipe, Policy[] policies_to_pass_on)
           
static void PropertySeqHelper.insert(Any any, Property[] s)
           
static void PropertySeqHelper.write(OutputStream _out, Property[] _s)
           
 java.lang.String RegisterOperations.export(Object reference, java.lang.String type, Property[] properties)
           
 void RegisterOperations.modify(java.lang.String id, java.lang.String[] del_list, Property[] modify_list)
           
 java.lang.String _RegisterStub.export(Object reference, java.lang.String type, Property[] properties)
           
 void _RegisterStub.modify(java.lang.String id, java.lang.String[] del_list, Property[] modify_list)
           
 java.lang.String ProxyPOATie.export_proxy(Lookup target, java.lang.String type, Property[] properties, boolean if_match_all, java.lang.String recipe, Policy[] policies_to_pass_on)
           
static void PropertyHelper.insert(Any any, Property s)
           
static void PropertyHelper.write(OutputStream out, Property s)
           
 java.lang.String _ProxyStub.export_proxy(Lookup target, java.lang.String type, Property[] properties, boolean if_match_all, java.lang.String recipe, Policy[] policies_to_pass_on)
           
 java.lang.String RegisterPOATie.export(Object reference, java.lang.String type, Property[] properties)
           
 void RegisterPOATie.modify(java.lang.String id, java.lang.String[] del_list, Property[] modify_list)
           
 

Constructors in org.omg.CosTrading with parameters of type Property
PropertyTypeMismatch(java.lang.String _reason, java.lang.String type, Property prop)
           
PropertyTypeMismatch(java.lang.String type, Property prop)
           
PropertySeqHolder(Property[] initial)
           
PropertyHolder(Property initial)
           
Offer(Object reference, Property[] properties)
           
 

Uses of Property in org.omg.CosTrading.ProxyPackage
 

Fields in org.omg.CosTrading.ProxyPackage declared as Property
 Property[] ProxyInfo.properties
           
 

Constructors in org.omg.CosTrading.ProxyPackage with parameters of type Property
ProxyInfo(java.lang.String type, Lookup target, Property[] properties, boolean if_match_all, java.lang.String recipe, Policy[] policies_to_pass_on)
           
 

Uses of Property in org.omg.CosTrading.RegisterPackage
 

Fields in org.omg.CosTrading.RegisterPackage declared as Property
 Property[] OfferInfo.properties
           
 

Constructors in org.omg.CosTrading.RegisterPackage with parameters of type Property
OfferInfo(Object reference, java.lang.String type, Property[] properties)