public abstract class ClusterMessageBase extends java.lang.Object implements ClusterMessage
Constructor and Description |
---|
ClusterMessageBase() |
Modifier and Type | Method and Description |
---|---|
Member |
getAddress()
getAddress
|
long |
getTimestamp() |
void |
setAddress(Member member)
setAddress
|
void |
setTimestamp(long timestamp) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getUniqueId
protected transient Member address
public Member getAddress()
getAddress
in interface ClusterMessage
public long getTimestamp()
getTimestamp
in interface ClusterMessage
public void setAddress(Member member)
setAddress
in interface ClusterMessage
member
- Member
TODO Implement this org.apache.catalina.ha.ClusterMessage methodpublic void setTimestamp(long timestamp)
setTimestamp
in interface ClusterMessage
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.