Class UndeployMessage
java.lang.Object
org.apache.catalina.ha.deploy.UndeployMessage
- 
Constructor SummaryConstructorsConstructorDescriptionUndeployMessage(Member address, long timestamp, String uniqueId, String contextName) 
- 
Method SummaryModifier and TypeMethodDescriptionlongvoidsetAddress(Member address) Set the member associated with the message.voidsetTimestamp(long timestamp) Set the timestamp for this message.
- 
Constructor Details- 
UndeployMessage
 
- 
- 
Method Details- 
getAddress- Specified by:
- getAddressin interface- ClusterMessage
- Returns:
- the member associated with the message
 
- 
setAddressDescription copied from interface:ClusterMessageSet the member associated with the message.- Specified by:
- setAddressin interface- ClusterMessage
- Parameters:
- address- the member
 
- 
getTimestamppublic long getTimestamp()- Specified by:
- getTimestampin interface- ClusterMessage
- Returns:
- the message timestamp
 
- 
setTimestamppublic void setTimestamp(long timestamp) Description copied from interface:ClusterMessageSet the timestamp for this message.- Specified by:
- setTimestampin interface- ClusterMessage
- Parameters:
- timestamp- the timestamp
 
- 
getUniqueId- Specified by:
- getUniqueIdin interface- ClusterMessage
- Returns:
- the unique id of the message
 
- 
getContextName
 
-