Uses of Interface
com.oracle.coherence.client.DeactivationListener
-
Packages that use DeactivationListener Package Description com.oracle.coherence.client An implementation of a Coherence Java gRPC client. -
-
Uses of DeactivationListener in com.oracle.coherence.client
Classes in com.oracle.coherence.client that implement DeactivationListener Modifier and Type Class Description protected static classAsyncNamedCacheClient.WrapperDeactivationListener<K,V>ADeactivationListenerthat wraps clientNamedCacheDeactivationListener.Fields in com.oracle.coherence.client with type parameters of type DeactivationListener Modifier and Type Field Description protected List<DeactivationListener<AsyncNamedCacheClient<? super K,? super V>>>AsyncNamedCacheClient. f_listDeactivationListenersThe list ofDeactivationListenerto be notified when thisAsyncNamedCacheClientis released or destroyed.Methods in com.oracle.coherence.client with parameters of type DeactivationListener Modifier and Type Method Description voidAsyncNamedCacheClient. addDeactivationListener(DeactivationListener<AsyncNamedCacheClient<? super K,? super V>> listener)Add aDeactivationListenerthat will be notified when thisAsyncNamedCacheClientis released or destroyed.protected voidAsyncNamedCacheClient. removeDeactivationListener(DeactivationListener<AsyncNamedCacheClient<? super K,? super V>> listener)Remove aDeactivationListener.
-