Uses of Class
ca.mcgill.sel.aspectoptima.aspects.transaction.ConcurrencyControl

Packages that use ConcurrencyControl
ca.mcgill.sel.aspectoptima.aspects.transaction   
 

Uses of ConcurrencyControl in ca.mcgill.sel.aspectoptima.aspects.transaction
 

Methods in ca.mcgill.sel.aspectoptima.aspects.transaction that return ConcurrencyControl
static ConcurrencyControl ConcurrencyControl.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConcurrencyControl[] ConcurrencyControl.values()
          Returns an array containing the constants of this enum type, in the order they are declared.