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.invocation   
org.jboss.cache.marshall   
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
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.invocation
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.marshall
DefaultDataVersion
          The default implementation of a DataVersion, uses a long to compare versions.
 

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.
 



Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.