|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
java.lang.String[] |
getInvalidatedSessions()
When the manager expires session not tied to a request. |
java.lang.String |
getName()
Return the name of the manager, typically the context name such as /replicator |
boolean |
getNotifyListenersOnReplication()
|
void |
messageDataReceived(ClusterMessage msg)
A message was received from another node, this is the callback method to implement if you are interested in receiving replication messages. |
ClusterMessage |
requestCompleted(java.lang.String sessionId)
When the request has been completed, the replication valve will notify the manager, and the manager will decide whether any replication is needed or not. |
void |
setCluster(CatalinaCluster cluster)
|
void |
setExpireSessionsOnShutdown(boolean expireSessionsOnShutdown)
|
void |
setName(java.lang.String name)
|
void |
setNotifyListenersOnReplication(boolean notifyListenersOnReplication)
|
void |
setUseDirtyFlag(boolean useDirtyFlag)
|
Method Detail |
public void messageDataReceived(ClusterMessage msg)
msg
- - the message received.public ClusterMessage requestCompleted(java.lang.String sessionId)
sessionId
- - the sessionId that just completed.
public java.lang.String[] getInvalidatedSessions()
public java.lang.String getName()
public void setName(java.lang.String name)
public void setExpireSessionsOnShutdown(boolean expireSessionsOnShutdown)
public void setUseDirtyFlag(boolean useDirtyFlag)
public void setCluster(CatalinaCluster cluster)
public boolean getNotifyListenersOnReplication()
public void setNotifyListenersOnReplication(boolean notifyListenersOnReplication)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |