Class CacheConnectivity
- java.lang.Object
-
- com.alachisoft.ncache.client.util.CacheConnectivity
-
- All Implemented Interfaces:
CacheClientConnectivityChangedListener
public class CacheConnectivity extends java.lang.Object implements CacheClientConnectivityChangedListener
-
-
Constructor Summary
Constructors Constructor Description CacheConnectivity(CacheClientConnectivityChangedListener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonClientConnectivityChanged(java.lang.String cacheId, ClientInfo client)Defines a listener method for notifying the application about the status of cache client connectivity.
-
-
-
Constructor Detail
-
CacheConnectivity
public CacheConnectivity(CacheClientConnectivityChangedListener listener)
-
-
Method Detail
-
onClientConnectivityChanged
public void onClientConnectivityChanged(java.lang.String cacheId, ClientInfo client)Description copied from interface:CacheClientConnectivityChangedListenerDefines a listener method for notifying the application about the status of cache client connectivity.- Specified by:
onClientConnectivityChangedin interfaceCacheClientConnectivityChangedListener- Parameters:
cacheId- Name of the Cache.client- Information about Cache Client.
-
-