|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IStoreProviderWriteLockHook
A special interface for exclusive write lock hook callbacks registered via the
IStoreProvider.setWriteLockHook(IStoreProviderWriteLockHook) method.
There should be no reason why any plugin besides the CPC Track module should implement this interface.
IStoreProvider| Method Summary | |
|---|---|
void |
aboutToGrantWriteLock()
The callback method which will be called once any party tries to acquire an exclusive write lock on the IStoreProvider. |
| Method Detail |
|---|
void aboutToGrantWriteLock()
throws StoreLockingException
IStoreProvider.
Once this method is called the write lock will already have been granted, but the control
will not yet have been transfered back to the requester of the lock.
IStoreProvider.
StoreLockingExceptionIStoreProvider.setWriteLockHook(IStoreProviderWriteLockHook)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||