org.omg.CosTrading

Class TraderComponentsPOA

public abstract class TraderComponentsPOA extends Servant implements TraderComponentsOperations, InvokeHandler

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
String[]_all_interfaces(POA poa, byte[] objectId)
OutputStream_invoke(String opName, InputStream _is, ResponseHandler handler)
TraderComponents_this()
TraderComponents_this(ORB orb)

Method Detail

_all_interfaces

public String[] _all_interfaces(POA poa, byte[] objectId)

_invoke

public final OutputStream _invoke(String opName, InputStream _is, ResponseHandler handler)

_this

public TraderComponents _this()

_this

public TraderComponents _this(ORB orb)