org.omg.CosTrading

Class TraderComponentsPOATie

public class TraderComponentsPOATie extends TraderComponentsPOA

The TraderComponents interface contains five readonly attributes that provide a way to get a specific object reference. A traders 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.
Constructor Summary
TraderComponentsPOATie(TraderComponentsOperations tieObject)
Constructor
TraderComponentsPOATie(TraderComponentsOperations tieObject, POA poa)
Constructor
Method Summary
Adminadmin_if()
Read accessor for admin_if attribute
Linklink_if()
Read accessor for link_if attribute
Lookuplookup_if()
Read accessor for lookup_if attribute
Proxyproxy_if()
Read accessor for proxy_if attribute
Registerregister_if()
Read accessor for register_if attribute
POA_default_POA()
_default_POA method
TraderComponentsOperations_delegate()
Get the delegate
void_delegate(TraderComponentsOperations delegate_)
Set the delegate

Constructor Detail

TraderComponentsPOATie

public TraderComponentsPOATie(TraderComponentsOperations tieObject)
Constructor

TraderComponentsPOATie

public TraderComponentsPOATie(TraderComponentsOperations tieObject, POA poa)
Constructor

Method Detail

admin_if

public Admin admin_if()
Read accessor for admin_if attribute

link_if

public Link link_if()
Read accessor for link_if attribute

lookup_if

public Lookup lookup_if()
Read accessor for lookup_if attribute

proxy_if

public Proxy proxy_if()
Read accessor for proxy_if attribute

register_if

public Register register_if()
Read accessor for register_if attribute

_default_POA

public POA _default_POA()
_default_POA method

_delegate

public TraderComponentsOperations _delegate()
Get the delegate

_delegate

public void _delegate(TraderComponentsOperations delegate_)
Set the delegate