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

Packages that use Guard
com.espertech.esper.pattern.guard Pattern guards that can define the lifetime of a pattern 
 

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

Classes in com.espertech.esper.pattern.guard that implement Guard
 class GuardSupport
          Abstract class for applications to extend to implement a pattern guard.
 class TimerWithinGuard
          Guard implementation that keeps a timer instance and quits when the timer expired, letting all MatchedEventMap instances pass until then.
 

Methods in com.espertech.esper.pattern.guard that return Guard
 Guard TimerWithinGuardFactory.makeGuard(PatternContext context, Quitable quitable, Object stateNodeId, Object guardState)
           
 Guard GuardFactory.makeGuard(PatternContext context, Quitable quitable, Object stateNodeId, Object guardState)
          Constructs a guard instance.
 


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