com.atlassian.confluence.cluster
Interface ClusteredLock

All Superinterfaces:
Lock
All Known Implementing Classes:
TangosolClusteredLock

public interface ClusteredLock
extends Lock

A clustered lock for locking of shared cluster resources


Method Summary
 Serializable getValue()
           
 void setValue(Serializable value)
          Set the value of the key that is locked
 
Methods inherited from interface com.atlassian.confluence.concurrent.Lock
lock, tryLock, unlock
 

Method Detail

getValue

Serializable getValue()
Returns:
The value of the key that is locked

setValue

void setValue(Serializable value)
Set the value of the key that is locked

Parameters:
value -


Copyright © 2003-2010 Atlassian. All Rights Reserved.