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 String
This property contains a list of the client properties that will be passed to the interpreter.static final String
This property contains a list of the program arguments that will be passed to the interpreter.static final String
Optional session-specific classpath (SSCP) to use for this program.static final String
Optional config.bbx file to use for this program.static final String
Path to the BBj program to be executed.static final String
static final String
User used to run the interpreter for this task.static final String
Password used to run the interpreter used to execute this program.static final String
static final String
static final String
Working 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, 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
Methods 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:
-