TransactionClassModule
This type is a class for model objects.
The TransactionClassModule object defines the actual "work" for a ServiceClass.
The combination of a service policy with associated transaction classes allows the On Demand Router to assess all work in the queue at any given point in time, and make decisions based upon the attributes in the service policy. The TransactionClass contains zero or more TransactionClassModules, which are comprised of URIs. These URIs are the workload that is monitored and routed by WebSphere Extended Deployment.
The TransactionClassModule contains the actual URIs which defined the workload. The scope of a TransactionClassModule is the enterpriseapplication/webmodule level. So, for each URI which is from a different enterprise application/web module, a new TransactionClassModule is needed.
Package: servicepolicy
Classifier ID: -1
Instance class name: * Unspecified *
Instance class: * Unspecified *
Collection attributes having this type:
TransactionClass.TransactionClassModules
Attributes Summary |
id : EString |
The id for the TransactionClassModule is comprised of:
:!::!:
For example:
Test:!:adminconsole:!:adminconsole.war
for a TransactionClassModule that is a part of TransactionClass named "Test" which contains URIs from the enterprise application named "adminconsole" and the web module named "adminconsole.war".
|
URIs : EString |
This field contains a list of Strings which are the URIs from the given application and web module denoted in the id field.
No validation is done on the URIs to determine if they are valid URIs.
|
workFactor : EFloat |
* No description is available *
|
id - The id for the TransactionClassModule is comprised of:
:!::!:
For example:
Test:!:adminconsole:!:adminconsole.war
for a TransactionClassModule that is a part of TransactionClass named "Test" which contains URIs from the enterprise application named "adminconsole" and the web module named "adminconsole.war".
Data Type: EString
Default value: unspecified
Required: false
Changeable: true
Unsettable: false
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
URIs - This field contains a list of Strings which are the URIs from the given application and web module denoted in the id field.
No validation is done on the URIs to determine if they are valid URIs.
Data Type: EString
Default value: unspecified
Required: false
Changeable: true
Unsettable: false
Many: true
Ordered: true
Lower bound: 0
Upper bound: Unbounded
Unique: true
Derived: false
Transient: false
Volatile: false
workFactor - * No description is available *
Data Type: EFloat
Default value: -1.0
Required: false
Changeable: true
Unsettable: false
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
(C) COPYRIGHT International Business Machines Corp. 1996-2006