Class ProcessStageComplex

java.lang.Object
  extended byProcessStage
      extended byProcessStageComplex
All Implemented Interfaces:
EventHandlerIF

public class ProcessStageComplex
extends ProcessStage


Field Summary
 
Fields inherited from class ProcessStage
config
 
Constructor Summary
ProcessStageComplex()
           
 
Method Summary
 void init(ConfigDataIF config)
          Called when an event handler is initialized.
protected  void processMessage(Message msg)
           
 
Methods inherited from class ProcessStage
destroy, handleEvent, handleEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessStageComplex

public ProcessStageComplex()
Method Detail

init

public void init(ConfigDataIF config)
          throws java.lang.Exception
Description copied from interface: EventHandlerIF
Called when an event handler is initialized. This method should perform any initialization operations as required by the application.

Specified by:
init in interface EventHandlerIF
Overrides:
init in class ProcessStage
Throws:
java.lang.Exception

processMessage

protected void processMessage(Message msg)
Specified by:
processMessage in class ProcessStage