public class ShutdownManager
extends java.lang.Object
Copyright 2008 Partner Software, Inc.
| Constructor and Description |
|---|
ShutdownManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addShutdownTest(BooleanTest test) |
void |
runShutdownTasks()
Runs shutdown tasks.
|
boolean |
runShutdownTests()
Runs all the shutdown test, stopping and returning false if any return false;
|
public void addShutdownTest(BooleanTest test)
public boolean runShutdownTests()
public void runShutdownTasks()