public interface TimerInterface
Modifier and Type | Method and Description |
---|---|
Date |
getLastActivation()
Gets the time of the last timer expiration.
|
Date |
getNextActivation()
Gets the time of the next timer expiration.
|
void |
initialize(TimerContext context,
AttributeValueTable avt)
Initializes the Timer.
|
void |
reset()
Resets the Timer.
|
void |
start()
Starts the Timer.
|
void |
stop()
Stops the Timer.
|
void initialize(TimerContext context, AttributeValueTable avt) throws IfsException
context
- the Timer context (the caller)avt
- the Timer Configuration, typically a copy of the
Server ConfigurationIfsException
- if the operation failsvoid start()
void stop()
void reset()
This has the effect of preventing the next "timer expired" event from occurring until the Activation Period elapses relative to the current time.
Date getLastActivation()
Date getNextActivation()
Copyright © 2023. All rights reserved.