Package org.apache.axis2.clustering
Class ClusteringUtils
java.lang.Object
org.apache.axis2.clustering.ClusteringUtils
A Utility for handling some of the functions needed by the clustering implementation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidloadServiceGroup(String serviceGroupName, ConfigurationContext configCtx, String tempDirectory) Load a ServiceGroup having nameserviceGroupName
-
Constructor Details
-
ClusteringUtils
public ClusteringUtils()
-
-
Method Details
-
loadServiceGroup
public static void loadServiceGroup(String serviceGroupName, ConfigurationContext configCtx, String tempDirectory) throws Exception Load a ServiceGroup having nameserviceGroupName- Parameters:
serviceGroupName-configCtx-tempDirectory-- Throws:
Exception
-