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 Details

    • ClusteringUtils

      public ClusteringUtils()
  • Method Details

    • loadServiceGroup

      public static void loadServiceGroup(String serviceGroupName, org.apache.axis2.context.ConfigurationContext configCtx, String tempDirectory) throws Exception
      Load a ServiceGroup having name serviceGroupName
      Parameters:
      serviceGroupName -
      configCtx -
      tempDirectory -
      Throws:
      Exception