public class UndeployMessage extends Object implements ClusterMessage
Constructor and Description |
---|
UndeployMessage(Member address,
long timestamp,
String uniqueId,
String contextName) |
Modifier and Type | Method and Description |
---|---|
Member |
getAddress() |
String |
getContextName() |
long |
getTimestamp() |
String |
getUniqueId() |
void |
setAddress(Member address) |
void |
setTimestamp(long timestamp) |
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 String getContextName()
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.