|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProxyOperations
Interface definition: Proxy.
Method Summary | |
---|---|
ProxyInfo |
describe_proxy(java.lang.String id)
The describe_proxy operation returns the information contained in the proxy offer identified by id in the trader. |
java.lang.String |
export_proxy(Lookup target,
java.lang.String type,
Property[] properties,
boolean if_match_all,
java.lang.String recipe,
Policy[] policies_to_pass_on)
The Proxy interface enables the export and subsequent manipulation of proxy offers. |
void |
withdraw_proxy(java.lang.String id)
The withdraw_proxy operation removes the proxy offer identified by id from the trader. |
Methods inherited from interface org.omg.CosTrading.TraderComponentsOperations |
---|
admin_if, link_if, lookup_if, proxy_if, register_if |
Methods inherited from interface org.omg.CosTrading.SupportAttributesOperations |
---|
supports_dynamic_properties, supports_modifiable_properties, supports_proxy_offers, type_repos |
Method Detail |
---|
java.lang.String export_proxy(Lookup target, java.lang.String type, Property[] properties, boolean if_match_all, java.lang.String recipe, Policy[] policies_to_pass_on) throws IllegalServiceType, UnknownServiceType, InvalidLookupRef, IllegalPropertyName, PropertyTypeMismatch, ReadonlyDynamicProperty, MissingMandatoryProperty, IllegalRecipe, DuplicatePropertyName, DuplicatePolicyName
IllegalServiceType
UnknownServiceType
InvalidLookupRef
IllegalPropertyName
PropertyTypeMismatch
ReadonlyDynamicProperty
MissingMandatoryProperty
IllegalRecipe
DuplicatePropertyName
DuplicatePolicyName
void withdraw_proxy(java.lang.String id) throws IllegalOfferId, UnknownOfferId, NotProxyOfferId
IllegalOfferId
UnknownOfferId
NotProxyOfferId
ProxyInfo describe_proxy(java.lang.String id) throws IllegalOfferId, UnknownOfferId, NotProxyOfferId
IllegalOfferId
UnknownOfferId
NotProxyOfferId
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |