com.atlassian.jira.cluster
Class ClusterMessage
java.lang.Object
com.atlassian.jira.cluster.ClusterMessage
public class ClusterMessage
- extends Object
Represents a message sent from a node
- Since:
- v6.1
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClusterMessage
public ClusterMessage(Long id,
String sourceNode,
String destinationNode,
Message message)
getId
public Long getId()
getSourceNode
public String getSourceNode()
getDestinationNode
public String getDestinationNode()
getMessage
public Message getMessage()
Copyright © 2002-2014 Atlassian. All Rights Reserved.