org.apache.catalina.ha.deploy
public class UndeployMessage extends Object implements ClusterMessage, Serializable
Constructor Summary | |
---|---|
UndeployMessage() | |
UndeployMessage(Member address, long timestamp, String uniqueId, String contextPath, boolean undeploy) |
Method Summary | |
---|---|
Member | getAddress() |
int | getCompress() |
String | getContextPath() |
int | getResend() |
long | getTimestamp() |
boolean | getUndeploy() |
String | getUniqueId() |
void | setAddress(Member address) |
void | setCompress(int compress) |
void | setContextPath(String contextPath) |
void | setResend(int resend) |
void | setTimestamp(long timestamp) |
void | setUndeploy(boolean undeploy) |
void | setUniqueId(String uniqueId) |
Returns: Returns the compress.
Since: 5.5.10
Returns: Returns the resend.
Since: 5.5.10
Parameters: compress The compress to set.
Since: 5.5.10
Parameters: resend The resend to set.
Since: 5.5.10