Uses of Package
org.jboss.cache.optimistic

Packages that use org.jboss.cache.optimistic
org.jboss.cache   
org.jboss.cache.config   
org.jboss.cache.interceptors   
org.jboss.cache.optimistic   
org.jboss.cache.transaction   
 

Classes in org.jboss.cache.optimistic used by org.jboss.cache
DataVersion
          When versioning data nodes in optimistic locking, a DataVersion is assigned to each node.
TransactionWorkspace
          Used to contain a copy of the tree being worked on within the scope of a given transaction.
WorkspaceNode
          Represents a type of Node that is to be copied into a TransactionWorkspace for optimistically locked nodes.
 

Classes in org.jboss.cache.optimistic used by org.jboss.cache.config
DataVersion
          When versioning data nodes in optimistic locking, a DataVersion is assigned to each node.
 

Classes in org.jboss.cache.optimistic used by org.jboss.cache.interceptors
TransactionWorkspace
          Used to contain a copy of the tree being worked on within the scope of a given transaction.
 

Classes in org.jboss.cache.optimistic used by org.jboss.cache.optimistic
DataVersion
          When versioning data nodes in optimistic locking, a DataVersion is assigned to each node.
TransactionWorkspace
          Used to contain a copy of the tree being worked on within the scope of a given transaction.
WorkspaceNode
          Represents a type of Node that is to be copied into a TransactionWorkspace for optimistically locked nodes.
 

Classes in org.jboss.cache.optimistic used by org.jboss.cache.transaction
TransactionWorkspace
          Used to contain a copy of the tree being worked on within the scope of a given transaction.