public class ClusteringUtil extends Object
| Constructor and Description |
|---|
ClusteringUtil() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.axis2.clustering.ClusteringAgent |
createClusteringAgent() |
static void |
sendClusterMessage(org.apache.axis2.clustering.ClusteringMessage message)
Sends a cluster message to other members of the cluster.If message transmission fails it will
create a thread which will attempt retry transmission for a predefined amount of retry attempts.
|
public static void sendClusterMessage(org.apache.axis2.clustering.ClusteringMessage message)
message - The message to be transmittedpublic static org.apache.axis2.clustering.ClusteringAgent createClusteringAgent()
Copyright © 2016 WSO2 Inc. All rights reserved.