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 Node.getImmutableLock()
          Deprecated. Use getLock() instead
 IdentityLock Node.getLock()
           
 IdentityLock TreeNode.getImmutableLock()
          Deprecated. Will be removed in JBossCache 1.3.
 IdentityLock TreeNode.getLock()
          Deprecated. Will be removed in JBossCache 1.3.
 IdentityLock DataNode.getLock()
           
 

Methods in org.jboss.cache with parameters of type IdentityLock
 void TransactionEntry.addLock(IdentityLock l)
           
 void TransactionTable.addLock(GlobalTransaction gtx, IdentityLock l)
           
 

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.