org.apache.catalina.ha.session
public class ClusterSessionListener extends ClusterListener
Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $
Field Summary | |
---|---|
protected static String | info
The descriptive information about this implementation. |
Constructor Summary | |
---|---|
ClusterSessionListener() |
Method Summary | |
---|---|
boolean | accept(ClusterMessage msg)
Accept only SessionMessage
|
String | getInfo()
Return descriptive information about this implementation. |
void | messageReceived(ClusterMessage myobj)
Callback from the cluster, when a message is received, The cluster will
broadcast it invoking the messageReceived on the receiver.
|
Parameters: msg ClusterMessage
Returns: boolean - returns true to indicate that messageReceived should be invoked. If false is returned, the messageReceived method will not be invoked.
Parameters: myobj ClusterMessage - the message received from the cluster