EJBTimer

@since 6.0.0



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

Attribute Details

datasourceJNDIName    -    Specifies the JNDI name of the datasource that points to the TimerService database. The value must be a valid JNDI name.
     data type:  String
     default Value:   unspecified



datasourceAlias    -    A label associated with the TimerService datasource.
     data type:  String
     default Value:   unspecified



tablePrefix    -    A character string that uniquely distinguishes the TimerService tables from other tables that may be present in the database used by the TimerService. This is useful if the customer specifies that the TimerService events should be stored in a database that already contains a number of tables.
     data type:  String
     default Value:   unspecified



pollInterval    -    The interval in seconds between when the TimerService database is re-scanned for newly-created Timer events. The interval is measured in seconds. The range is from 3 seconds to 1,800 seconds (30 minutes).
     data type:  long
     default Value:   300



numAlarmThreads    -    The number of Java threads to be used for executing ejbTimeout method calls.
     data type:  long
     default Value:   1



schedulerJNDIName    -    The JNDI name of a Scheduler instance to use for managing and persisting EJB Timers. The value must be a valid JNDI name.
     data type:  String
     default Value:   unspecified


Copyright IBM Corp. 1997-2004