Uses of Class
com.atlassian.jira.cluster.ClusterMessage

Packages that use ClusterMessage
com.atlassian.jira.cluster   
com.atlassian.jira.plugin.ha   
 

Uses of ClusterMessage in com.atlassian.jira.cluster
 

Methods in com.atlassian.jira.cluster that return ClusterMessage
 ClusterMessage OfBizClusterMessageStore.createMessage(String sourceNode, String destinationNode, String message)
          Creates a ClusterMessage and stores it in the underlying database
 ClusterMessage OfBizMessageHandlerService.sendMessage(String destinationId, Message message)
           
 ClusterMessage MessageHandlerService.sendMessage(String destinationNode, Message message)
           
 

Methods in com.atlassian.jira.cluster that return types with arguments of type ClusterMessage
 List<ClusterMessage> OfBizClusterMessageStore.getMessages(Node sourceNode, Node destinationNode, Long afterMessageId)
          Retrieves the messages destined for the given node, from a source node.
 List<ClusterMessage> OfBizMessageHandlerService.receiveMessages()
           
 List<ClusterMessage> MessageHandlerService.receiveMessages()
           
 

Methods in com.atlassian.jira.cluster with parameters of type ClusterMessage
 int OfBizClusterMessageStore.deleteMessage(ClusterMessage clusterMessage)
           
 org.ofbiz.core.entity.GenericValue OfBizClusterMessageStore.storeMessage(ClusterMessage message)
          Stores the message in the underlying database.
 

Uses of ClusterMessage in com.atlassian.jira.plugin.ha
 

Method parameters in com.atlassian.jira.plugin.ha with type arguments of type ClusterMessage
 void DefaultPluginSyncService.syncPlugins(List<ClusterMessage> pluginMessages)
           
 void PluginSyncService.syncPlugins(List<ClusterMessage> pluginMessages)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.