org.omg.CosTrading
Interface TraderComponentsOperations

All Known Subinterfaces:
Admin, AdminOperations, Link, LinkOperations, Lookup, LookupOperations, Proxy, ProxyOperations, Register, RegisterOperations, TraderComponents
All Known Implementing Classes:
_AdminStub, _LinkStub, _LookupStub, _ProxyStub, _RegisterStub, _TraderComponentsStub, Admin, AdminPOA, AdminPOATie, Link, LinkPOA, LinkPOATie, Lookup, LookupPOA, LookupPOATie, Proxy, ProxyPOA, ProxyPOATie, Register, RegisterPOA, RegisterPOATie, TraderComponentsPOA, TraderComponentsPOATie

public interface TraderComponentsOperations

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.


Method Summary
 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
 

Method Detail

lookup_if

Lookup lookup_if()
Read accessor for lookup_if attribute

Returns:
the attribute value

register_if

Register register_if()
Read accessor for register_if attribute

Returns:
the attribute value

link_if

Link link_if()
Read accessor for link_if attribute

Returns:
the attribute value

proxy_if

Proxy proxy_if()
Read accessor for proxy_if attribute

Returns:
the attribute value

admin_if

Admin admin_if()
Read accessor for admin_if attribute

Returns:
the attribute value