| |
|
| java.lang.Object abbot.util.SystemState
SystemState | public class SystemState (Code) | | Preserve and restore system state.
This includes the following:
System.out/err streams
System properties
- Security manager
|
Constructor Summary | |
public | SystemState() Take a snapshot of the current System state for later restoration. |
Method Summary | |
public static void | clearLockingKeys() Clear all locking keys. | public void | restore() Restore the state captured in the ctor. |
LOCKING_CODES | final public static int LOCKING_CODES(Code) | | |
SystemState | public SystemState()(Code) | | Take a snapshot of the current System state for later restoration.
|
clearLockingKeys | public static void clearLockingKeys()(Code) | | Clear all locking keys.
|
restore | public void restore()(Code) | | Restore the state captured in the ctor.
|
|
|
|