|
||||||||||
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.
Field Summary | |
---|---|
protected long |
milliseconds
Number of milliseconds. |
Constructor Summary | |
---|---|
TimerWithinGuardFactory()
|
Method Summary | |
---|---|
Guard |
makeGuard(PatternContext context,
Quitable quitable,
Object stateNodeId,
Object guardState)
Constructs a guard instance. |
void |
setGuardParameters(List<Object> guardParameters)
Sets the guard object parameters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected long milliseconds
Constructor Detail |
---|
public TimerWithinGuardFactory()
Method Detail |
---|
public void setGuardParameters(List<Object> guardParameters) throws GuardParameterException
GuardFactory
setGuardParameters
in interface GuardFactory
guardParameters
- is a list of parameters
GuardParameterException
- thrown to indicate a parameter problempublic Guard makeGuard(PatternContext context, Quitable quitable, Object stateNodeId, Object guardState)
GuardFactory
makeGuard
in interface GuardFactory
context
- - services for use by guardquitable
- - to use for indicating the guard has quitstateNodeId
- - a node id for the state objectguardState
- - state node for guard
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |