Attribute Summary | |
java.lang.Long | pollInterval |
java.lang.Integer | daemonThreads |
java.lang.Integer | querySize |
Operation Summary | |
void | startDaemon( Starts all of the Scheduler Daemon threads |
void | stopDaemon() Stops all of the Scheduler Daemon threads |
Attribute Detail |
public java.lang.Long pollInterval
public java.lang.Integer daemonThreads
public java.lang.Integer querySize
Operation Detail |
public void startDaemon(java.lang.Integer delay
)
delay
-
The number of milliseconds to wait before each Scheduler daemon thread starts the first poll.
public void stopDaemon()