Package com.basis.api.admin
Interface BBjAdminBBjTask
- All Superinterfaces:
BBjAdminPropertyReader,BBjAdminPropertyWriter,BBjAdminTask,Remote
- All Known Implementing Classes:
BBjAdminClientBBjTask
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.basis.api.admin.BBjAdminTask
BBjAdminTask.TaskType -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThis property contains a list of the client properties that will be passed to the interpreter.static final StringThis property contains a list of the program arguments that will be passed to the interpreter.static final StringOptional session-specific classpath (SSCP) to use for this program.static final StringOptional config.bbx file to use for this program.static final StringPath to the BBj program to be executed.static final Stringstatic final StringUser used to run the interpreter for this task.static final StringPassword used to run the interpreter used to execute this program.static final Stringstatic final Stringstatic final StringWorking directory for the interpreter executing this task.Fields inherited from interface com.basis.api.admin.BBjAdminTask
ASYNCHRONOUS -
Method Summary
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, setValueMethods inherited from interface com.basis.api.admin.BBjAdminTask
execute, getDetailString, getTaskTypeName, getXML
-
Field Details
-
PROGRAM
Path to the BBj program to be executed.- See Also:
-
CONFIG
Optional config.bbx file to use for this program.- See Also:
-
RUN_AS
User used to run the interpreter for this task.- See Also:
-
CLASSPATH
Optional session-specific classpath (SSCP) to use for this program.- See Also:
-
TERMINAL
- See Also:
-
QUIET
- See Also:
-
ARGUMENTS
This property contains a list of the client properties that will be passed to the interpreter. This should be a string where each property is separated by a pipe (|) character.- See Also:
-
ARGV
This property contains a list of the program arguments that will be passed to the interpreter. This should be a string where each argument is separated by a pipe (|) character.- See Also:
-
WORKING_DIR
Working directory for the interpreter executing this task.- See Also:
-
TYPE_STRING
- See Also:
-
RUN_AS_PASSWORD
Password used to run the interpreter used to execute this program.- See Also:
-