Package | Description |
---|---|
com.ibm.websphere.cache | |
com.ibm.wsspi.cache |
Modifier and Type | Method and Description |
---|---|
boolean |
DistributedNioMap.addInvalidationListener(InvalidationListener listener)
addInvalidationListener - adds an invalidation listener for this DistributeMap.
|
boolean |
DistributedMap.addInvalidationListener(InvalidationListener listener)
addInvalidationListener - adds an invalidation listener for this DistributeMap.
|
boolean |
DistributedNioMap.removeInvalidationListener(InvalidationListener listener)
removeInvalidationListener - removes an invalidation listener for this DistributedMap.
|
boolean |
DistributedMap.removeInvalidationListener(InvalidationListener listener)
removeInvalidationListener - removes an invalidation listener for this DistributedMap.
|
Modifier and Type | Method and Description |
---|---|
void |
EventSource.addListener(InvalidationListener listener)
Invokes this method when an invalidation listener is being added.
|
void |
EventSource.removeListener(InvalidationListener listener)
Invokes this method when an invalidation listener is being removed.
|