org.omg.CosTrading
Class _TraderComponentsStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.omg.CosTrading._TraderComponentsStub
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity, TraderComponents, TraderComponentsOperations

public class _TraderComponentsStub
extends org.omg.CORBA.portable.ObjectImpl
implements TraderComponents

The TraderComponents interface contains five readonly attributes that provide a way to get a specific object reference. A trader?s functionality can be configured by composing the defined interfaces in one of several prescribed combinations. The composition is not modeled through inheritance, but rather by multiple interfaces to an object. Given one of these interfaces, a way of finding the other associated interfaces is needed. To facilitate this, each trader functional interface is derived from the TraderComponents interface.

See Also:
Serialized Form

Constructor Summary
_TraderComponentsStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 Admin admin_if()
          Read accessor for admin_if attribute
 Link link_if()
          Read accessor for link_if attribute
 Lookup lookup_if()
          Read accessor for lookup_if attribute
 Proxy proxy_if()
          Read accessor for proxy_if attribute
 Register register_if()
          Read accessor for register_if 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

_TraderComponentsStub

public _TraderComponentsStub()
Method Detail

_ids

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

lookup_if

public Lookup lookup_if()
Read accessor for lookup_if attribute

Specified by:
lookup_if in interface TraderComponentsOperations
Returns:
the attribute value

register_if

public Register register_if()
Read accessor for register_if attribute

Specified by:
register_if in interface TraderComponentsOperations
Returns:
the attribute value

link_if

public Link link_if()
Read accessor for link_if attribute

Specified by:
link_if in interface TraderComponentsOperations
Returns:
the attribute value

proxy_if

public Proxy proxy_if()
Read accessor for proxy_if attribute

Specified by:
proxy_if in interface TraderComponentsOperations
Returns:
the attribute value

admin_if

public Admin admin_if()
Read accessor for admin_if attribute

Specified by:
admin_if in interface TraderComponentsOperations
Returns:
the attribute value