public class LiveAccessManager extends Object implements Component, Initializable, Disposable
| Modifier and Type | Field and Description |
|---|---|
private Lock |
_lock |
static String |
ROLE
Avalon ROLE .
|
| Constructor and Description |
|---|
LiveAccessManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
Lock |
getLiveWriteLock()
Retrieves the live write lock.
|
void |
initialize() |
public LiveAccessManager()
public void initialize() throws Exception
initialize in interface InitializableExceptionpublic Lock getLiveWriteLock()
public void dispose()
dispose in interface Disposable