|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.appl.forwarding.server.ForwardSupport
This is the implementation of the interface Fowarder. The instance takes the host service ( implements Common Communications Service ) and the DSEOperation as parameters and forwards the transaction message to the host.
Constructor Summary | |
ForwardSupport()
ForwardSupport constructor. |
Method Summary | |
int |
forward(CommonCommunicationsService service,
Operation anOp)
Retrieves the transaction message from the operation context, forwards the transaction message to the host, and returns a value to indicate success or failure. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ForwardSupport()
Method Detail |
public int forward(CommonCommunicationsService service, Operation anOp) throws DSEException
service
- CommonCommunicationsServiceanOp
- com.ibm.dse.base.Operation, the ForwardingServerOperation
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |