com.hazelcast.spi
Interface ClientAwareService

All Known Implementing Classes:
LockServiceImpl, MapService, SemaphoreService, TransactionManagerServiceImpl

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 disconnects from a member.
 

Method Detail

clientDisconnected

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

Parameters:
clientUuid - the Uuid of the client that disconnected from a member


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