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 Summary
ConstructorDescriptionUndeployMessage
(Member address, long timestamp, String uniqueId, String contextName) -
Method Summary
Modifier and TypeMethodDescriptionlong
void
setAddress
(Member address) void
setTimestamp
(long timestamp)
-
Constructor Details
-
UndeployMessage
-
-
Method Details
-
getAddress
- Specified by:
getAddress
in interfaceClusterMessage
-
setAddress
- Specified by:
setAddress
in interfaceClusterMessage
-
getTimestamp
public long getTimestamp()- Specified by:
getTimestamp
in interfaceClusterMessage
-
setTimestamp
public void setTimestamp(long timestamp) - Specified by:
setTimestamp
in interfaceClusterMessage
-
getUniqueId
- Specified by:
getUniqueId
in interfaceClusterMessage
-
getContextName
-