Uses of Package
org.multiverse.annotations

Packages that use org.multiverse.annotations
org.multiverse.transactional This package contains transactional structures like collections but also more complex structures like executors. 
org.multiverse.transactional.collections This package contains datastructures like queues and maps written to be used in STM transactions. 
org.multiverse.transactional.executors This package contains the transactional version of the ThreadPoolExecutor. 
org.multiverse.transactional.nonblocking This package contains support for using non blocking transactions (comparable to non blocking io). 
org.multiverse.transactional.primitives This package contains transactional wrappers around primitive types like int and boolean. 
 

Classes in org.multiverse.annotations used by org.multiverse.transactional
Commute
           
TransactionalMethod
          Annotation that can be added to a method and constructors to make them Transactional.
TransactionalObject
          Can be placed on an object to make it Transactional.
 

Classes in org.multiverse.annotations used by org.multiverse.transactional.collections
TransactionalMethod
          Annotation that can be added to a method and constructors to make them Transactional.
TransactionalObject
          Can be placed on an object to make it Transactional.
 

Classes in org.multiverse.annotations used by org.multiverse.transactional.executors
TransactionalMethod
          Annotation that can be added to a method and constructors to make them Transactional.
TransactionalObject
          Can be placed on an object to make it Transactional.
 

Classes in org.multiverse.annotations used by org.multiverse.transactional.nonblocking
TransactionalObject
          Can be placed on an object to make it Transactional.
 

Classes in org.multiverse.annotations used by org.multiverse.transactional.primitives
TransactionalMethod
          Annotation that can be added to a method and constructors to make them Transactional.
TransactionalObject
          Can be placed on an object to make it Transactional.
 



Copyright © 2008-2010 Multiverse. All Rights Reserved.