Uses of Class
org.omg.CosTrading.PropertyTypeMismatch

Packages that use PropertyTypeMismatch
org.omg.CosTrading   
 

Uses of PropertyTypeMismatch in org.omg.CosTrading
 

Fields in org.omg.CosTrading declared as PropertyTypeMismatch
 PropertyTypeMismatch PropertyTypeMismatchHolder.value
           
 

Methods in org.omg.CosTrading that return PropertyTypeMismatch
static PropertyTypeMismatch PropertyTypeMismatchHelper.extract(Any any)
           
static PropertyTypeMismatch PropertyTypeMismatchHelper.read(InputStream in)
           
 

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

Methods in org.omg.CosTrading that throw PropertyTypeMismatch
 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)
           
 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)
           
 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 PropertyTypeMismatch
PropertyTypeMismatchHolder(PropertyTypeMismatch initial)