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