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_hasChanged
Fields inherited from class com.basis.api.admin.internal.BBjAdminSimplePropReader
m_properties, m_types
Fields inherited from interface com.basis.api.admin.BBjAdminSCALLTask
COMMAND, TYPE_STRING
Fields inherited from interface com.basis.api.admin.BBjAdminTask
ASYNCHRONOUS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
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, setValue
Methods inherited from class com.basis.api.admin.internal.BBjAdminSimplePropReader
checkValueEqual, compareProperties, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValue
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
-
Constructor Details
-
BBjAdminClientSCALLTask
public BBjAdminClientSCALLTask()
-
-
Method Details
-
execute
Description copied from interface:BBjAdminTask
Executes the task on the specified job.- Specified by:
execute
in interfaceBBjAdminTask
- Throws:
BBjAdminException
-
getTaskTypeName
Description copied from interface:BBjAdminTask
Returns a human readable type for the task.- Specified by:
getTaskTypeName
in interfaceBBjAdminTask
-
getXML
- Specified by:
getXML
in interfaceBBjAdminTask
- Throws:
BBjAdminException
-
getDetailString
Description copied from interface:BBjAdminTask
Returns a human readable string containing details about the task. Useful for showing summary info about the task.- Specified by:
getDetailString
in interfaceBBjAdminTask
- Throws:
BBjAdminException
-