net.sourceforge.fixagora.excel.server.control.component
Class ExcelTradeCaptureComponentHandler

java.lang.Object
  extended by net.sourceforge.fixagora.basis.server.control.component.AbstractComponentHandler
      extended by net.sourceforge.fixagora.excel.server.control.component.ExcelTradeCaptureComponentHandler

public class ExcelTradeCaptureComponentHandler
extends AbstractComponentHandler

The Class ExcelTradeCaptureComponentHandler.


Constructor Summary
ExcelTradeCaptureComponentHandler()
          Instantiates a new excel trade capture component handler.
 
Method Summary
 AbstractBusinessComponent getAbstractBusinessComponent()
          Gets the abstract business component.
 int getStartLevel()
          Gets the start level.
 void onCloseExcelTradeCaptureRequest(CloseExcelTradeCaptureRequest closeExcelTradeCaptureRequest, org.jboss.netty.channel.Channel channel)
          On close excel trade capture request.
 java.util.Collection<ExcelTradeCaptureEntry> onOpenExcelTradeCaptureRequest(OpenExcelTradeCaptureRequest openExcelTradeCaptureRequest, org.jboss.netty.channel.Channel channel)
          On open excel trade capture request.
 void removeExcelTradeCaptureEntry(ExcelTradeCaptureEntry excelTradeCaptureEntry)
          Removes the excel trade capture entry.
 void setAbstractBusinessComponent(AbstractBusinessComponent abstractBusinessComponent)
          Sets the abstract business component.
 void start(org.jboss.netty.channel.Channel channel)
          Start.
 void stop(org.jboss.netty.channel.Channel channel)
          Stop.
 
Methods inherited from class net.sourceforge.fixagora.basis.server.control.component.AbstractComponentHandler
addFIXMessage, addFIXMessages, addInputComponent, addOutputComponent, close, getTargetCompIDIfOnline, setBasisPersistenceHandler, setBusinessComponentHandler, setDataDictionaries, setSecurityDictionary, setSpreadSheetHandler, startHandler
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelTradeCaptureComponentHandler

public ExcelTradeCaptureComponentHandler()
Instantiates a new excel trade capture component handler.

Method Detail

setAbstractBusinessComponent

public void setAbstractBusinessComponent(AbstractBusinessComponent abstractBusinessComponent)
Description copied from class: AbstractComponentHandler
Sets the abstract business component.

Specified by:
setAbstractBusinessComponent in class AbstractComponentHandler
Parameters:
abstractBusinessComponent - the new abstract business component

getStartLevel

public int getStartLevel()
Description copied from class: AbstractComponentHandler
Gets the start level.

Specified by:
getStartLevel in class AbstractComponentHandler
Returns:
the start level

start

public void start(org.jboss.netty.channel.Channel channel)
Description copied from class: AbstractComponentHandler
Start.

Specified by:
start in class AbstractComponentHandler
Parameters:
channel - the channel

stop

public void stop(org.jboss.netty.channel.Channel channel)
Description copied from class: AbstractComponentHandler
Stop.

Specified by:
stop in class AbstractComponentHandler
Parameters:
channel - the channel

getAbstractBusinessComponent

public AbstractBusinessComponent getAbstractBusinessComponent()
Description copied from class: AbstractComponentHandler
Gets the abstract business component.

Specified by:
getAbstractBusinessComponent in class AbstractComponentHandler
Returns:
the abstract business component

onOpenExcelTradeCaptureRequest

public java.util.Collection<ExcelTradeCaptureEntry> onOpenExcelTradeCaptureRequest(OpenExcelTradeCaptureRequest openExcelTradeCaptureRequest,
                                                                                   org.jboss.netty.channel.Channel channel)
On open excel trade capture request.

Parameters:
openExcelTradeCaptureRequest - the open excel trade capture request
channel - the channel
Returns:
the collection

onCloseExcelTradeCaptureRequest

public void onCloseExcelTradeCaptureRequest(CloseExcelTradeCaptureRequest closeExcelTradeCaptureRequest,
                                            org.jboss.netty.channel.Channel channel)
On close excel trade capture request.

Parameters:
closeExcelTradeCaptureRequest - the close excel trade capture request
channel - the channel

removeExcelTradeCaptureEntry

public void removeExcelTradeCaptureEntry(ExcelTradeCaptureEntry excelTradeCaptureEntry)
Removes the excel trade capture entry.

Parameters:
excelTradeCaptureEntry - the excel trade capture entry