TransactionClass

The TransactionClass object is how the "work" is associated to the "goal" 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.A transaction class can belong to one, and only one service class.



Attributes Summary
name : StringThe name field is required and is a user defined field.
description : StringThe description field is optional.
TransactionClassModules : TransactionClassModule *  

Attribute Details

name    -    The name field is required and is a user defined field. The name defined must be unique among transaction classes and cannot begin with a . or a space and cannot contain the following characters: # \ / , : ; " * ? < > | = + & % '
     data type:  String
     default Value:   unspecified



description    -    The description field is optional.
     data type:  String
     default Value:   unspecified



TransactionClassModules    -     
     data type: TransactionClassModule*


Copyright IBM Corp. 1996-2005