com.ibm.websphere.cache

Uses of Interface PreInvalidationListener

Packages that use PreInvalidationListener

Package Description
com.ibm.websphere.cache
com.ibm.wsspi.cache

Uses of PreInvalidationListener in com.ibm.websphere.cache

Modifier and Type Method and Description
  1. boolean
DistributedNioMap.addPreInvalidationListener(PreInvalidationListener listener)
addPreInvalidationListener - adds a pre-invalidation listener for this DistributeMap.
  1. boolean
DistributedNioMap.removePreInvalidationListener(PreInvalidationListener listener)
removePreInvalidationListener - removes a pre-invalidation listener for this DistributedMap.

Uses of PreInvalidationListener in com.ibm.wsspi.cache

Modifier and Type Method and Description
  1. void
EventSource.addListener(PreInvalidationListener listener)
Invokes this method when a pre-invalidation listener is being added.
  1. void
EventSource.removeListener(PreInvalidationListener listener)
Invokes this method when a pre-invalidation listener is being removed.