|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IHotBackupBase
| Field Summary | |
|---|---|
static java.lang.String |
KIND
The Kind used to query for Inbox objects. |
static java.lang.String |
PROGID
The ProgID for the Inbox class. |
| Method Summary | |
|---|---|
int |
getMaxDuration()
Returns the value of SI_HOT_BACKUP_WINDOW (the hot backup maximum duration in minutes) |
boolean |
isHotBackupEnabled()
Returns the value of SI_ENABLE_HOT_BACKUP |
boolean |
isLegacySupportEnabled()
Returns the value of SI_HOT_BACKUP_LEGACY_SUPPORT |
void |
setHotBackupEnabled(boolean enableHotBackup)
Set value of SI_ENABLE_HOT_BACKUP |
void |
setLegacySupportEnabled(boolean enableLegacySupport)
Set value of SI_HOT_BACKUP_LEGACY_SUPPORT |
void |
setMaxDuration(int maxDuration)
Set the value of SI_HOT_BACKUP_WINDOW (the hot backup maximum duration in minutes) |
| Field Detail |
|---|
static final java.lang.String KIND
The Kind used to query for Inbox objects.
static final java.lang.String PROGID
The ProgID for the Inbox class.
| Method Detail |
|---|
int getMaxDuration()
throws SDKException
SDKException
void setMaxDuration(int maxDuration)
throws SDKException
maxDuration -
SDKException
void setHotBackupEnabled(boolean enableHotBackup)
throws SDKException
enableHotBackup -
SDKException
boolean isHotBackupEnabled()
throws SDKException
SDKException
void setLegacySupportEnabled(boolean enableLegacySupport)
throws SDKException
enableHotBackup -
SDKException
boolean isLegacySupportEnabled()
throws SDKException
SDKException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||