Package com.basis.api.admin
Interface BBjAdminOnlineCopyJobConfig
- All Superinterfaces:
BBjAdminCommitPropertyWriter
,BBjAdminCommitWriter
,BBjAdminOnlineCopyJob
,BBjAdminPropertyReader
,BBjAdminPropertyWriter
,Remote
public interface BBjAdminOnlineCopyJobConfig
extends BBjAdminOnlineCopyJob, BBjAdminCommitPropertyWriter
Interface to configure an online copy job.
-
Field Summary
FieldsFields inherited from interface com.basis.api.admin.BBjAdminOnlineCopyJob
ADVISORY_LOCKING, DELAY, DESCRIPTION, HOST, KBPS, KEYSTORE, KEYSTORE_PASSWORD, NAME, PASSWORD, PORT, SSL, TOKEN, USER
-
Method Summary
Modifier and TypeMethodDescriptionCreate a file configuration.Get the set of files to copy.void
Save the current online copy job configuration.void
setFileConfigs
(BBjAdminSet<? extends BBjAdminOnlineCopyJobFile> p_files) Set the set of files to copy.Methods inherited from interface com.basis.api.admin.BBjAdminCommitPropertyWriter
getChangedProperties, getClearedProperties, getOriginalProperties
Methods inherited from interface com.basis.api.admin.BBjAdminCommitWriter
commit, rollback
Methods inherited from interface com.basis.api.admin.BBjAdminPropertyReader
checkValueEqual, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValue
Methods inherited from interface com.basis.api.admin.BBjAdminPropertyWriter
addType, canAddNewProperties, canClear, clear, clearProperties, clearProperty, getReadOnly, hasChanged, isReadOnly, setBoolean, setDouble, setInt, setList, setLong, setProperties, setString, setValue
-
Field Details
-
CONFIG_FILE_NAME
- See Also:
-
-
Method Details
-
save
Save the current online copy job configuration.- Parameters:
p_file
-- Throws:
BBjAdminException
-
createFileConfig
Create a file configuration.- Throws:
BBjAdminException
-
getFileConfigs
Get the set of files to copy.- Throws:
BBjAdminException
-
setFileConfigs
void setFileConfigs(BBjAdminSet<? extends BBjAdminOnlineCopyJobFile> p_files) throws BBjAdminException Set the set of files to copy.- Throws:
BBjAdminException
-