org.apache.axis2.clustering
Class ClusteringUtils

java.lang.Object
  extended by org.apache.axis2.clustering.ClusteringUtils

public class ClusteringUtils
extends java.lang.Object

A Utility for handling some of the functions needed by the clustering implementation


Constructor Summary
ClusteringUtils()
           
 
Method Summary
static void loadServiceGroup(java.lang.String serviceGroupName, ConfigurationContext configCtx, java.lang.String tempDirectory)
          Load a ServiceGroup having name serviceGroupName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusteringUtils

public ClusteringUtils()
Method Detail

loadServiceGroup

public static void loadServiceGroup(java.lang.String serviceGroupName,
                                    ConfigurationContext configCtx,
                                    java.lang.String tempDirectory)
                             throws java.lang.Exception
Load a ServiceGroup having name serviceGroupName

Parameters:
serviceGroupName -
configCtx -
tempDirectory -
Throws:
java.lang.Exception


Copyright © 2007 Apache Web Services Project. All Rights Reserved.