com.atlassian.jira.cluster
Class ClusterMessage

java.lang.Object
  extended by com.atlassian.jira.cluster.ClusterMessage

public class ClusterMessage
extends Object

Represents a message sent from a node

Since:
v6.1

Constructor Summary
ClusterMessage(Long id, String sourceNode, String destinationNode, Message message)
           
 
Method Summary
 String getDestinationNode()
           
 Long getId()
           
 Message getMessage()
           
 String getSourceNode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterMessage

public ClusterMessage(Long id,
                      String sourceNode,
                      String destinationNode,
                      Message message)
Method Detail

getId

public Long getId()

getSourceNode

public String getSourceNode()

getDestinationNode

public String getDestinationNode()

getMessage

public Message getMessage()


Copyright © 2002-2014 Atlassian. All Rights Reserved.