org.omg.CosTrading
Class _SupportAttributesStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.omg.CosTrading._SupportAttributesStub
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity, SupportAttributes, SupportAttributesOperations

public class _SupportAttributesStub
extends org.omg.CORBA.portable.ObjectImpl
implements SupportAttributes

In addition to the ability of a trader implementation to selectively choose which functional interfaces to support, a trader implementation may also choose not to support modifiable properties, dynamic properties, and/or proxy offers. The functionality supported by a trader implementation can be determined by querying the readonly attributes in this interface. The type repository used by the trader implementation can also be obtained from this interface.

See Also:
Serialized Form

Constructor Summary
_SupportAttributesStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 boolean supports_dynamic_properties()
          Read accessor for supports_dynamic_properties attribute
 boolean supports_modifiable_properties()
          Read accessor for supports_modifiable_properties attribute
 boolean supports_proxy_offers()
          Read accessor for supports_proxy_offers attribute
 org.omg.CORBA.Object type_repos()
          Read accessor for type_repos attribute
 
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
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
 

Constructor Detail

_SupportAttributesStub

public _SupportAttributesStub()
Method Detail

_ids

public java.lang.String[] _ids()
Specified by:
_ids in class org.omg.CORBA.portable.ObjectImpl

supports_modifiable_properties

public boolean supports_modifiable_properties()
Read accessor for supports_modifiable_properties attribute

Specified by:
supports_modifiable_properties in interface SupportAttributesOperations
Returns:
the attribute value

supports_dynamic_properties

public boolean supports_dynamic_properties()
Read accessor for supports_dynamic_properties attribute

Specified by:
supports_dynamic_properties in interface SupportAttributesOperations
Returns:
the attribute value

supports_proxy_offers

public boolean supports_proxy_offers()
Read accessor for supports_proxy_offers attribute

Specified by:
supports_proxy_offers in interface SupportAttributesOperations
Returns:
the attribute value

type_repos

public org.omg.CORBA.Object type_repos()
Read accessor for type_repos attribute

Specified by:
type_repos in interface SupportAttributesOperations
Returns:
the attribute value