Attributes Summary |
datasourceJNDIName : String | Specifies the JNDI name of the datasource that points to the TimerService database.
|
datasourceAlias : String | A label associated with the TimerService datasource.
|
tablePrefix : String | A character string that uniquely distinguishes the TimerService tables from other tables that may be present in the database used by the TimerService.
|
pollInterval : long | The interval in seconds between when the TimerService database is re-scanned for newly-created Timer events.
|
numAlarmThreads : long | The number of Java threads to be used for executing ejbTimeout method calls.
|
schedulerJNDIName : String | The JNDI name of a Scheduler instance to use for managing and persisting EJB Timers.
|