|
|||||||||
| Home >> All >> org >> jboss >> ha >> framework >> [ interfaces overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jboss.ha.framework.interfaces
Interface DistributedState.DSListener

- Enclosing interface:
- DistributedState
Deprecated. use the DSListenerEx instead
- public static interface DistributedState.DSListener
When a particular key in a category of the DistributedState service gets modified, all listeners will be notified of DS changes for that category.
| Method Summary | |
void |
keyHasBeenRemoved(java.lang.String category,
java.lang.String key,
java.io.Serializable previousContent,
boolean locallyModified)
Deprecated. Called whenever a key has been removed from a category the called object had subscribed in. |
void |
valueHasChanged(java.lang.String category,
java.lang.String key,
java.io.Serializable value,
boolean locallyModified)
Deprecated. Called whenever a key has been added or modified in the category the called object has subscribed in. |
| Method Detail |
valueHasChanged
public void valueHasChanged(java.lang.String category, java.lang.String key, java.io.Serializable value, boolean locallyModified)
- Deprecated.
- Called whenever a key has been added or modified in the category the called object has subscribed in.
- Called whenever a key has been added or modified in the category the called object has subscribed in.
keyHasBeenRemoved
public void keyHasBeenRemoved(java.lang.String category, java.lang.String key, java.io.Serializable previousContent, boolean locallyModified)
- Deprecated.
- Called whenever a key has been removed from a category the called object had subscribed in.
- Called whenever a key has been removed from a category the called object had subscribed in.
|
|||||||||
| Home >> All >> org >> jboss >> ha >> framework >> [ interfaces overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC