| Package | Description |
|---|---|
| com.atlassian.jira.cluster | |
| com.atlassian.jira.plugin.ha |
| Modifier and Type | Method and Description |
|---|---|
ClusterMessage |
OfBizClusterMessageStore.createMessage(String sourceNode,
String destinationNode,
String message)
Creates a ClusterMessage and stores it in the underlying database
|
ClusterMessage |
MessageHandlerService.sendMessage(String destinationNode,
Message message) |
ClusterMessage |
OfBizMessageHandlerService.sendMessage(String destinationId,
Message message) |
| Modifier and Type | Method and Description |
|---|---|
List<ClusterMessage> |
OfBizClusterMessageStore.getMessages(Node sourceNode,
Node destinationNode,
Long afterMessageId)
Retrieves the messages destined for the given node, from a source node.
|
List<ClusterMessage> |
MessageHandlerService.receiveMessages() |
List<ClusterMessage> |
OfBizMessageHandlerService.receiveMessages() |
| Modifier and Type | Method and Description |
|---|---|
int |
OfBizClusterMessageStore.deleteMessage(ClusterMessage clusterMessage) |
org.ofbiz.core.entity.GenericValue |
OfBizClusterMessageStore.storeMessage(ClusterMessage message)
Stores the message in the underlying database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PluginSyncService.syncPlugins(List<ClusterMessage> pluginMessages) |
void |
DefaultPluginSyncService.syncPlugins(List<ClusterMessage> pluginMessages) |
Copyright © 2002-2021 Atlassian. All Rights Reserved.