|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.security.voms.service.VOMSSetup
Contains start()
and stop()
methods for starting and stopping
auxiliary services of the VOMS Java environment.
Constructor Summary | |
VOMSSetup()
|
Method Summary | |
static boolean |
isFailed()
Return true if the service has failed to start up correctly. |
static boolean |
isStarted()
Return true if the service has been fully initialized. |
static void |
start()
Initializes the VOMS Java environment. |
static void |
stop()
Stops background threads, cleans up Java environment. |
static void |
waitUntilStarted()
Block until the service has been fully initialized. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VOMSSetup()
Method Detail |
public static boolean isStarted()
public static boolean isFailed()
public static void waitUntilStarted()
RunTimeException
- if a bootstrap problem prevented the service from starting up correctly.public static void start()
public static void stop()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |