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

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

Uses of IllegalPolicyName in org.omg.CosTrading
 

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

Fields in org.omg.CosTrading.LookupPackage declared as IllegalPolicyName
 IllegalPolicyName IllegalPolicyNameHolder.value
           
 

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

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

Constructors in org.omg.CosTrading.LookupPackage with parameters of type IllegalPolicyName
IllegalPolicyNameHolder(IllegalPolicyName initial)