org.glite.data.common.helpers
Class ServiceSetup

java.lang.Object
  extended byorg.glite.data.common.helpers.ServiceSetup

public class ServiceSetup
extends java.lang.Object

Contains start() and stop() methods for starting and stopping auxiliary services of the catalog service environment. This class can be used both by the web application and the testing classes to encapsulate the initialization and shutdown logic.


Constructor Summary
ServiceSetup()
           
 
Method Summary
static void start()
          Initializes the Service Java environment.
static void stop()
          Stops background threads, cleans up Java environment.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceSetup

public ServiceSetup()
Method Detail

start

public static void start()
Initializes the Service Java environment.


stop

public static void stop()
Stops background threads, cleans up Java environment.