org.jivesoftware.util.lock |
|
Java Source File Name | Type | Comment |
LocalLockFactory.java | Class | LockFactory to be used when not running in cluster mode. |
LockFactory.java | Interface | Factory that creates new Locks for specified keys and keeps them in memory until they
are no longer needed. |
LockManager.java | Class | Manager of
Lock Locks that could be valid when running within a cluster or when in local mode. |