public interface Callback
| Modifier and Type | Method and Description |
|---|---|
void |
locked(List<String> ids)
The "locked" notification is provided to notify a client that it has been
granted a lock that it had previously requested with the "lock" method.
|
void |
stolen(List<String> ids)
The "stolen" notification is provided to notify a client, which had
previously obtained a lock, that another client has stolen ownership of
that lock.
|
void |
update(UpdateNotification updateNotification)
The "update" notification is sent by the server to the client to report
changes in tables that are being monitored following a "*monitor"
request.
|
void update(UpdateNotification updateNotification)
updateNotification - the information of the updatevoid locked(List<String> ids)
ids - the locked ids