Package org.eclipse.epsilon.eol.tools
Class SchedulerTool
- java.lang.Object
-
- org.eclipse.epsilon.eol.tools.AbstractTool
-
- org.eclipse.epsilon.eol.tools.SchedulerTool
-
- All Implemented Interfaces:
ITool
public class SchedulerTool extends AbstractTool
-
-
Field Summary
-
Fields inherited from class org.eclipse.epsilon.eol.tools.AbstractTool
context
-
-
Constructor Summary
Constructors Constructor Description SchedulerTool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addJob(String operationName, int period)
void
addJob(String operationName, int period, int times)
void
schedule(String operationName, int period)
void
schedule(String operationName, int period, int times)
void
start()
void
start(int time)
-
Methods inherited from class org.eclipse.epsilon.eol.tools.AbstractTool
getContext, initialize, setContext
-
-
-
-
Method Detail
-
schedule
public void schedule(String operationName, int period) throws EolRuntimeException
- Throws:
EolRuntimeException
-
schedule
public void schedule(String operationName, int period, int times) throws EolRuntimeException
- Throws:
EolRuntimeException
-
addJob
public void addJob(String operationName, int period) throws EolRuntimeException
- Throws:
EolRuntimeException
-
addJob
public void addJob(String operationName, int period, int times) throws EolRuntimeException
- Throws:
EolRuntimeException
-
start
public void start() throws EolRuntimeException
- Throws:
EolRuntimeException
-
start
public void start(int time) throws EolRuntimeException
- Throws:
EolRuntimeException
-
-