abbot.util
Class SystemState

java.lang.Object
  extended byabbot.util.SystemState

public class SystemState
extends Object

Preserve and restore System state. This includes the following:


Constructor Summary
SystemState()
          Take a snapshot of the current System state for later restoration.
 
Method Summary
 void restore()
          Restore the state captured in the ctor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemState

public SystemState()
Take a snapshot of the current System state for later restoration.

Method Detail

restore

public void restore()
Restore the state captured in the ctor.



Copyright © 2002-2004 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge