SchedulerConfiguration

Specifies configuration information used by the Scheduler service.

Inherits from type ResourceEnvEntry and adds the following.

Attributes Summary
datasourceJNDIName : StringDatasource where persistent tasks will be stored
datasourceAlias : StringAlias to a User name and Password used to access the datasource
tablePrefix : StringString prepended to the table name.
pollInterval : intSpecifies the interval at which the service polls the database in seconds.
securityRole : StringUsers who do not fit the specified role will be denied access to the service.
workManagerInfoJNDIName : StringJNDI name of the related Work Manager Info resource.
useAdminRoles : booleanIf 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 : StringSelect 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.

Attribute Details

datasourceJNDIName    -    Datasource where persistent tasks will be stored
     data type:  String
     default Value:   unspecified



datasourceAlias    -    Alias to a User name and Password used to access the datasource
     data type:  String
     default Value:   unspecified



tablePrefix    -    String prepended to the table name. Multiple independent Schedulers can share the same database if each instance specifies a different prefix string.
     data type:  String
     default Value:   unspecified



pollInterval    -    Specifies the interval at which the service polls the database in seconds. Most users should find the default value satisfactory, however, you may choose to tune depending upon specific requirements.
     data type:  int
     default Value:   30



securityRole    -    Users who do not fit the specified role will be denied access to the service.
     data type:  String
     default Value:   unspecified



workManagerInfoJNDIName    -    JNDI name of the related Work Manager Info resource.
     data type:  String
     default Value:   unspecified



useAdminRoles    -    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. If this option is not enabled, then all users will be able to create and modify tasks.
     data type: boolean
     default Value:   unspecified
     Allowed Values:  true   false  



loginConfigName    -    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.
     data type:  String
     default Value:   unspecified



workManagerInfo    -    A reference to a work manager resource factory used by this Scheduler resource factory. This reference must be an intra-file reference; we don't support variable-scoped cross document references; only references within the same scope (cell, node, or server) are supported.@deprecated starting in 6.0 - use workMangerInfoJNDIName instead. Relationship remains for backward compatibility reasons only.
     data type: WorkManagerInfo@


Copyright IBM Corp. 1997-2004