Package org.apache.catalina.ha.deploy
Class UndeployMessage
java.lang.Object
org.apache.catalina.ha.deploy.UndeployMessage
- All Implemented Interfaces:
- Serializable,- ClusterMessage
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionUndeployMessage(Member address, long timestamp, String uniqueId, String contextName) 
- 
Method SummaryModifier and TypeMethodDescriptionlongvoidsetAddress(Member address) voidsetTimestamp(long timestamp) 
- 
Constructor Details- 
UndeployMessage
 
- 
- 
Method Details- 
getAddress- Specified by:
- getAddressin interface- ClusterMessage
 
- 
setAddress- Specified by:
- setAddressin interface- ClusterMessage
 
- 
getTimestamppublic long getTimestamp()- Specified by:
- getTimestampin interface- ClusterMessage
 
- 
setTimestamppublic void setTimestamp(long timestamp) - Specified by:
- setTimestampin interface- ClusterMessage
 
- 
getUniqueId- Specified by:
- getUniqueIdin interface- ClusterMessage
 
- 
getContextName
 
-