com.ibm.dse.appl.forwarding.server
Class ForwardSupport

java.lang.Object
  |
  +--com.ibm.dse.appl.forwarding.server.ForwardSupport

public class ForwardSupport
extends java.lang.Object
implements Forwarder

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

ForwardSupport

public ForwardSupport()
ForwardSupport constructor.
Method Detail

forward

public int forward(CommonCommunicationsService service,
                   Operation anOp)
            throws DSEException
Retrieves the transaction message from the operation context, forwards the transaction message to the host, and returns a value to indicate success or failure.
Specified by:
forward in interface Forwarder
Parameters:
service - CommonCommunicationsService
anOp - com.ibm.dse.base.Operation, the ForwardingServerOperation
Returns:
int success indicator, indicates a failure, success, or timeout result
Throws:
com.ibm.dse.base.DSEException, - get thrown when an exceptional event occurs