net.sourceforge.fixagora.excel.server.control
Class ExcelRequestHandler

java.lang.Object
  extended by net.sourceforge.fixagora.excel.server.control.ExcelRequestHandler
All Implemented Interfaces:
AbstractRequests, ExcelRequests

public class ExcelRequestHandler
extends java.lang.Object
implements ExcelRequests

The Class ExcelRequestHandler.


Constructor Summary
ExcelRequestHandler()
           
 
Method Summary
 java.lang.String getLicense()
          Gets the license.
 java.lang.String getName()
          Gets the name.
 void handleSessionClosed(org.jboss.netty.channel.Channel channel)
          Handle session closed.
 void init(java.lang.Object object, java.lang.Object object2)
          Inits the.
 void onCloseExcelTradeCaptureRequest(CloseExcelTradeCaptureRequest closeExcelTradeCaptureRequest, org.jboss.netty.channel.Channel channel)
          On close excel trade capture request.
 void onExcelTradeCaptureEntryRequest(ExcelTradeCaptureEntryRequest excelTradeCaptureEntryRequest, org.jboss.netty.channel.Channel channel)
          On excel trade capture entry request.
 void onOpenExcelTradeCaptureRequest(OpenExcelTradeCaptureRequest openExcelTradeCaptureRequest, org.jboss.netty.channel.Channel channel)
          On open excel trade capture request.
 void onSecurityListRequest(SecurityListRequest securityListRequest, org.jboss.netty.channel.Channel channel)
          On security list request.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelRequestHandler

public ExcelRequestHandler()
Method Detail

init

public void init(java.lang.Object object,
                 java.lang.Object object2)
          throws java.lang.Exception
Description copied from interface: AbstractRequests
Inits the.

Specified by:
init in interface AbstractRequests
Parameters:
object - the object
object2 - the object2
Throws:
java.lang.Exception - the exception

onSecurityListRequest

public void onSecurityListRequest(SecurityListRequest securityListRequest,
                                  org.jboss.netty.channel.Channel channel)
Description copied from interface: ExcelRequests
On security list request.

Specified by:
onSecurityListRequest in interface ExcelRequests
Parameters:
securityListRequest - the security list request
channel - the channel

handleSessionClosed

public void handleSessionClosed(org.jboss.netty.channel.Channel channel)
Description copied from interface: AbstractRequests
Handle session closed.

Specified by:
handleSessionClosed in interface AbstractRequests
Parameters:
channel - the channel

onCloseExcelTradeCaptureRequest

public void onCloseExcelTradeCaptureRequest(CloseExcelTradeCaptureRequest closeExcelTradeCaptureRequest,
                                            org.jboss.netty.channel.Channel channel)
Description copied from interface: ExcelRequests
On close excel trade capture request.

Specified by:
onCloseExcelTradeCaptureRequest in interface ExcelRequests
Parameters:
closeExcelTradeCaptureRequest - the close excel trade capture request
channel - the channel

onOpenExcelTradeCaptureRequest

public void onOpenExcelTradeCaptureRequest(OpenExcelTradeCaptureRequest openExcelTradeCaptureRequest,
                                           org.jboss.netty.channel.Channel channel)
Description copied from interface: ExcelRequests
On open excel trade capture request.

Specified by:
onOpenExcelTradeCaptureRequest in interface ExcelRequests
Parameters:
openExcelTradeCaptureRequest - the open excel trade capture request
channel - the channel

onExcelTradeCaptureEntryRequest

public void onExcelTradeCaptureEntryRequest(ExcelTradeCaptureEntryRequest excelTradeCaptureEntryRequest,
                                            org.jboss.netty.channel.Channel channel)
Description copied from interface: ExcelRequests
On excel trade capture entry request.

Specified by:
onExcelTradeCaptureEntryRequest in interface ExcelRequests
Parameters:
excelTradeCaptureEntryRequest - the excel trade capture entry request
channel - the channel

getName

public java.lang.String getName()
Description copied from interface: AbstractRequests
Gets the name.

Specified by:
getName in interface AbstractRequests
Returns:
the name

getLicense

public java.lang.String getLicense()
Description copied from interface: AbstractRequests
Gets the license.

Specified by:
getLicense in interface AbstractRequests
Returns:
the license