uk.ac.soton.itinnovation.grid.client.stress
Class StressTestHelpers

java.lang.Object
  extended by uk.ac.soton.itinnovation.grid.client.stress.StressTestHelpers

public class StressTestHelpers
extends Object


Constructor Summary
StressTestHelpers()
           
 
Method Summary
static String getConfigString(String key)
           
static RemoteDataService getDataService()
           
static JobConversation getJobConversation(org.apache.axis.message.addressing.EndpointReferenceType epr)
           
static RemoteJobService getJobService()
           
static MembershipGroupConversation getMembershipGroup()
           
static StateRepository getRepository()
           
static RemoteSLAService getSLAService()
           
static boolean hasMembershipGroup()
           
static void initPlugins()
           
static void mayAddResource(Class<? extends StorableInStateRepository> type, String name)
          Add a resource to the repository, if available.
static void setupLogging()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StressTestHelpers

public StressTestHelpers()
Method Detail

initPlugins

public static void initPlugins()
                        throws InstantiationException,
                               IllegalAccessException,
                               ClassNotFoundException
Throws:
InstantiationException
IllegalAccessException
ClassNotFoundException

setupLogging

public static void setupLogging()

getConfigString

public static String getConfigString(String key)

getRepository

public static StateRepository getRepository()

getJobConversation

public static JobConversation getJobConversation(org.apache.axis.message.addressing.EndpointReferenceType epr)

getDataService

public static RemoteDataService getDataService()
                                        throws MalformedURLException
Throws:
MalformedURLException

getJobService

public static RemoteJobService getJobService()
                                      throws MalformedURLException
Throws:
MalformedURLException

getSLAService

public static RemoteSLAService getSLAService()
                                      throws MalformedURLException
Throws:
MalformedURLException

mayAddResource

public static void mayAddResource(Class<? extends StorableInStateRepository> type,
                                  String name)
Add a resource to the repository, if available.


hasMembershipGroup

public static boolean hasMembershipGroup()

getMembershipGroup

public static MembershipGroupConversation getMembershipGroup()


Copyright © 2001-2007 University of Southampton IT Innovation Centre. All Rights Reserved.