Package com.basis.api.admin
Interface BBjAdminReplicationTask
- All Superinterfaces:
BBjAdminPropertyReader
,BBjAdminPropertyWriter
,Remote
- All Known Subinterfaces:
BBjAdminReplicationBBjTask
,BBjAdminReplicationPauseTask
,BBjAdminReplicationResumeTask
,BBjAdminReplicationSCALLTask
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(BBjAdminReplicationJob p_job) Executes the task on the specified job.Returns the associated file with this task if it is a task that uses a file such as a BBj program or script.Returns a human readable type for the task.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
-
Method Details
-
execute
Executes the task on the specified job.- Throws:
BBjAdminException
-
getTaskTypeName
String getTaskTypeName()Returns a human readable type for the task. -
getAssociatedFile
Returns the associated file with this task if it is a task that uses a file such as a BBj program or script.- Throws:
BBjAdminException
-