it.eng.spago.event.condition
Class AbstractEventConditionDriver

java.lang.Object
  extended byit.eng.spago.event.condition.AbstractEventConditionDriver
All Implemented Interfaces:
EventConditionDriverIFace, InitializerIFace
Direct Known Subclasses:
DefaultEventConditionDriver

public abstract class AbstractEventConditionDriver
extends java.lang.Object
implements InitializerIFace, EventConditionDriverIFace


Constructor Summary
AbstractEventConditionDriver()
           
 
Method Summary
 boolean acceptsService(RequestContainer request, ResponseContainer response)
           
 SourceBean getConfig()
           
 EventConditionIFace getEventCondition()
           
 void init(SourceBean config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractEventConditionDriver

public AbstractEventConditionDriver()
Method Detail

init

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

getConfig

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

acceptsService

public boolean acceptsService(RequestContainer request,
                              ResponseContainer response)
Specified by:
acceptsService in interface EventConditionDriverIFace

getEventCondition

public EventConditionIFace getEventCondition()
Specified by:
getEventCondition in interface EventConditionDriverIFace