| Package | Description |
|---|---|
| org.itsnat.core |
Contains the fundamental interfaces and classes: provides utilities to wrap the servlet system, to control the page lifecycle, to create event listeners etc.
|
| org.itsnat.core.event |
Defines event and listener classes and interfaces associated to the page lifecycle and events.
|
| Modifier and Type | Method and Description |
|---|---|
ItsNatTimerHandle |
ItsNatTimer.schedule(EventTarget target,
EventListener task,
Date time)
Schedules the specified task (the
EventListener object) for execution at the specified time. |
ItsNatTimerHandle |
ItsNatTimer.schedule(EventTarget target,
EventListener task,
Date time,
int commMode,
ParamTransport[] extraParams,
String preSendCode,
long eventTimeout)
Schedules the specified task (the
EventListener object) for execution at the specified time. |
ItsNatTimerHandle |
ItsNatTimer.schedule(EventTarget target,
EventListener task,
Date firstTime,
long period)
Schedules the specified task for repeated fixed-delay execution,
beginning at the specified time.
|
ItsNatTimerHandle |
ItsNatTimer.schedule(EventTarget target,
EventListener task,
Date firstTime,
long period,
int commMode,
ParamTransport[] extraParams,
String preSendCode,
long eventTimeout)
Schedules the specified task for repeated fixed-delay execution,
beginning at the specified time.
|
ItsNatTimerHandle |
ItsNatTimer.schedule(EventTarget target,
EventListener task,
long delay)
Schedules the specified task for execution after the specified delay.
|
ItsNatTimerHandle |
ItsNatTimer.schedule(EventTarget target,
EventListener task,
long delay,
int commMode,
ParamTransport[] extraParams,
String preSendCode,
long eventTimeout)
Schedules the specified task for execution after the specified delay.
|
ItsNatTimerHandle |
ItsNatTimer.schedule(EventTarget target,
EventListener task,
long delay,
long period)
Schedules the specified task for repeated fixed-delay execution,
beginning after the specified delay.
|
ItsNatTimerHandle |
ItsNatTimer.schedule(EventTarget target,
EventListener task,
long delay,
long period,
int commMode,
ParamTransport[] extraParams,
String preSendCode,
long eventTimeout)
Schedules the specified task for repeated fixed-delay execution,
beginning after the specified delay.
|
ItsNatTimerHandle |
ItsNatTimer.scheduleAtFixedRate(EventTarget target,
EventListener task,
Date firstTime,
long period)
Schedules the specified task for repeated fixed-rate execution,
beginning at the specified time.
|
ItsNatTimerHandle |
ItsNatTimer.scheduleAtFixedRate(EventTarget target,
EventListener task,
Date firstTime,
long period,
int commMode,
ParamTransport[] extraParams,
String preSendCode,
long eventTimeout)
Schedules the specified task for repeated fixed-rate execution,
beginning at the specified time.
|
ItsNatTimerHandle |
ItsNatTimer.scheduleAtFixedRate(EventTarget target,
EventListener task,
long delay,
long period)
Schedules the specified task for repeated fixed-rate execution,
beginning after the specified delay.
|
ItsNatTimerHandle |
ItsNatTimer.scheduleAtFixedRate(EventTarget target,
EventListener task,
long delay,
long period,
int commMode,
ParamTransport[] extraParams,
String preSendCode,
long eventTimeout)
Schedules the specified task for repeated fixed-rate execution,
beginning after the specified delay.
|
| Modifier and Type | Method and Description |
|---|---|
ItsNatTimerHandle |
ItsNatTimerEvent.getItsNatTimerHandle()
Returns the timer handle associated to this timer event.
|
Copyright © Innowhere Software, Jose Maria Arranz Santamaria.