org.omg.CosTrading

Interface ProxyOperations

All Superinterfaces:
SupportAttributesOperations, TraderComponentsOperations
Known Subinterfaces:
Proxy
Known Implementing Classes:
ProxyPOA, ProxyPOATie, _ProxyStub

public interface ProxyOperations
extends TraderComponentsOperations, SupportAttributesOperations

Generated from IDL interface "Proxy"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

Method Summary

ProxyInfo
describe_proxy(java.lang.String id)
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)
void
withdraw_proxy(java.lang.String id)

Methods inherited from interface org.omg.CosTrading.SupportAttributesOperations

supports_dynamic_properties, supports_modifiable_properties, supports_proxy_offers, type_repos

Methods inherited from interface org.omg.CosTrading.TraderComponentsOperations

admin_if, link_if, lookup_if, proxy_if, register_if

Method Details

describe_proxy

public ProxyInfo describe_proxy(java.lang.String id)
            throws IllegalOfferId,
                   NotProxyOfferId,
                   UnknownOfferId


export_proxy

public 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 DuplicatePolicyName,
                   IllegalRecipe,
                   IllegalServiceType,
                   ReadonlyDynamicProperty,
                   PropertyTypeMismatch,
                   MissingMandatoryProperty,
                   DuplicatePropertyName,
                   InvalidLookupRef,
                   UnknownServiceType,
                   IllegalPropertyName


withdraw_proxy

public void withdraw_proxy(java.lang.String id)
            throws IllegalOfferId,
                   NotProxyOfferId,
                   UnknownOfferId