org.omg.CosTrading
Class SupportAttributesPOA

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.omg.CosTrading.SupportAttributesPOA
All Implemented Interfaces:
org.omg.CORBA.portable.InvokeHandler, SupportAttributesOperations
Direct Known Subclasses:
SupportAttributesPOATie

public abstract class SupportAttributesPOA
extends org.omg.PortableServer.Servant
implements SupportAttributesOperations, org.omg.CORBA.portable.InvokeHandler

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.


Constructor Summary
SupportAttributesPOA()
           
 
Method Summary
 java.lang.String[] _all_interfaces(org.omg.PortableServer.POA poa, byte[] objectId)
           
 org.omg.CORBA.portable.OutputStream _invoke(java.lang.String opName, org.omg.CORBA.portable.InputStream _is, org.omg.CORBA.portable.ResponseHandler handler)
           
 SupportAttributes _this()
           
 SupportAttributes _this(org.omg.CORBA.ORB orb)
           
 
Methods inherited from class org.omg.PortableServer.Servant
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.omg.CosTrading.SupportAttributesOperations
supports_dynamic_properties, supports_modifiable_properties, supports_proxy_offers, type_repos
 

Constructor Detail

SupportAttributesPOA

public SupportAttributesPOA()
Method Detail

_this

public SupportAttributes _this()

_this

public SupportAttributes _this(org.omg.CORBA.ORB orb)

_all_interfaces

public java.lang.String[] _all_interfaces(org.omg.PortableServer.POA poa,
                                          byte[] objectId)
Specified by:
_all_interfaces in class org.omg.PortableServer.Servant

_invoke

public final org.omg.CORBA.portable.OutputStream _invoke(java.lang.String opName,
                                                         org.omg.CORBA.portable.InputStream _is,
                                                         org.omg.CORBA.portable.ResponseHandler handler)
Specified by:
_invoke in interface org.omg.CORBA.portable.InvokeHandler