Package org.multiverse.stms.alpha.mixins

Contains the mixin classes for atomic object.

See:
          Description

Class Summary
DefaultTxObjectMixin AlphaTransactionalObject implementation that also can be used to transplant methods from during instrumentation.
FastTxObjectMixin Doesn't support blocking operations.
ThreadUnsafeTxObjectMixin A threadunsafe tx object mixin that can be used for benchmarking purposes if you want to see what the overhead is caused by cas/volatile read/volatile write operations.
 

Package org.multiverse.stms.alpha.mixins Description

Contains the mixin classes for atomic object. Methods/interfaces/fields are transplanted from the mixin donor to the POJO. The big advantage of using this mixin approach is that you don't need to program all the logic in bytecode directly which is very very time consuming.



Copyright © 2008-2010 Multiverse. All Rights Reserved.