Uses of Class
org.jboss.cache.lock.IdentityLock

Packages that use IdentityLock
org.jboss.cache   
org.jboss.cache.optimistic   
 

Uses of IdentityLock in org.jboss.cache
 

Methods in org.jboss.cache that return IdentityLock
 IdentityLock TreeNode.getImmutableLock()
          Deprecated. Will be removed in JBossCache 1.3.
 IdentityLock Node.getImmutableLock()
          Deprecated. Use getLock() instead
 IdentityLock TreeNode.getLock()
          Deprecated. Will be removed in JBossCache 1.3.
 IdentityLock Node.getLock()
           
 

Methods in org.jboss.cache with parameters of type IdentityLock
 void TransactionTable.addLock(GlobalTransaction gtx, IdentityLock l)
          Adds a lock to the global transaction.
 void TransactionEntry.addLock(IdentityLock l)
          Adds a lock to the end of the lock list.
 

Uses of IdentityLock in org.jboss.cache.optimistic
 

Methods in org.jboss.cache.optimistic that return IdentityLock
 IdentityLock WorkspaceNodeImpl.getImmutableLock()
          Deprecated. Will be removed in JBossCache 1.3.
 IdentityLock WorkspaceNodeImpl.getLock()
          Deprecated. Will be removed in JBossCache 1.3.
 



Copyright © 1998-2005 JBoss Inc . All Rights Reserved.