public class AOPLock extends Object
| Constructor and Description |
|---|
AOPLock() |
| Modifier and Type | Method and Description |
|---|---|
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
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.