com.siviam.bobup.config
Interface IBackupConfiguration
- All Superinterfaces:
- IGeneralConfiguration
- public interface IBackupConfiguration
- extends IGeneralConfiguration
Basic collater configuration interface.
- Author:
- vishnu
RUN_ONCE
public static final long RUN_ONCE
- See Also:
- Constant Field Values
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.