Package com.ibm.jdg2e.concurrency.rules

Examples for Chapter 29, Implementing Responsiveness and Concurrency Using Jobs.

See:
          Description

Class Summary
TypeABRule This rule contains itself and only conflicts with the general TypeRule rule (universal receiver).
TypeARule This rule contains itself and conflicts with the general TypeRule rule and the TypeBRule rule.
TypeBRule This rule contains itself and conflicts with the general TypeRule rule and the TypeARule rule.
TypeORule This rule contains itself and conflicts with all other blood bank rules (universal donor, not receiver).
TypeRule This rule contains itself and does not conflict with any other rule.
 

Package com.ibm.jdg2e.concurrency.rules Description

Examples for Chapter 29, Implementing Responsiveness and Concurrency Using Jobs.