Package | Description |
---|---|
com.streamscape.lib.timer | |
com.streamscape.sef.mf.admin |
Modifier and Type | Method and Description |
---|---|
void |
FabricTimer.cancel()
Cancels the timer.
|
FabricTimer |
FabricTimerManager.createTimer(java.lang.String group,
java.lang.String name,
FabricTimerTask task,
long interval,
int repeatCount)
Creates a new timer with the specified parameters.
|
void |
FabricTimer.reset()
Resets the timer.
|
void |
FabricTimer.resume()
Resumes the suspended timer.
|
void |
FabricTimer.start()
Starts the timer.
|
void |
FabricTimer.start(java.util.Date startTime)
Starts the timer at the specified time.
|
void |
FabricTimer.start(long delay)
Starts the timer after the specified delay (in milliseconds).
|
void |
FabricTimer.suspend()
Suspends the timer.
|
Modifier and Type | Method and Description |
---|---|
static FabricTimer |
FabricTimerFactory.createTimer(java.lang.String group,
java.lang.String name,
long interval,
int repeatCount,
DataspaceComponent component)
Creates a new timer with the specified parameters.
|
static FabricTimer |
FabricTimerFactory.createTimer(java.lang.String group,
java.lang.String name,
long interval,
int repeatCount,
FabricConnection connection)
Creates a new timer with the specified parameters.
|
static FabricTimer |
FabricTimerFactory.createTimer(java.lang.String group,
java.lang.String name,
long interval,
int repeatCount,
ServiceComponent component)
Creates a new timer with the specified parameters.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.