|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.data.common.helpers.ServiceSetup
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 |
public ServiceSetup()
Method Detail |
public static void start()
public static void stop()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |