Package | Description |
---|---|
com.streamscape.lib.timer | |
com.streamscape.sef.mf.admin |
Modifier and Type | Method and Description |
---|---|
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.
|
FabricTimer |
FabricTimerManager.getTimer(java.lang.String group,
java.lang.String name)
Returns the specified timer containing in the specified group.
|
Modifier and Type | Method and Description |
---|---|
void |
FabricTimerTask.execute(FabricTimer timer)
Executes this task.
|
void |
FabricTimerTask.onCancel(FabricTimer timer)
This method is invoked after the timer has been canceled.
|
void |
AbstractFabricTimerTask.onCancel(FabricTimer timer)
Does nothing by default.
|
void |
FabricTimerTask.onReset(FabricTimer timer)
This method is invoked after the timer has been reset.
|
void |
AbstractFabricTimerTask.onReset(FabricTimer timer)
Does nothing by default.
|
void |
FabricTimerTask.onResume(FabricTimer timer)
This method is invoked after the timer has been resumed.
|
void |
AbstractFabricTimerTask.onResume(FabricTimer timer)
Does nothing by default.
|
void |
FabricTimerTask.onStart(FabricTimer timer)
This method is invoked after the timer has been started.
|
void |
AbstractFabricTimerTask.onStart(FabricTimer timer)
Does nothing by default.
|
void |
FabricTimerTask.onStop(FabricTimer timer)
This method is invoked after the timer has been stopped.
|
void |
AbstractFabricTimerTask.onStop(FabricTimer timer)
Does nothing by default.
|
void |
FabricTimerTask.onSuspend(FabricTimer timer)
This method is invoked after the timer has been suspended.
|
void |
AbstractFabricTimerTask.onSuspend(FabricTimer timer)
Does nothing by default.
|
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.