計時器管理員設定

Use this page to modify timer manager settings. Timer managers enable applications to schedule future timer notifications and to receive timer notification callbacks to application-specified listeners within a Java Platform, Enterprise Edition (Java EE) environment. The timer manager binds to the Java Naming and Directory Interface (JNDI) name space.

A timer manager contains a pool of threads bound into JNDI.

To view this administrative console page, click Resources > Asynchronous beans > Timer managers timermanager_name.

「配置」標籤

範圍

Specifies the scope of the configured resource. This value indicates the location for the configuration file.

名稱

Specifies the name by which the timer manager is known for administrative purposes.

Data type String
JNDI 名稱

Specifies the JNDI name used to look up the timer manager in the namespace.

Data type String
說明

Specifies a description of this timer manager for administrative purposes.

Data type String
種類

Specifies a string that can be used to classify or group this timer manager.

Data type String
預設交易類別 [z/OS]

Specifies the transaction class that is used for WLM workload classification of non-daemon work that is not already associated with a service class.

Data type String
Range 0-8 characters
服務名稱

Specifies a list of services to make available to this timer manager.

Asynchronous beans can inherit Java EE context information by enabling one or more Java EE service contexts on the timer manager resource in the product administrative console or by setting the serviceNames attribute of the TimerManagerInfo configuration object. When specifying the serviceNames attribute each enabled service should be separated by a semicolon, for example, security;UserWorkArea;com.ibm.ws.i18n. When a Java EE service context is enabled, it propagates the context from the scheduling thread to the target thread. If not enabled, the target thread does not inherit the context of the scheduling thread and a default context is applied. Any related Java EE context that is already present on the thread is suspended before any new Java EE context is applied.

The context information of each selected service is propagated to each timer that is created using this timer manager. Selecting services that are not needed can negatively impact performance.

Work area Use the administrative console or the UserWorkArea service name to enable work area partitions. When enabled, the work area context for every work area partition that exists on the scheduling thread is available on the target thread. This feature is optional.
Security Use the administrative console or the security service name to enable the Java Authentication and Authorization Service (JAAS) subject. When this feature and 管理安全 are enabled, the JAAS subject that is present on the scheduling thread is applied to the target thread. If not enabled, the target thread is run anonymously without a JAAS subject on the thread. This feature is optional.
Internationalization Use the administrative console or the com.ibm.ws.i18n service name to enable the internationalization context information. When the internationalization context and the Internationalization service is enabled, the internationalization context that exists on the scheduling thread is available on the target thread. This feature is optional.
計時器執行緒數目

Specifies the maximum number of threads that are used for timers.

Data type Integer



標示(線上)的鏈結表示需要存取網際網路。

相關概念
相關工作
相關參考
管理主控台範圍設定
計時器管理員集合


檔名: ueac_timemanagersettings.html