|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClientAwareService
A interface that can be implemented by a SPI Service so that it can be notified about client disconnects.
This is useful if a service needs to cleanup resources when a client leaves, e.g. release locks.
Method Summary | |
---|---|
void |
clientDisconnected(String clientUuid)
Invoked when a client disconnected from a member. |
Method Detail |
---|
void clientDisconnected(String clientUuid)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |