public class UndeployMessage extends Object implements ClusterMessage
Constructor and Description |
---|
UndeployMessage() |
UndeployMessage(Member address,
long timestamp,
String uniqueId,
String contextName,
boolean undeploy) |
Modifier and Type | Method and Description |
---|---|
Member |
getAddress() |
int |
getCompress() |
String |
getContextName() |
int |
getResend() |
long |
getTimestamp() |
boolean |
getUndeploy() |
String |
getUniqueId() |
void |
setAddress(Member address) |
void |
setCompress(int compress) |
void |
setContextPath(String contextName) |
void |
setResend(int resend) |
void |
setTimestamp(long timestamp) |
void |
setUndeploy(boolean undeploy) |
void |
setUniqueId(String uniqueId) |
public Member getAddress()
getAddress
in interface ClusterMessage
public void setAddress(Member address)
setAddress
in interface ClusterMessage
public long getTimestamp()
getTimestamp
in interface ClusterMessage
public void setTimestamp(long timestamp)
setTimestamp
in interface ClusterMessage
public String getUniqueId()
getUniqueId
in interface ClusterMessage
public void setUniqueId(String uniqueId)
setUniqueId
in interface ClusterMessage
public String getContextName()
public void setContextPath(String contextName)
public boolean getUndeploy()
public void setUndeploy(boolean undeploy)
public int getCompress()
public void setCompress(int compress)
compress
- The compress to set.public int getResend()
public void setResend(int resend)
resend
- The resend to set.Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.