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 |
OfBizMessageHandlerService.sendMessage(String destinationId,
Message message) |
ClusterMessage |
MessageHandlerService.sendMessage(String destinationNode,
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> |
OfBizMessageHandlerService.receiveMessages() |
List<ClusterMessage> |
MessageHandlerService.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 |
DefaultPluginSyncService.syncPlugins(List<ClusterMessage> pluginMessages) |
void |
PluginSyncService.syncPlugins(List<ClusterMessage> pluginMessages) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.