com.atlassian.jira.cluster
Class Message

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

public class Message
extends Object

Represents the set of messages that can be sent in the cluster

Since:
v6.1

Field Summary
static String DELIMITER
           
 
Constructor Summary
Message(String channel, String supplementalInformation)
           
 
Method Summary
 boolean equals(Object o)
           
static Message fromString(String message)
           
 String getChannel()
           
 String getSupplementalInformation()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DELIMITER

public static final String DELIMITER
See Also:
Constant Field Values
Constructor Detail

Message

public Message(String channel,
               String supplementalInformation)
Method Detail

fromString

public static Message fromString(String message)

getChannel

public String getChannel()

getSupplementalInformation

public String getSupplementalInformation()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2014 Atlassian. All Rights Reserved.