This type is a class for model objects.
@since 6.0.0
Package: ejbcontainerAttributes Summary | |
datasourceJNDIName : EString | Specifies the JNDI name of the datasource that points to the TimerService database. The value must be a valid JNDI name. |
datasourceAlias : EString | A label associated with the TimerService datasource. |
tablePrefix : EString | 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. |
pollInterval : ELong | 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). |
numAlarmThreads : ELong | The number of Java threads to be used for executing ejbTimeout method calls. |
schedulerJNDIName : EString | The JNDI name of a Scheduler instance to use for managing and persisting EJB Timers. The value must be a valid JNDI name. |
Attribute Details |