org.omg.CosTrading
Class _ProxyStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.omg.CosTrading._ProxyStub
All Implemented Interfaces:
Serializable, Object, IDLEntity, Proxy, ProxyOperations, SupportAttributes, SupportAttributesOperations, TraderComponents, TraderComponentsOperations

public class _ProxyStub
extends ObjectImpl
implements Proxy

Generated from IDL interface "Proxy".

Version:
generated at 03-Nov-2015 12:23:58
Author:
JacORB IDL compiler V 3.7
See Also:
Serialized Form

Field Summary
static Class _opsClass
           
 
Constructor Summary
_ProxyStub()
           
 
Method Summary
 String[] _ids()
           
 Admin admin_if()
           
 ProxyInfo describe_proxy(String id)
           
 String export_proxy(Lookup target, String type, Property[] properties, boolean if_match_all, String recipe, Policy[] policies_to_pass_on)
           
 Link link_if()
           
 Lookup lookup_if()
           
 Proxy proxy_if()
           
 Register register_if()
           
 boolean supports_dynamic_properties()
           
 boolean supports_modifiable_properties()
           
 boolean supports_proxy_offers()
           
 Object type_repos()
           
 void withdraw_proxy(String id)
           
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Field Detail

_opsClass

public static final Class _opsClass
Constructor Detail

_ProxyStub

public _ProxyStub()
Method Detail

_ids

public String[] _ids()
Specified by:
_ids in class ObjectImpl

admin_if

public Admin admin_if()
Specified by:
admin_if in interface TraderComponentsOperations

type_repos

public Object type_repos()
Specified by:
type_repos in interface SupportAttributesOperations

supports_proxy_offers

public boolean supports_proxy_offers()
Specified by:
supports_proxy_offers in interface SupportAttributesOperations

link_if

public Link link_if()
Specified by:
link_if in interface TraderComponentsOperations

supports_modifiable_properties

public boolean supports_modifiable_properties()
Specified by:
supports_modifiable_properties in interface SupportAttributesOperations

proxy_if

public Proxy proxy_if()
Specified by:
proxy_if in interface TraderComponentsOperations

withdraw_proxy

public void withdraw_proxy(String id)
                    throws NotProxyOfferId,
                           IllegalOfferId,
                           UnknownOfferId
Specified by:
withdraw_proxy in interface ProxyOperations
Throws:
NotProxyOfferId
IllegalOfferId
UnknownOfferId

register_if

public Register register_if()
Specified by:
register_if in interface TraderComponentsOperations

lookup_if

public Lookup lookup_if()
Specified by:
lookup_if in interface TraderComponentsOperations

describe_proxy

public ProxyInfo describe_proxy(String id)
                         throws NotProxyOfferId,
                                IllegalOfferId,
                                UnknownOfferId
Specified by:
describe_proxy in interface ProxyOperations
Throws:
NotProxyOfferId
IllegalOfferId
UnknownOfferId

supports_dynamic_properties

public boolean supports_dynamic_properties()
Specified by:
supports_dynamic_properties in interface SupportAttributesOperations

export_proxy

public String export_proxy(Lookup target,
                           String type,
                           Property[] properties,
                           boolean if_match_all,
                           String recipe,
                           Policy[] policies_to_pass_on)
                    throws DuplicatePropertyName,
                           MissingMandatoryProperty,
                           IllegalServiceType,
                           IllegalRecipe,
                           ReadonlyDynamicProperty,
                           DuplicatePolicyName,
                           PropertyTypeMismatch,
                           IllegalPropertyName,
                           UnknownServiceType,
                           InvalidLookupRef
Specified by:
export_proxy in interface ProxyOperations
Throws:
DuplicatePropertyName
MissingMandatoryProperty
IllegalServiceType
IllegalRecipe
ReadonlyDynamicProperty
DuplicatePolicyName
PropertyTypeMismatch
IllegalPropertyName
UnknownServiceType
InvalidLookupRef


Copyright © 2015 JacORB. All rights reserved.