Attributes Summary |
datasourceJNDIName : String | Datasource where persistent tasks will be stored |
datasourceAlias : String | Alias to a User name and Password used to access the datasource |
tablePrefix : String | String prepended to the table name.
|
pollInterval : int | Specifies the interval at which the service polls the database in seconds.
|
securityRole : String | Users who do not fit the specified role will be denied access to the service.
|
workManagerInfoJNDIName : String | JNDI name of the related Work Manager Info resource.
|
useAdminRoles : boolean | If enabled and Global Security is enabled, then Administration Roles are enforced when using this Scheduler's JMX or API's to create and modify tasks.
|
loginConfigName : String | Select a suitable JAAS login configuration from the security-JAAS configuration panel to map the user identity and credentials to a resource principal and credentials that is required to open a connection to the back-end server and execute a Task.
|
workManagerInfo : WorkManagerInfo@
| A reference to a work manager resource factory used by this Scheduler resource factory.
|