public interface BBjAdminAuditReplicationJob extends BBjAdminReplicationJob
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DB_ROOT |
static int |
ROLLOVER_DAILY |
static java.lang.String |
ROLLOVER_FREQUENCY |
static int |
ROLLOVER_MONTHLY |
static int |
ROLLOVER_NONE |
static java.lang.String |
ROLLOVER_TYPE |
static int |
ROLLOVER_WEEKLY |
static int |
ROLLOVER_YEARLY |
ADVISORY_LOCKING, ENABLED, EVENT_EMAIL_RECIPIENTS, EVENT_EMAIL_SERVICE, EVENT_HANDLER, EVENT_HANDLER_CLASSPATH, EVENT_HANDLER_CONFIG, EVENT_HANDLER_PWD, EVENT_HANDLER_USER, EVENT_HANDLER_WORKING_DIR, ID, MAX_BANDWIDTH, NAME, RECOPY_ENABLED, STATE_COPYING_FILES, STATE_ERROR, STATE_NOT_SINCE_START, SYNCHRONOUS
Modifier and Type | Method and Description |
---|---|
void |
addExclude(java.lang.String p_source)
Adds a file to the list of files to exclude from replication.
|
void |
addFile(java.lang.String p_file,
boolean p_advisory,
java.lang.String p_modes)
Adds the specified file to the list of files being audited.
|
void |
clearExclusions()
Clears all exclusions.
|
void |
clearFiles()
Clears the entire list of files.
|
java.util.List<java.lang.String> |
getExclusions()
Returns a list of the excluded files and directories.
|
BBjAdminList<java.lang.String> |
getFiles()
Returns a list of files and directories that will be audited.
|
void |
removeFile(java.lang.String p_file)
Removes the specified file from the list of files being audited.
|
cancelDisableWhenCaughtUpToNow, disableWhenCaughtUpToNow, getCurrentError, getDescriptiveProperties, getLastInSync, getLastInSyncString, getLastLag, getLastOpRate, getLastTimestamp, getLastTimestampRatio, getLastTimestampSummary, getLastWaitForLog, getStartProcesses, setDescriptiveProperties, setEnabled, waitingToDisable
getChangedProperties, getClearedProperties, getOriginalProperties
addType, canAddNewProperties, canClear, clear, clearProperties, clearProperty, getReadOnly, hasChanged, isReadOnly, setBoolean, setDouble, setInt, setList, setLong, setProperties, setString, setValue
checkValueEqual, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValue
commit, rollback
static final java.lang.String ROLLOVER_TYPE
static final java.lang.String ROLLOVER_FREQUENCY
static final java.lang.String DB_ROOT
static final int ROLLOVER_NONE
static final int ROLLOVER_DAILY
static final int ROLLOVER_WEEKLY
static final int ROLLOVER_MONTHLY
static final int ROLLOVER_YEARLY
BBjAdminList<java.lang.String> getFiles()
void addFile(java.lang.String p_file, boolean p_advisory, java.lang.String p_modes) throws BBjAdminException
p_file
- p_advisory
- TODOp_modes
- TODOBBjAdminException
void removeFile(java.lang.String p_file) throws BBjAdminException
p_file
- BBjAdminException
void clearFiles() throws BBjAdminException
BBjAdminException
void clearExclusions() throws BBjAdminException
BBjAdminException
void addExclude(java.lang.String p_source) throws BBjAdminException
p_source
- BBjAdminException
java.util.List<java.lang.String> getExclusions() throws BBjAdminException
BBjAdminException