TransactionClassModule

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.



Attributes Summary
id : StringThe id for the TransactionClassModule is comprised of:<TransactionClassName>:!:<ApplicationName>:!:<WebModuleName>For example:Test:!:adminconsole:!:adminconsole.
URIs : StringThis field contains a list of Strings which are the URIs from the given application and web module denoted in the id field.
workFactor : float  

Attribute Details

id    -    The id for the TransactionClassModule is comprised of:<TransactionClassName>:!:<ApplicationName>:!:<WebModuleName>For example:Test:!:adminconsole:!:adminconsole.warfor 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:  String
     default Value:   unspecified



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:  String
     default Value:   unspecified



workFactor    -     
     data type:  float
     default Value:   -1.0


Copyright IBM Corp. 1996-2005