Uses of Class
org.omg.CosTrading.MissingMandatoryProperty

Packages that use MissingMandatoryProperty
org.omg.CosTrading   
 

Uses of MissingMandatoryProperty in org.omg.CosTrading
 

Fields in org.omg.CosTrading declared as MissingMandatoryProperty
 MissingMandatoryProperty MissingMandatoryPropertyHolder.value
           
 

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

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

Methods in org.omg.CosTrading that throw MissingMandatoryProperty
 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)
           
 java.lang.String _RegisterStub.export(Object reference, java.lang.String type, Property[] properties)
           
 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)
           
 

Constructors in org.omg.CosTrading with parameters of type MissingMandatoryProperty
MissingMandatoryPropertyHolder(MissingMandatoryProperty initial)