net.sourceforge.fixagora.excel.shared.communication
Class CloseExcelTradeCaptureRequest

java.lang.Object
  extended by net.sourceforge.fixagora.basis.shared.model.communication.AbstractRequest
      extended by net.sourceforge.fixagora.excel.shared.communication.AbstractExcelRequest
          extended by net.sourceforge.fixagora.excel.shared.communication.CloseExcelTradeCaptureRequest
All Implemented Interfaces:
java.io.Serializable

public class CloseExcelTradeCaptureRequest
extends AbstractExcelRequest

The Class CloseExcelTradeCaptureRequest.

See Also:
Serialized Form

Constructor Summary
CloseExcelTradeCaptureRequest(long tradeCapture, long requestID)
          Instantiates a new close excel trade capture request.
 
Method Summary
 long getExcelTradeCapture()
          Gets the excel trade capture.
 void handleAbstractExcelRequest(ExcelRequests excelRequests, org.jboss.netty.channel.Channel channel)
          Handle abstract excel request.
 
Methods inherited from class net.sourceforge.fixagora.excel.shared.communication.AbstractExcelRequest
handleAbstractRequest
 
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.communication.AbstractRequest
getRequestID, getTimestamp, setTimestamp
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloseExcelTradeCaptureRequest

public CloseExcelTradeCaptureRequest(long tradeCapture,
                                     long requestID)
Instantiates a new close excel trade capture request.

Parameters:
tradeCapture - the trade capture
requestID - the request id
Method Detail

getExcelTradeCapture

public long getExcelTradeCapture()
Gets the excel trade capture.

Returns:
the excel trade capture

handleAbstractExcelRequest

public void handleAbstractExcelRequest(ExcelRequests excelRequests,
                                       org.jboss.netty.channel.Channel channel)
Description copied from class: AbstractExcelRequest
Handle abstract excel request.

Specified by:
handleAbstractExcelRequest in class AbstractExcelRequest
Parameters:
excelRequests - the excel requests
channel - the channel