Uses of Class
org.omg.CosTrading.LookupPackage.SpecifiedProps

Packages that use SpecifiedProps
org.omg.CosTrading   
org.omg.CosTrading.LookupPackage   
 

Uses of SpecifiedProps in org.omg.CosTrading
 

Methods in org.omg.CosTrading with parameters of type SpecifiedProps
 void _LookupStub.query(java.lang.String type, java.lang.String constr, java.lang.String pref, Policy[] policies, SpecifiedProps desired_props, int how_many, OfferSeqHolder offers, OfferIteratorHolder offer_itr, PolicyNameSeqHolder limits_applied)
           
 void LookupPOATie.query(java.lang.String type, java.lang.String constr, java.lang.String pref, Policy[] policies, SpecifiedProps desired_props, int how_many, OfferSeqHolder offers, OfferIteratorHolder offer_itr, PolicyNameSeqHolder limits_applied)
           
 void LookupOperations.query(java.lang.String type, java.lang.String constr, java.lang.String pref, Policy[] policies, SpecifiedProps desired_props, int how_many, OfferSeqHolder offers, OfferIteratorHolder offer_itr, PolicyNameSeqHolder limits_applied)
           
 

Uses of SpecifiedProps in org.omg.CosTrading.LookupPackage
 

Fields in org.omg.CosTrading.LookupPackage declared as SpecifiedProps
 SpecifiedProps SpecifiedPropsHolder.value
           
 

Methods in org.omg.CosTrading.LookupPackage that return SpecifiedProps
static SpecifiedProps SpecifiedPropsHelper.extract(Any any)
           
static SpecifiedProps SpecifiedPropsHelper.read(InputStream in)
           
 

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

Constructors in org.omg.CosTrading.LookupPackage with parameters of type SpecifiedProps
SpecifiedPropsHolder(SpecifiedProps initial)