org.omg.CosTrading

Class _TraderComponentsStub

public class _TraderComponentsStub extends ObjectImpl implements TraderComponents

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.
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
String[]_ids()

Method Detail

admin_if

public Admin admin_if()
Read accessor for admin_if attribute

Returns: the attribute value

link_if

public Link link_if()
Read accessor for link_if attribute

Returns: the attribute value

lookup_if

public Lookup lookup_if()
Read accessor for lookup_if attribute

Returns: the attribute value

proxy_if

public Proxy proxy_if()
Read accessor for proxy_if attribute

Returns: the attribute value

register_if

public Register register_if()
Read accessor for register_if attribute

Returns: the attribute value

_ids

public String[] _ids()