it.eng.spago.event.handler
Class AbstractEventHandler

java.lang.Object
  extended byit.eng.spago.event.handler.AbstractEventHandler
All Implemented Interfaces:
EventHandlerIFace, InitializerIFace
Direct Known Subclasses:
DefaultLoggerEventHandler, DefaultNotifierEventHandler

public abstract class AbstractEventHandler
extends java.lang.Object
implements InitializerIFace, EventHandlerIFace


Constructor Summary
AbstractEventHandler()
           
 
Method Summary
 SourceBean getConfig()
           
 java.lang.String getKey()
           
 void init(SourceBean config)
           
 void service(java.util.Collection eventConditions, RequestContainer request, ResponseContainer response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractEventHandler

public AbstractEventHandler()
Method Detail

init

public void init(SourceBean config)
Specified by:
init in interface InitializerIFace

getConfig

public SourceBean getConfig()
Specified by:
getConfig in interface InitializerIFace

getKey

public java.lang.String getKey()
Specified by:
getKey in interface EventHandlerIFace

service

public void service(java.util.Collection eventConditions,
                    RequestContainer request,
                    ResponseContainer response)
Specified by:
service in interface EventHandlerIFace