Package com.basis.api.admin.client
Class BBjAdminClientSCALLTask
java.lang.Object
com.basis.api.admin.internal.BBjAdminSimplePropReader
com.basis.api.admin.internal.BBjAdminSimplePropWriter
com.basis.api.admin.client.BBjAdminClientSCALLTask
- All Implemented Interfaces:
BBjAdminPropertyReader,BBjAdminPropertyWriter,BBjAdminSCALLTask,BBjAdminTask,Serializable,Remote
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.basis.api.admin.BBjAdminTask
BBjAdminTask.TaskType -
Field Summary
Fields inherited from class com.basis.api.admin.internal.BBjAdminSimplePropWriter
m_hasChangedFields inherited from class com.basis.api.admin.internal.BBjAdminSimplePropReader
m_properties, m_typesFields inherited from interface com.basis.api.admin.BBjAdminSCALLTask
COMMAND, TYPE_STRINGFields inherited from interface com.basis.api.admin.BBjAdminTask
ASYNCHRONOUS -
Constructor Summary
Constructors -
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 class com.basis.api.admin.internal.BBjAdminSimplePropWriter
addType, canAddNewProperties, canClear, clear, clearProperties, clearProperty, getReadOnly, hasChanged, isReadOnly, setBoolean, setDouble, setInt, setList, setLong, setProperties, setString, setValueMethods inherited from class com.basis.api.admin.internal.BBjAdminSimplePropReader
checkValueEqual, compareProperties, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Constructor Details
-
BBjAdminClientSCALLTask
public BBjAdminClientSCALLTask()
-
-
Method Details
-
execute
Description copied from interface:BBjAdminTaskExecutes the task on the specified job.- Specified by:
executein interfaceBBjAdminTask- Throws:
BBjAdminException
-
getTaskTypeName
Description copied from interface:BBjAdminTaskReturns a human readable type for the task.- Specified by:
getTaskTypeNamein interfaceBBjAdminTask
-
getXML
- Specified by:
getXMLin interfaceBBjAdminTask- Throws:
BBjAdminException
-
getDetailString
Description copied from interface:BBjAdminTaskReturns a human readable string containing details about the task. Useful for showing summary info about the task.- Specified by:
getDetailStringin interfaceBBjAdminTask- Throws:
BBjAdminException
-