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


Nested Class Summary
static class StressTestHelpers.TestAxisTransport
           
 
Field Summary
static IdentityProvider idp
           
static ProxyFactory proxyFactory
           
static ProxyFactory rawProxyFactory
           
static Transport transport
           
 
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 RemoteSLAService getSLAService()
           
static boolean hasMembershipGroup()
           
static void initPlugins()
           
static void mayAddResource(String resourceType, 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
 

Field Detail

idp

public static IdentityProvider idp

transport

public static Transport transport

rawProxyFactory

public static ProxyFactory rawProxyFactory

proxyFactory

public static ProxyFactory proxyFactory
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)

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(String resourceType,
                                  String name)
Add a resource to the repository, if available.


hasMembershipGroup

public static boolean hasMembershipGroup()

getMembershipGroup

public static MembershipGroupConversation getMembershipGroup()


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