Package com.basis.api.admin
Interface BBjAdminOnlineCopyJobFileRun
- All Superinterfaces:
BBjAdminOnlineCopyJobFile
,BBjAdminPropertyReader
,Remote
Interface for a running online copy job file.
-
Field Summary
Fields inherited from interface com.basis.api.admin.BBjAdminOnlineCopyJobFile
ABORT_ERROR_MESSAGE, AUTO_RECORD_SIZE, DEST_FILE, DEST_KEY_SIZE, DEST_RECORD_SIZE, DEST_TEMPLATE, DEST_TYPE, SOURCE_FILE, SOURCE_TEMPLATE
-
Method Summary
Methods inherited from interface com.basis.api.admin.BBjAdminOnlineCopyJobFile
getDestKeyNames, getDestKeys, getFieldMaps
Methods inherited from interface com.basis.api.admin.BBjAdminPropertyReader
checkValueEqual, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValue
-
Method Details
-
getProgress
Get the current progress of this particular file copy process.- Specified by:
getProgress
in interfaceBBjAdminOnlineCopyJobFile
- Throws:
BBjAdminException
-
finish
Tells this individual file to finish.- Throws:
BBjAdminException
-
abort
Tells this individual file to abort.- Throws:
BBjAdminException
-