Package com.basis.api.admin
Interface BBjAdminTask
- All Superinterfaces:
BBjAdminPropertyReader,BBjAdminPropertyWriter,Remote
- All Known Subinterfaces:
BBjAdminBBjTask,BBjAdminFulltextIndexValidationTask,BBjAdminPauseTask,BBjAdminResumeTask,BBjAdminSCALLTask
- All Known Implementing Classes:
BBjAdminClientBBjTask,BBjAdminClientPauseTask,BBjAdminClientResumeTask,BBjAdminClientSCALLTask
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()Executes the task on the specified job.Returns a human readable string containing details about the task.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, getValueMethods 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
-
ASYNCHRONOUS
- See Also:
-
-
Method Details
-
execute
Executes the task on the specified job.- Throws:
BBjAdminException
-
getTaskTypeName
String getTaskTypeName()Returns a human readable type for the task. -
getXML
- Throws:
BBjAdminException
-
getDetailString
Returns a human readable string containing details about the task. Useful for showing summary info about the task.- Throws:
BBjAdminException
-