Class SimpleClusterLockService

java.lang.Object
com.atlassian.beehive.simple.SimpleClusterLockService
All Implemented Interfaces:
ClusterLockService, ManagedClusterLockService

public class SimpleClusterLockService extends Object implements ManagedClusterLockService
Simple implementation of ClusterLockService that works for a single node application.

Certain cross product libraries (eg SAL and AO) will depend on having an implementation of ClusterLockService, and this one can used by applications that only run as a single node.