com.espertech.esper.core.thread
Class TimerUnitSingle

java.lang.Object
  extended by com.espertech.esper.core.thread.TimerUnitSingle
All Implemented Interfaces:
TimerUnit, java.lang.Runnable

public class TimerUnitSingle
extends java.lang.Object
implements TimerUnit

Timer unit for a single callback for a statement.


Constructor Summary
TimerUnitSingle(EPServicesContext services, EPRuntimeImpl runtime, EPStatementHandleCallback handleCallback, ExprEvaluatorContext exprEvaluatorContext)
          Ctor.
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimerUnitSingle

public TimerUnitSingle(EPServicesContext services,
                       EPRuntimeImpl runtime,
                       EPStatementHandleCallback handleCallback,
                       ExprEvaluatorContext exprEvaluatorContext)
Ctor.

Parameters:
services - engine services
runtime - runtime to process
handleCallback - callback
exprEvaluatorContext - expression evaluation context
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

© 2006-2011 EsperTech Inc.
All rights reserved.
Visit us at espertech.com