Class CacheConnectivity
- java.lang.Object
-
- com.alachisoft.ncache.client.util.CacheConnectivity
-
- All Implemented Interfaces:
CacheClientConnectivityChangedListener
public class CacheConnectivity extends java.lang.Object implements CacheClientConnectivityChangedListener
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Object
_syncPoint
-
Constructor Summary
Constructors Constructor Description CacheConnectivity(CacheClientConnectivityChangedListener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onClientConnectivityChanged(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:CacheClientConnectivityChangedListener
Defines a listener method for notifying the application about the status of cache client connectivity.- Specified by:
onClientConnectivityChanged
in interfaceCacheClientConnectivityChangedListener
- Parameters:
cacheId
- Name of the Cache.client
- Information about Cache Client.
-
-