net.sourceforge.fixagora.basis.server.control.component
Class SpreadSheetComponentHandler

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

public class SpreadSheetComponentHandler
extends AbstractComponentHandler

The Class SpreadSheetComponentHandler.


Constructor Summary
SpreadSheetComponentHandler()
          Instantiates a new spread sheet component handler.
 
Method Summary
 AbstractBusinessComponent getAbstractBusinessComponent()
          Gets the abstract business component.
 int getStartLevel()
          Gets the start level.
 void handleMDOutputEntries(java.util.Set<MDOutputEntry> mdOutputEntries)
          Handle md output entries.
 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

SpreadSheetComponentHandler

public SpreadSheetComponentHandler()
Instantiates a new spread sheet 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

handleMDOutputEntries

public void handleMDOutputEntries(java.util.Set<MDOutputEntry> mdOutputEntries)
Handle md output entries.

Parameters:
mdOutputEntries - the md output entries