wt.dataops.archive
Class Restorer

java.lang.Object
  extended bywt.dataops.archive.Restorer
All Implemented Interfaces:
Serializable

public class Restorer
extends Object
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private  Archive archive
           
private  File archiveFile
           
private static String CLASSNAME
           
private static String RESOURCE
           
private  WTCollection restoredObjects
           
private static String TEMP_DIR
           
private static boolean VERBOSE
           
 
Constructor Summary
Restorer(Archive archive)
          

Supported API: false
 
Method Summary
private  void cleanup()
           
 Archive getArchive()
          Gets the value of the attribute: archive.
 WTCollection getRestoredObjects()
          Gets the value of the attribute: restoredObjects.
 RestoreStatus restore()
          

Supported API: false
private  void retrieveArchive()
           
 void setArchive(Archive a_Archive)
          Sets the value of the attribute: archive.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

archive

private Archive archive

archiveFile

private File archiveFile

restoredObjects

private WTCollection restoredObjects

VERBOSE

private static final boolean VERBOSE

TEMP_DIR

private static String TEMP_DIR
Constructor Detail

Restorer

public Restorer(Archive archive)
         throws WTException


Supported API: false

Parameters:
archive -
Throws:
WTException
Method Detail

getArchive

public Archive getArchive()
Gets the value of the attribute: archive.

Supported API: false

Returns:
Archive

setArchive

public void setArchive(Archive a_Archive)
                throws WTPropertyVetoException
Sets the value of the attribute: archive.

Supported API: false

Parameters:
a_Archive -
Throws:
WTPropertyVetoException

getRestoredObjects

public WTCollection getRestoredObjects()
Gets the value of the attribute: restoredObjects.

Supported API: false

Returns:
WTCollection

restore

public RestoreStatus restore()
                      throws WTException


Supported API: false

Returns:
RestoreStatus
Throws:
WTException

cleanup

private void cleanup()

retrieveArchive

private void retrieveArchive()
                      throws WTException
Throws:
WTException