|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.aop.util.AOPLock
public class AOPLock
| Constructor Summary | |
|---|---|
AOPLock()
|
|
| Method Summary | |
|---|---|
void |
lockRead()
Read-lock just this level |
void |
lockWrite()
Write-lock just this level |
void |
unlockRead()
Read-unlock just this level |
void |
unlockWrite()
Write-unlock this level |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AOPLock()
| Method Detail |
|---|
public final void lockRead()
public final void unlockRead()
public final void lockWrite()
public final void unlockWrite()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||