Package org.apache.catalina.ha
Class ClusterMessageBase
java.lang.Object
org.apache.catalina.ha.ClusterMessageBase
- All Implemented Interfaces:
Serializable
,ClusterMessage
- Direct Known Subclasses:
FileMessage
,SessionMessageImpl
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
void
setAddress
(Member member) void
setTimestamp
(long timestamp) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.catalina.ha.ClusterMessage
getUniqueId
-
Field Details
-
address
-
-
Constructor Details
-
ClusterMessageBase
public ClusterMessageBase()
-
-
Method Details
-
getAddress
- Specified by:
getAddress
in interfaceClusterMessage
-
getTimestamp
public long getTimestamp()- Specified by:
getTimestamp
in interfaceClusterMessage
-
setAddress
- Specified by:
setAddress
in interfaceClusterMessage
-
setTimestamp
public void setTimestamp(long timestamp) - Specified by:
setTimestamp
in interfaceClusterMessage
-