Interface BBjAdminBBjTask

All Superinterfaces:
BBjAdminPropertyReader, BBjAdminPropertyWriter, BBjAdminTask, Remote
All Known Implementing Classes:
BBjAdminClientBBjTask

public interface BBjAdminBBjTask extends BBjAdminTask
  • Field Details

    • PROGRAM

      static final String PROGRAM
      Path to the BBj program to be executed.
      See Also:
    • CONFIG

      static final String CONFIG
      Optional config.bbx file to use for this program.
      See Also:
    • RUN_AS

      static final String RUN_AS
      User used to run the interpreter for this task.
      See Also:
    • CLASSPATH

      static final String CLASSPATH
      Optional session-specific classpath (SSCP) to use for this program.
      See Also:
    • TERMINAL

      static final String TERMINAL
      See Also:
    • QUIET

      static final String QUIET
      See Also:
    • ARGUMENTS

      static final String 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

      static final String 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

      static final String WORKING_DIR
      Working directory for the interpreter executing this task.
      See Also:
    • TYPE_STRING

      static final String TYPE_STRING
      See Also:
    • RUN_AS_PASSWORD

      static final String RUN_AS_PASSWORD
      Password used to run the interpreter used to execute this program.
      See Also: