|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jaxfront.core.util.io.cache.AbstractLockManager
com.jaxfront.core.util.io.cache.SemaphoreLockManager
public class SemaphoreLockManager
| Method Summary | |
|---|---|
static SemaphoreLockManager |
getInstance()
|
java.util.concurrent.Semaphore |
getSemaphore(java.lang.String key)
|
void |
release()
|
void |
release(java.lang.String key)
|
| Methods inherited from class com.jaxfront.core.util.io.cache.AbstractLockManager |
|---|
getLocked, getTimeOut, setTimeOut |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static SemaphoreLockManager getInstance()
public java.util.concurrent.Semaphore getSemaphore(java.lang.String key)
public void release()
release in class AbstractLockManagerpublic void release(java.lang.String key)
release in class AbstractLockManager
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||