Uses of Interface
com.espertech.esper.pattern.guard.GuardFactory

Packages that use GuardFactory
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.guard Pattern guards that can define the lifetime of a pattern 
 

Uses of GuardFactory in com.espertech.esper.pattern
 

Methods in com.espertech.esper.pattern that return GuardFactory
 GuardFactory PatternObjectResolutionServiceImpl.create(PatternGuardSpec spec)
           
 GuardFactory PatternObjectResolutionService.create(PatternGuardSpec spec)
          Creates a guard factory considering configured plugged-in resources.
 GuardFactory EvalGuardFactoryNode.getGuardFactory()
          Returns the guard factory.
 

Methods in com.espertech.esper.pattern with parameters of type GuardFactory
 void EvalGuardFactoryNode.setGuardFactory(GuardFactory guardFactory)
          Supplies the guard factory to the node.
 

Uses of GuardFactory in com.espertech.esper.pattern.guard
 

Classes in com.espertech.esper.pattern.guard that implement GuardFactory
 class ExpressionGuardFactory
          Factory for TimerWithinGuard instances.
 class GuardFactorySupport
          Abstract class for applications to extend to implement pattern guard objects.
 class TimerWithinGuardFactory
          Factory for TimerWithinGuard instances.
 class TimerWithinOrMaxCountGuardFactory
           
 


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