com.ibm.dse.appl.forwarding.server
Interface Forwarder

All Known Implementing Classes:
ForwardSupport

public interface Forwarder

Interface to perform the forward request


Method Summary
 int forward(CommonCommunicationsService service, Operation anOp)
          Forward the transaction message using the communication service.
 

Method Detail

forward

public int forward(CommonCommunicationsService service,
                   Operation anOp)
            throws DSEException
Forward the transaction message using the communication service. The message is retrieved from the Operation.
Parameters:
service - com.ibm.dse.services.comms.CommonCommunicationsService
anOp - com.ibm.dse.base.Operation, the ForwardingServerOperation
Returns:
int integer success indicator, indicates a success or failure result