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

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

Uses of IllegalPreference in org.omg.CosTrading
 

Methods in org.omg.CosTrading that throw IllegalPreference
 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 IllegalPreference in org.omg.CosTrading.LookupPackage
 

Fields in org.omg.CosTrading.LookupPackage declared as IllegalPreference
 IllegalPreference IllegalPreferenceHolder.value
           
 

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

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

Constructors in org.omg.CosTrading.LookupPackage with parameters of type IllegalPreference
IllegalPreferenceHolder(IllegalPreference initial)