public abstract class MultipleTimerAgent.MultipleTimerTask extends TimerTask
Constructor and Description |
---|
MultipleTimerTask(String taskName)
Constructs a MultipleTimerTask.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
execute(LibrarySession session)
Execute the action associated with a TimerTask that is ready for execution.
|
String |
getName()
Gets the name of the MultipleTimerTask.
|
void |
run()
Handles a timer expired event for the TimerTask.
|
cancel, scheduledExecutionTime
public MultipleTimerTask(String taskName)
taskName
- the task namepublic String getName()
public void run()
public abstract void execute(LibrarySession session) throws IfsException
session
- the session contextIfsException
- if operation failsCopyright © 2023. All rights reserved.