|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.pattern.guard.TimerWithinGuardFactory
public class TimerWithinGuardFactory
Factory for TimerWithinGuard
instances.
Constructor Summary | |
---|---|
TimerWithinGuardFactory(int msec)
Number of milliseconds before guard expiration. |
Method Summary | |
---|---|
Guard |
makeGuard(PatternContext context,
Quitable quitable)
Constructs a guard instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimerWithinGuardFactory(int msec)
msec
- number of millisMethod Detail |
---|
public Guard makeGuard(PatternContext context, Quitable quitable)
GuardFactory
makeGuard
in interface GuardFactory
context
- - services for use by guardquitable
- - to use for indicating the guard has quit
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |