import "CosTrading.idl";
Inherits CosTrading::TraderComponents, CosTrading::SupportAttributes, and CosTrading::ImportAttributes.
Public Types | |
typedef Istring | Preference |
enum | HowManyProps { none, some, all } |
This enum is used to determine whether to return property information with returned offers. More... | |
Public Methods | |
void | query (in ServiceTypeName type, in Constraint constr, in Preference pref, in PolicySeq policies, in SpecifiedProps desired_props, in unsigned long how_many, out OfferSeq offers, out OfferIterator offer_iter, out PolicyNameSeq limits_applied) raises ( IllegalServiceType, UnknownServiceType, IllegalConstraint, IllegalPreference, IllegalPolicyName, PolicyTypeMismatch, InvalidPolicyValue, IllegalPropertyName, DuplicatePropertyName, DuplicatePolicyName ) |
This operation querys the trader for offers. More... |
|
|
|
This enum is used to determine whether to return property information with returned offers.
none - Do not return properties. some - Return specified properties. all - Return all properties. |
|
This operation querys the trader for offers. The various call parameters determine how the trader finds offers to satisfy the query.
|