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 Initializable
Exception
public Lock getLiveWriteLock()
public void dispose()
dispose
in interface Disposable