Uses of Interface
com.espertech.esper.pattern.observer.ObserverFactory

Packages that use ObserverFactory
com.espertech.esper.pattern Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance 
com.espertech.esper.pattern.observer Pattern observer classes the observe timer events 
 

Uses of ObserverFactory in com.espertech.esper.pattern
 

Methods in com.espertech.esper.pattern that return ObserverFactory
 ObserverFactory PatternObjectResolutionServiceImpl.create(PatternObserverSpec spec)
           
 ObserverFactory PatternObjectResolutionService.create(PatternObserverSpec spec)
          Creates an observer factory considering configured plugged-in resources.
 ObserverFactory EvalObserverFactoryNode.getObserverFactory()
          Returns the observer factory.
 

Methods in com.espertech.esper.pattern with parameters of type ObserverFactory
 void EvalObserverFactoryNode.setObserverFactory(ObserverFactory observerFactory)
          Supplies the observer factory to the node.
 

Uses of ObserverFactory in com.espertech.esper.pattern.observer
 

Classes in com.espertech.esper.pattern.observer that implement ObserverFactory
 class ObserverFactorySupport
          Abstract class for applications to extend to implement a pattern observer factory.
 class TimerAtObserverFactory
          Factory for 'crontab' observers that indicate truth when a time point was reached.
 class TimerIntervalObserverFactory
          Factory for making observer instances.
 class TimerScheduleObserverFactory
          Factory for ISO8601 repeating interval observers that indicate truth when a time point was reached.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com