|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Guard | |
---|---|
net.esper.pattern.guard | Pattern guards that can define the lifetime of a pattern |
Uses of Guard in net.esper.pattern.guard |
---|
Classes in net.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 net.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |