Package com.oracle.coherence.client
Class AsyncNamedCacheClient.WrapperDeactivationListener<K,V>
- java.lang.Object
-
- com.oracle.coherence.client.AsyncNamedCacheClient.WrapperDeactivationListener<K,V>
-
- All Implemented Interfaces:
DeactivationListener<AsyncNamedCacheClient<? super K,? super V>>
- Enclosing class:
- AsyncNamedCacheClient<K,V>
protected static class AsyncNamedCacheClient.WrapperDeactivationListener<K,V> extends Object implements DeactivationListener<AsyncNamedCacheClient<? super K,? super V>>
ADeactivationListenerthat wraps clientNamedCacheDeactivationListener.
-
-
Field Summary
Fields Modifier and Type Field Description protected com.tangosol.util.MapListener<? super K,? super V>m_listenerThe delegateMapListener.
-
Constructor Summary
Constructors Modifier Constructor Description protectedWrapperDeactivationListener(com.tangosol.util.MapListener<? super K,? super V> listener)Constructs a newWrapperDeactivationListener.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroyed(AsyncNamedCacheClient<? super K,? super V> client)Called to indicate that a resource was destroyed.voidreleased(AsyncNamedCacheClient<? super K,? super V> client)Called to indicate that a resource was released.
-
-
-
Method Detail
-
released
public void released(AsyncNamedCacheClient<? super K,? super V> client)
Description copied from interface:DeactivationListenerCalled to indicate that a resource was released.- Specified by:
releasedin interfaceDeactivationListener<K>- Parameters:
client- the resource that was released
-
destroyed
public void destroyed(AsyncNamedCacheClient<? super K,? super V> client)
Description copied from interface:DeactivationListenerCalled to indicate that a resource was destroyed.- Specified by:
destroyedin interfaceDeactivationListener<K>- Parameters:
client- the resource that was destroyed
-
-