| org.jboss.ejb.plugins.ClusterSyncEntityInstanceCache
ClusterSyncEntityInstanceCache | public class ClusterSyncEntityInstanceCache extends EntityInstanceCache implements org.jboss.ha.framework.interfaces.DistributedState.DSListenerEx(Code) | | Cache subclass for entity beans shared accross a cluster with
distributed cache corruption mechanism.
author: Sacha Labourey version: $Revision: 57188 $ |
keyHasBeenRemoved | public void keyHasBeenRemoved(String category, java.io.Serializable key, java.io.Serializable previousContent, boolean locallyModified)(Code) | | Called whenever a key has been removed from a category the called object had
subscribed in.
Parameters: category - The category under which a key has been removed Parameters: key - The key that has been removed Parameters: previousContent - The previous content of the key that has been removed |
valueHasChanged | public void valueHasChanged(String category, java.io.Serializable key, java.io.Serializable value, boolean locallyModified)(Code) | | Called whenever a key has been added or modified in the category the called object
has subscribed in.
Parameters: category - The category of the modified/added entry Parameters: key - The key that has been added or its value modified Parameters: value - The new value of the key |
|
|