com.espertech.esper.core.thread
Class TimerUnitMultiple

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

public class TimerUnitMultiple
extends java.lang.Object
implements TimerUnit

Timer unit for multiple callbacks for a statement.


Constructor Summary
TimerUnitMultiple(EPServicesContext services, EPRuntimeImpl runtime, EPStatementAgentInstanceHandle handle, java.lang.Object callbackObject)
          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

TimerUnitMultiple

public TimerUnitMultiple(EPServicesContext services,
                         EPRuntimeImpl runtime,
                         EPStatementAgentInstanceHandle handle,
                         java.lang.Object callbackObject)
Ctor.

Parameters:
services - engine services
runtime - runtime to process
handle - statement handle
callbackObject - callback list
Method Detail

run

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

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