Uses of Interface
net.esper.pattern.guard.GuardFactory

Packages that use GuardFactory
net.esper.pattern Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance 
net.esper.pattern.guard Pattern guards that can define the lifetime of a pattern 
 

Uses of GuardFactory in net.esper.pattern
 

Methods in net.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 EvalGuardNode.getGuardFactory()
          Returns the guard factory.
 

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

Uses of GuardFactory in net.esper.pattern.guard
 

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


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com