com.siviam.bobup.config
Interface IBackupConfiguration

All Superinterfaces:
IGeneralConfiguration

public interface IBackupConfiguration
extends IGeneralConfiguration

Basic collater configuration interface.

Author:
vishnu

Field Summary
static long RUN_ONCE
           
 
Method Summary
 java.util.Date getCreateDate()
           
 java.util.Properties getProperties()
          Gets any other additional properties that need to be set for this configuration.
 long getSleep()
           
 void setCreateDate(java.lang.String date)
           
 boolean useNewBackupLocation()
          Indicates whether a new backup location should be used for the backup.
 
Methods inherited from interface com.siviam.bobup.config.IGeneralConfiguration
getBackupBaseLocation, getBackupStrategy
 

Field Detail

RUN_ONCE

public static final long RUN_ONCE
See Also:
Constant Field Values
Method Detail

useNewBackupLocation

public boolean useNewBackupLocation()
                             throws java.lang.Exception
Indicates whether a new backup location should be used for the backup. A new backup location may be selected at the beginning of a backup sequence, but if the backup sequence was batched or the backup sequence was restarted, application logic has the flexibility to decide whether the existing backup location should be used.

Returns:
Throws:
java.lang.Exception

getSleep

public long getSleep()
Returns:

setCreateDate

public void setCreateDate(java.lang.String date)

getCreateDate

public java.util.Date getCreateDate()

getProperties

public java.util.Properties getProperties()
Gets any other additional properties that need to be set for this configuration.

Returns:


Copyright © 2001-2006. All Rights Reserved.