Sonic Management API

com.sonicsw.mf.common.runtime
Interface IBackupStatus


public interface IBackupStatus


Method Summary
 long getCompletionTime()
           
 java.lang.String getLocation()
           
 long getStartTime()
           
 boolean isInProgress()
           
 

Method Detail

getCompletionTime

long getCompletionTime()
Returns:
The finish time of the last backup in milliseconds. -1 if a backup has not been run or the last backup was not successful.

getLocation

java.lang.String getLocation()
Returns:
The location of the last backup. Empty string if no backup has been run.

getStartTime

long getStartTime()
Returns:
The start time of the last backup in milliseconds. -1 if no backup has been run.

isInProgress

boolean isInProgress()
Returns:
true if the backup is still running, false if it isn't.

Sonic Management API

Copyright © 2001-2010 Progress Software Corporation. All Rights Reserved.
HTML formatted on 16-Sep-2010.