com.hazelcast.spi
Interface ClientAwareService


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.

Author:
mdogan 5/6/13

Method Summary
 void clientDisconnected(String clientUuid)
          Invoked when a client disconnected from a member.
 

Method Detail

clientDisconnected

void clientDisconnected(String clientUuid)
Invoked when a client disconnected from a member.



Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.