|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.slamd.common.Constants
public class Constants
This class holds the values of constants used in various areas of the SLAMD server. It also contains a few methods for interacting with those constants.
| Field Summary | |
|---|---|
static char[] |
ALPHABET_CHARS
A character array containing all the alphabetic characters. |
static char[] |
ALPHANUMERIC_CHARS
A character array containing all the alphabetic and numeric characters. |
static java.lang.String |
ATTRIBUTE_DATE_FORMAT
The format string that will be used when writing date information into an LDAP attribute. |
static int |
AUTH_TYPE_NONE
The authentication type that indicates no authentication will be performed. |
static int |
AUTH_TYPE_SIMPLE
The authentication type that indicates simple authentication will be performed (i.e., password-based). |
static java.lang.String |
BASE_JOB_ID_AT
The name of the LDAP attribute that will be used to hold the job ID of the base job associated with an optimizing job. |
static int |
CLIENT_STATE_IDLE
The client state that indicates the client is idle and will accept new work. |
static int |
CLIENT_STATE_JOB_NOT_YET_STARTED
The client state that indicates that a job has been defined but is not yet started. |
static int |
CLIENT_STATE_NOT_CONNECTED
The client state that indicates the client is not connected to the SLAMD server. |
static int |
CLIENT_STATE_RUNNING_JOB
The client state that indicates the client is currently running a job. |
static int |
CLIENT_STATE_SHUTTING_DOWN
The client state that indicates the client is in the process of shutting down. |
static int |
CLIENT_STATE_UNKNOWN
The client state that will be used if the current state does not fit into any of the other categories. |
static java.lang.String |
COMPARE_TYPE_PARALLEL
The value of the compare type that indicates jobs are to be compared in a side-by-side format. |
static java.lang.String |
COMPARE_TYPE_TREND
The value of the compare type that indicates jobs are to be compared in a trend format. |
static java.lang.String |
CONFIG_FILE_HEADER
The header that will be written to the SLAMD configuration file whenever changes are made to it. |
static java.lang.String |
CONFIG_PARAMETER_OC
The name of the LDAP objectclass that will be used in entries that hold information about SLAMD configuration parameters. |
static java.lang.String |
CONFIG_VALUE_FALSE
The value that should be given to a Boolean configuration parameter to indicate that it is "off" or "false". |
static java.lang.String |
CONFIG_VALUE_TRUE
The value that should be given to a Boolean configuration parameter to indicate that it is "on" or "true". |
static int |
CONNECTION_FAILOVER_DELAY
The maximum length of time in seconds that an attempt will be made to connect to the configuration directory server before initiating an attempt to connect to a failover server. |
static java.lang.String |
DB_NAME_CONFIG
The name of the database that is used to hold configuration information. |
static java.lang.String |
DB_NAME_FILE
The name of the database that is used to hold uploaded file data. |
static java.lang.String |
DB_NAME_FOLDER
The name of the database that is used to hold job folder information. |
static java.lang.String |
DB_NAME_GROUP
The name of the database that is used to hold group information. |
static java.lang.String |
DB_NAME_JOB
The name of the database that is used to hold job information. |
static java.lang.String |
DB_NAME_JOB_GROUP
The name of the database that is used to hold job group information. |
static java.lang.String |
DB_NAME_OPTIMIZING_JOB
The name of the database that is used to hold optimizing job information. |
static java.lang.String |
DB_NAME_USER
The name of the database that is used to hold user information. |
static java.lang.String |
DB_NAME_VIRTUAL_FOLDER
The name of the database that is used to hold virtual folder information. |
static int |
DEFAULT_CLIENT_MANAGER_LISTENER_PORT_NUMBER
The default port on which the SLAMD server will listen for client manager connections. |
static int |
DEFAULT_CLIENT_MANAGER_MAX_WAIT_TIME
The default maximum length of time in seconds that the SLAMD server will wait for a response to a solicited request from a client manager before returning an error. |
static int |
DEFAULT_COLLECTION_INTERVAL
The default length of time in seconds to use as the statistics collection interval. |
static java.lang.String |
DEFAULT_CONFIG_FILE_PATH
The location that will be used for the configuration file if it was not specified as an initialization parameter. |
static java.lang.String |
DEFAULT_FILE_CONTENT_TYPE
The default content type that will be used for returning non-HTML data. |
static int |
DEFAULT_GRAPH_HEIGHT
The default height to use for graphs if none is specified. |
static boolean |
DEFAULT_GRAPH_IN_NEW_WINDOW
Indicates whether a new window should be created for graphs by default. |
static int |
DEFAULT_GRAPH_WIDTH
The default width to use for graphs if none is specified. |
static java.lang.String |
DEFAULT_HTML
The HTML string that will be used as the default main HTML page text when adding configuration data into the config directory. |
static int |
DEFAULT_JOB_CACHE_SIZE
The default number of jobs to store in the in-memory job cache. |
static int |
DEFAULT_LISTENER_KEEPALIVE_INTERVAL
The default interval in seconds between keepalive messages. |
static int |
DEFAULT_LISTENER_PORT_NUMBER
The default port on which the SLAMD server will listen for client connections. |
static boolean |
DEFAULT_LISTENER_USE_SSL
The default value that indicates whether the client listener will use SSL. |
static boolean |
DEFAULT_LOG_ALWAYS_FLUSH
The default value that will be used for the "always flush" parameter if no value is specified. |
static boolean |
DEFAULT_LOG_ASYNCHRONOUSLY
The default value that will be used for the "log asynchronously" parameter if no value is specified. |
static java.lang.String |
DEFAULT_LOG_FILENAME
The default name to use for the SLAMD log file. |
static int |
DEFAULT_LOG_POLL_DELAY
The default length of time in seconds between iterations of the logging thread's poll loop. |
static int |
DEFAULT_LOG_VIEW_LINES
The default number of log file lines to display if no other value is specified. |
static boolean |
DEFAULT_LOGGER_ENABLED
The default value that will be used for the "logger enabled" parameter if no value is specified. |
static int |
DEFAULT_MAX_RESPONSE_WAIT_TIME
The default maximum length of time in seconds that a client connection will wait for a response to a solicited request before returning an error. |
static int |
DEFAULT_MAX_STAT_INTERVALS
The default number of collection intervals that should be retained by the real-time stat reporter. |
static int |
DEFAULT_MAX_UPLOAD_SIZE
The default value that will be used for the maximum file upload size if none is specified. |
static int |
DEFAULT_MONITOR_GRAPH_HEIGHT
The default height to use for resource monitor graphs if none is specified. |
static int |
DEFAULT_MONITOR_LISTENER_PORT_NUMBER
The default port on which the SLAMD server will listen for resource monitor client connections. |
static java.lang.String |
DEFAULT_PAGE_FOOTER
The default page footer that will be used if no other value is specified. |
static java.lang.String |
DEFAULT_PAGE_HEADER
The default page header that will be used if no other value is specified. |
static boolean |
DEFAULT_REQUIRE_AUTHENTICATION
The default value that indicates whether the client listener will require clients to authenticate. |
static int |
DEFAULT_SCHEDULER_DELAY
The default length of time in seconds between iterations of the SLAMD scheduler loop. |
static int |
DEFAULT_SCHEDULER_START_BUFFER
The default time in seconds before a job's start time that the job request should be sent to clients. |
static int |
DEFAULT_SMTP_PORT
The default port number that will be used to contact the SMTP server. |
static int |
DEFAULT_STAT_LISTENER_PORT_NUMBER
The default port on which the SLAMD server will listen for real-time statistics reporting. |
static int |
DEFAULT_STAT_PERSISTENCE_INTERVAL
The default length of time in seconds between periodic saves of statistical data on the client. |
static int |
DEFAULT_STAT_REPORT_INTERVAL
The default length of time in seconds to use when reporting statistics to the SLAMD server. |
static java.lang.String |
DEFAULT_WEB_APP_PATH
The default path to use for the location of the Web application files. |
static java.lang.String |
DELAY_BETWEEN_ITERATIONS_AT
The name of the LDAP attribute that will be used to specify the delay in seconds between iterations of an optimizing job. |
static java.lang.String |
DISPLAY_DATE_FORMAT
The format string that will be used when displaying date information to the end user. |
static java.lang.String |
DISPLAY_IN_READ_ONLY_AT
The name of the LDAP attribute that will be used to specify whehter a job or folder should be visible if the server is operating in restricted read-only mode. |
static java.lang.String |
DOC_URI_QUICK_START_ODT
The URI that may be used to access the SLAMD Quick Start Guide in OpenDocument format. |
static java.lang.String |
DOC_URI_QUICK_START_PDF
The URI that may be used to access the SLAMD Quick Start Guide in PDF format. |
static java.lang.String |
EOL
The end-of-line character that is appropriate for this platform. |
static java.lang.String |
EXPORT_CHOICE_ALL
The string that indicates that all data in the SLAMD server should be included in the export. |
static java.lang.String |
EXPORT_CHOICE_SELECTED
The string that indicates that all only data in a set of selected folders should be included in the export. |
static java.lang.String |
FILE_ACTION_DELETE
The file action that is used to indicate that an uploaded file should be deleted. |
static java.lang.String |
FILE_ACTION_EDIT_TYPE
The file action that is used to indicate that the user wants to edit a file's MIME type. |
static java.lang.String |
FILE_ACTION_SAVE
The file action that is used to indicate that an uploaded file should be saved (downloaded with a bogus MIME type). |
static java.lang.String |
FILE_ACTION_UPLOAD
The file action that is used to indicate that an uploaded file should be uploaded. |
static java.lang.String |
FILE_ACTION_VIEW
The file action that is used to indicate that an uploaded file should be viewed (downloaded with the correct MIME type). |
static java.lang.String |
FOLDER_NAME_CREATE_NEW_FOLDER
The folder name that will be used to indicate that a new virtual job folder should be created. |
static java.lang.String |
FOLDER_NAME_UNCLASSIFIED
The name that will be used for the default job folder. |
static java.lang.String |
GROUP_PARAM_TYPE_FIXED
The group parameter handling type that indicates that the parameter should always be assigned a fixed value. |
static java.lang.String |
GROUP_PARAM_TYPE_MAPPED_TO_EXISTING
The group parameter handling type that indicates that the parameter should be mapped to an existing parameter that is already defined for the job group. |
static java.lang.String |
GROUP_PARAM_TYPE_MAPPED_TO_NEW
The group parameter handling type that indicates that the parameter should become a new mapped parameter for the job group. |
static java.lang.String |
HEADER_TAG_SLAMD_BUILD_DATE
The tag that may be used in the header or footer that will be replaced with the SLAMD build date. |
static java.lang.String |
HEADER_TAG_SLAMD_LOGO
The tag that may be used in the header or footer that will be replaced with the SLAMD logo. |
static java.lang.String |
HEADER_TAG_SLAMD_MAJOR_VERSION
The tag that may be used in the header or footer that will be replaced with the SLAMD major version. |
static java.lang.String |
HEADER_TAG_SLAMD_MINOR_VERSION
The tag that may be used in the header or footer that will be replaced with the SLAMD minor version. |
static java.lang.String |
HEADER_TAG_SLAMD_POINT_VERSION
The tag that may be used in the header or footer that will be replaced with the SLAMD point version. |
static java.lang.String |
HEADER_TAG_SLAMD_UNOFFICIAL_BUILD_ID
The tag that may be used in the header or footer that will be replaced with the SLAMD unofficial build ID (if this is an unofficial build). |
static java.lang.String |
HEADER_TAG_SLAMD_VERSION
The tag that may be used in the header or footer that will be replaced with the SLAMD version. |
static char[] |
HEX_CHARS
A character array containing the valid hexadecimal digits. |
static java.lang.String |
HTML_COMMENT_LOG_END
The HTML comment that will appear on a line by itself immediately after the log output ends. |
static java.lang.String |
HTML_COMMENT_LOG_START
The HTML comment that will appear on a line by itself immediately before the log output starts. |
static java.lang.String |
JOB_ACTUAL_DURATION_AT
The name of the LDAP attribute that will store the length of time in seconds that the job was running. |
static java.lang.String |
JOB_ACTUAL_START_TIME_AT
The name of the LDAP attribute that will store the time that the job actually started running. |
static java.lang.String |
JOB_ACTUAL_STOP_TIME_AT
The name of the LDAP attribute that will store the time that the job actually stopped running. |
static java.lang.String |
JOB_CLASS_NAME_AT
The name of the LDAP attribute that will store the name of the Java class that is a job thread. |
static java.lang.String |
JOB_CLASS_OC
The name of the LDAP objectclass that will be used in entries that hold information about the Java class files that can be used as SLAMD jobs. |
static java.lang.String |
JOB_CLIENTS_AT
The name of the LDAP attribute that will store the set of clients that have been requested to execute this job. |
static java.lang.String |
JOB_COLLECTION_INTERVAL_AT
The name of the LDAP attribute that will store the statistics collection interval for a job. |
static java.lang.String |
JOB_COMMENTS_AT
The name of the LDAP attribute that will store comments about a job. |
static int |
JOB_CONTROL_TYPE_START
A job control type that indicates the specified job should start running. |
static int |
JOB_CONTROL_TYPE_STOP
A job control type that indicates the specified job should be signaled to stop running. |
static int |
JOB_CONTROL_TYPE_STOP_AND_WAIT
A job control type that indicates the specified job should be signaled to stop running. |
static int |
JOB_CONTROL_TYPE_STOP_DUE_TO_SHUTDOWN
A job control type that indicates the specified job should be signaled to stop running because the SLAMD server is shutting down. |
static java.lang.String |
JOB_DEPENDENCY_AT
The name of the LDAP attribute that will be used to hold the job ID(s) of jobs that must be completed before the current job may be started. |
static java.lang.String |
JOB_DESCRIPTION_AT
The name of the LDAP attribute that will store the description of the job thread. |
static java.lang.String |
JOB_DURATION_AT
The name of the LDAP attribute that will specify the maximum length of time in seconds that a job should be allowed to run. |
static java.lang.String |
JOB_FOLDER_DESCRIPTION_AT
The name of the LDAP attribute that specifies the description for a job folder. |
static java.lang.String |
JOB_FOLDER_NAME_AT
The name of the LDAP attribute that specifies the name of the job folder. |
static java.lang.String |
JOB_FOLDER_OC
The name of the LDAP objectclass that will be used in entries that are the parent entries for job folders. |
static java.lang.String |
JOB_ID_AT
The name of the LDAP attribute that will be used to hold the unique ID assigned to a scheduled job. |
static java.lang.String |
JOB_INCLUDE_THREAD_IN_DESCRIPTION_AT
The name of the LDAP attribute that will be used to specify whether to include the number of threads in the description for jobs scheduled by an optimizing job. |
static java.lang.String |
JOB_LOG_MESSAGES_AT
The name of the LDAP attribute that will store the set of messages logged during job processing. |
static java.lang.String |
JOB_LOG_MESSAGES_DELIMITER
The delimiter that will be used to separate the individual log messages in the single log messages attribute value. |
static java.lang.String |
JOB_MAX_NON_IMPROVING_ITERATIONS_AT
The name of the LDAP attribute that will be used to specify the maximum number of non-improving iterations that will be allowed in an optimizing job. |
static java.lang.String |
JOB_MAX_THREADS_AT
The name of the LDAP attribute that will be used to specify the maximum number of threads that should be used in an optimizing job. |
static java.lang.String |
JOB_MIN_THREADS_AT
The name of the LDAP attribute that will be used to specify the minimum number of threads that should be used in an optimizing job. |
static java.lang.String |
JOB_MONITOR_CLIENTS_AT
The name of the LDAP attribute that will store the set of clients that have been requested for resource monitoring for a given job. |
static java.lang.String |
JOB_MONITOR_CLIENTS_IF_AVAILABLE_AT
The name of the LDAP attribute that will be used to indicate whether resource monitor clients running on the same system(s) as the job clients should be automatically used. |
static java.lang.String |
JOB_MONITOR_STAT_AT
The name of the LDAP attribute that will store statistical information collected by resource monitors. |
static java.lang.String |
JOB_NAME_AT
The name of the LDAP attribute that will store the human-readable name of the job thread. |
static java.lang.String |
JOB_NOTIFY_ADDRESS_AT
The name of the LDAP attribute that will store an address to which an e-mail message should be sent whenever a job is complete. |
static java.lang.String |
JOB_NUM_CLIENTS_AT
The name of the LDAP attribute that will be used to specify the number of clients that should be used to process a scheduled job. |
static java.lang.String |
JOB_OPTIMIZATION_STAT_AT
The name of the LDAP attribute that will store the name of the statistic targeted by an optimizing job. |
static java.lang.String |
JOB_OPTIMIZATION_TYPE_AT
The name of the LDAP attribute that will store the type of optimization to be performed by an optimizing job. |
static java.lang.String |
JOB_PACK_MANIFEST_REGISTER_JOBS_ATTR
The name of the manifest attribute that specifies which jobs should be registered with the SLAMD server when a job pack is installed. |
static java.lang.String |
JOB_PARAM_AT
The name of the LDAP attribute that will be used to store job-specific parameters. |
static java.lang.String |
JOB_PARAM_DELIMITER_STRING
The string that will be used as the delimiter between the name and the value for job-specific parameters stored in the configuration directory. |
static java.lang.String |
JOB_START_TIME_AT
The name of the LDAP attribute that will be used to specify the time at which a job should start running. |
static java.lang.String |
JOB_STAT_TRACKER_AT
The name of the LDAP attribute that will store statistical information about a job. |
static java.lang.String |
JOB_STATE_AT
The name of the LDAP attribute that indicates the current state of a job. |
static int |
JOB_STATE_CANCELLED
A job state that indicates that the job has been cancelled before it had a chance to start. |
static java.lang.String |
JOB_STATE_CANCELLED_STRING
The message corresponding to the JOB_STATE_CANCELLED job
state. |
static int |
JOB_STATE_COMPLETED_SUCCESSFULLY
A job state that indicates that the job has completed successfully. |
static java.lang.String |
JOB_STATE_COMPLETED_SUCCESSFULLY_STRING
The message corresponding to the JOB_STATE_COMPLETED_SUCCESSFULLY job state. |
static int |
JOB_STATE_COMPLETED_WITH_ERRORS
A job state that indicates that the job has completed but there were errors that may impact the results. |
static java.lang.String |
JOB_STATE_COMPLETED_WITH_ERRORS_STRING
The message corresponding to the JOB_STATE_COMPLETED_WITH_ERRORS job state. |
static int |
JOB_STATE_DISABLED
A job state that indicates that the job has been temporarily disabled and should not be considered eligible to start. |
static java.lang.String |
JOB_STATE_DISABLED_STRING
The message corresponding to the JOB_STATE_DISABLED job state. |
static int |
JOB_STATE_NO_SUCH_JOB
The job state that indicates information was requested about a job that is not defined to the client. |
static java.lang.String |
JOB_STATE_NO_SUCH_JOB_STRING
The message corresponding to the JOB_STATE_NO_SUCH_JOB job
state. |
static int |
JOB_STATE_NOT_YET_STARTED
A job state that indicates that the job has been initialized but has not yet been started. |
static java.lang.String |
JOB_STATE_NOT_YET_STARTED_STRING
The message corresponding to the JOB_STATE_NOT_YET_STARTED job
state. |
static int |
JOB_STATE_RUNNING
A job state that indicates that the job is currently running. |
static java.lang.String |
JOB_STATE_RUNNING_STRING
The message corresponding to the JOB_STATE_RUNNING job state. |
static int |
JOB_STATE_STOPPED_BY_SHUTDOWN
A job state that indicates that the job has been stopped as part of the SLAMD server shutdown. |
static java.lang.String |
JOB_STATE_STOPPED_BY_SHUTDOWN_STRING
The message corresponding to the JOB_STATE_STOPPED_BY_USER
job state. |
static int |
JOB_STATE_STOPPED_BY_USER
A job state that indicates that the job has been stopped by manual intervention. |
static java.lang.String |
JOB_STATE_STOPPED_BY_USER_STRING
The message corresponding to the JOB_STATE_STOPPED_BY_USER
job state. |
static int |
JOB_STATE_STOPPED_DUE_TO_DURATION
A job state that indicates that the job was stopped because it had run for the maximum length of time allowed. |
static java.lang.String |
JOB_STATE_STOPPED_DUE_TO_DURATION_STRING
The message corresponding to the JOB_STATE_STOPPED_DUE_TO_DURATION job state. |
static int |
JOB_STATE_STOPPED_DUE_TO_ERROR
A job state that indicates that the job was stopped because a significant error occurred (as opposed to an error that would have allowed the job to continue running on other clients). |
static java.lang.String |
JOB_STATE_STOPPED_DUE_TO_ERROR_STRING
The message corresponding to the JOB_STATE_STOPPED_DUE_TO_ERROR job state. |
static int |
JOB_STATE_STOPPED_DUE_TO_STOP_TIME
A job state that indicates that the job was stopped because the specified stop time had been reached. |
static java.lang.String |
JOB_STATE_STOPPED_DUE_TO_STOP_TIME_STRING
The message corresponding to the JOB_STATE_STOPPED_DUE_TO_STOP_TIME job state. |
static int |
JOB_STATE_UNINITIALIZED
A job state that indicates that the job is known but has not yet been initialized. |
static java.lang.String |
JOB_STATE_UNINITIALIZED_STRING
The message corresponding to the JOB_STATE_UNINITIALIZED job
state. |
static int |
JOB_STATE_UNKNOWN
A job state that indicates that the state of the associated job is unknown. |
static java.lang.String |
JOB_STATE_UNKNOWN_STRING
The message corresponding to the JOB_STATE_UNKNOWN job state. |
static java.lang.String |
JOB_STOP_REASON_AT
The name of the LDAP attribute that will store the reason that a job stopped running. |
static java.lang.String |
JOB_STOP_TIME_AT
The name of the LDAP attribute that will be used to specify the time at which a job should stop running. |
static java.lang.String[] |
JOB_SUMMARY_ATTRS
The set of attributes that should be requested when retrieving only summary information for jobs. |
static java.lang.String |
JOB_THREAD_INCREMENT_AT
The name of the LDAP attribute that will be used to specify the increment in number of threads that should be used between iterations of an optimizing job. |
static java.lang.String |
JOB_THREAD_STARTUP_DELAY_AT
The name of the LDAP attribute that will be used to specify the delay in milliseconds between starting each thread on a client system. |
static java.lang.String |
JOB_THREAD_SUPERCLASS_NAME
The full name of the Java class that is the superclass for all job thread implementations. |
static java.lang.String |
JOB_THREADS_PER_CLIENT_AT
The name of the LDAP attribute that will be used to specify the number of threads that each client should use to process a scheduled job. |
static java.lang.String |
JOB_WAIT_FOR_CLIENTS_AT
The name of the LDAP attribute that will store the indication of whether the job should wait for the set of clients. |
static int |
LOG_LEVEL_ACCESS_MANAGER_DEBUG
A loglevel that is used for debugging access manager operations. |
static java.lang.String |
LOG_LEVEL_ACCESS_MANAGER_DEBUG_STRING
The user-friendly string value associated with the LOG_LEVEL_ACCESS_MANAGER_DEBUG log level. |
static int |
LOG_LEVEL_ADMIN
A loglevel that is used for events that occur as a result of someone using the administrative interface. |
static java.lang.String |
LOG_LEVEL_ADMIN_STRING
The user-friendly string value associated with the LOG_LEVEL_ADMIN log level. |
static int |
LOG_LEVEL_ANY
A loglevel that is used to indicate that the associated message is of the highest criticality. |
static int |
LOG_LEVEL_CLIENT
A loglevel that is used for messages about events that occur while the server is interacting with a client. |
static int |
LOG_LEVEL_CLIENT_DEBUG
A loglevel that is used for debugging client interaction. |
static java.lang.String |
LOG_LEVEL_CLIENT_DEBUG_STRING
The user-friendly string value associated with the LOG_LEVEL_CLIENT_DEBUG log level. |
static java.lang.String |
LOG_LEVEL_CLIENT_STRING
The user-friendly string value associated with the LOG_LEVEL_CLIENT log level. |
static int |
LOG_LEVEL_CONFIG
A loglevel that is used for messages regarding configuration file processing. |
static java.lang.String |
LOG_LEVEL_CONFIG_STRING
The user-friendly string value associated with the LOG_LEVEL_CONFIG log level. |
static int |
LOG_LEVEL_DEFAULT
The default loglevel that will be used by the server unless overridden by the configuration. |
static int |
LOG_LEVEL_EXCEPTION_DEBUG
A loglevel that is used for logging exceptions that may be thrown. |
static java.lang.String |
LOG_LEVEL_EXCEPTION_DEBUG_STRING
The user-friendly string value associated with the LOG_LEVEL_EXCEPTION_DEBUG log level. |
static int |
LOG_LEVEL_JOB_DEBUG
A loglevel that is used for debugging job processing. |
static java.lang.String |
LOG_LEVEL_JOB_DEBUG_STRING
The user-friendly string value associated with the LOG_LEVEL_JOB_DEBUG log level. |
static int |
LOG_LEVEL_JOB_PROCESSING
A loglevel that is used for messages about significant events that occur while a job is being processed. |
static java.lang.String |
LOG_LEVEL_JOB_PROCESSING_STRING
The user-friendly string value associated with the LOG_LEVEL_JOB_PROCESSING log level. |
static int |
LOG_LEVEL_SCHEDULER_DEBUG
A loglevel that is used for debugging scheduler operations. |
static java.lang.String |
LOG_LEVEL_SCHEDULER_DEBUG_STRING
The user-friendly string value associated with the LOG_LEVEL_SCHEDULER_DEBUG log level. |
static int |
LOG_LEVEL_SERVER_DEBUG
A loglevel that is used for debugging operations performed in the SLAMD server. |
static java.lang.String |
LOG_LEVEL_SERVER_DEBUG_STRING
The user-friendly string value associated with the LOG_LEVEL_SERVER_DEBUG log level. |
static int |
LOG_LEVEL_TRACE
A loglevel that is used for tracing through code execution. |
static java.lang.String |
LOG_LEVEL_TRACE_STRING
The user-friendly string value associated with the LOG_LEVEL_TRACE log level. |
static int |
LOG_LEVEL_USECONFIG
A loglevel that may be specified that indicates that whatever loglevel is used in the configuration is the one that should be used. |
static java.lang.String |
MAIL_DATE_FORMAT
The format string that will be used when including the date in an e-mail message. |
static int |
MAX_BLOCKING_READ_TIME
The maximum length of time in milliseconds that an attempt to read a message from the client or server should wait before giving up. |
static int |
MAX_CONNECTION_WAIT_TIME
The maximum length of time in milliseconds that the getConfigDirConnection method will wait before assuming that the previous holder forgot to release the connection and will allow access to it again. |
static java.lang.String |
MD5_CONTENT_BASE_PATH
The base path for content generated based on MD5 digests of the query string. |
static java.lang.String |
MEMBER_URL_AT
The name of the LDAP attribute that stores the LDAP URL that specifies the criteria for membership in a dynamic group. |
static int |
MESSAGE_RESPONSE_CLASS_NOT_FOUND
The response code that indicates that a Java class specified in a job request did not exist on the client system. |
static int |
MESSAGE_RESPONSE_CLASS_NOT_VALID
The response code that indicates that a Java class specified in a job request exists but is not a valid job thread class. |
static int |
MESSAGE_RESPONSE_CLIENT_REJECTED
The response code that indicates that a connection from a client has been rejected by the SLAMD server. |
static int |
MESSAGE_RESPONSE_CLIENT_SHUTDOWN
The response code that indicates that the client is shutting down. |
static int |
MESSAGE_RESPONSE_CONNECTION_LIMIT_REACHED
The response code that indicates there are too many connections to the server to allow a new one. |
static int |
MESSAGE_RESPONSE_HELLO_REQUIRED
The response code that indicates that an operation was requested without first providing a valid hello message. |
static int |
MESSAGE_RESPONSE_INSUFFICIENT_CLIENTS
The response code that indicates a start client request could not be processed because there were not enough clients available. |
static int |
MESSAGE_RESPONSE_INVALID_CREDENTIALS
The response code that indicates an authentication failed because the credentials provided were not valid for the authentication ID. |
static int |
MESSAGE_RESPONSE_JOB_ALREADY_STARTED
The response code that indicates that a request was made to start a job that was already running. |
static int |
MESSAGE_RESPONSE_JOB_CREATION_FAILURE
The response code that indicates that a client was not able to create an instance of the job thread to execute the specified job. |
static int |
MESSAGE_RESPONSE_JOB_REQUEST_REFUSED
The response code that indicates that a client has refused a job request. |
static int |
MESSAGE_RESPONSE_LOCAL_ERROR
The response code that indicates a problem occurred that prevented a message from being sent or received. |
static int |
MESSAGE_RESPONSE_NO_RESPONSE
The response code that indicates that an expected response was not received within the expected amount of time. |
static int |
MESSAGE_RESPONSE_NO_SUCH_JOB
The response code that indicates that a request from the server referenced a job about which the client has no knowledge. |
static int |
MESSAGE_RESPONSE_SERVER_ERROR
The response code that indicates an error occurred in the server that prevented it from handling a client request properly. |
static int |
MESSAGE_RESPONSE_SUCCESS
The response code that indicates a successful operation. |
static int |
MESSAGE_RESPONSE_UNKNOWN_AUTH_ID
The response code that indicates an authentication failed because the authentication ID could not be found. |
static int |
MESSAGE_RESPONSE_UNSUPPORTED_AUTH_TYPE
The response code that indicates an authentication failed because the requested authentication type is known but not supported by the server. |
static int |
MESSAGE_RESPONSE_UNSUPPORTED_CLIENT_VERSION
The response code that indicates the version of the client software is not one that may be used with the version of the server. |
static int |
MESSAGE_RESPONSE_UNSUPPORTED_CONTROL_TYPE
The response code that indicates that a job control request was made with an unknown or unsupported job control type. |
static int |
MESSAGE_RESPONSE_UNSUPPORTED_SERVER_VERSION
The response code that indicates the version of the server software is not one that may be used with the version of the client. |
static int |
MESSAGE_TYPE_CLIENT_HELLO
The message type that the client can use to identify itself to the server. |
static int |
MESSAGE_TYPE_CLIENT_MANAGER_HELLO
The message type that is used by a client manager to identify itself to the SLAMD server. |
static int |
MESSAGE_TYPE_HELLO_RESPONSE
The message type that is used to provide information about an authentication request. |
static int |
MESSAGE_TYPE_JOB_COMPLETED
The message type that is used to indicate that job processing has been completed and provide final status information back to the server. |
static int |
MESSAGE_TYPE_JOB_CONTROL_REQUEST
The message type that the client or server may use to indicate that the job status should or will change (e.g., stop requested by user, client shutting down, server shutting down, etc.). |
static int |
MESSAGE_TYPE_JOB_CONTROL_RESPONSE
The message type that is used to provide a response to a job control request. |
static int |
MESSAGE_TYPE_JOB_REQUEST
The message type that the server uses to request that the client begin processing a new job. |
static int |
MESSAGE_TYPE_JOB_RESPONSE
The message type that the client uses to respond to a server's job request. |
static int |
MESSAGE_TYPE_KEEPALIVE
The message type that is simply used to keep the connection alive between the client and the server. |
static int |
MESSAGE_TYPE_REAL_TIME_STAT_DATA
The message type that is used to provide statistical data to the SLAMD server's real-time stat reporting subsystem. |
static int |
MESSAGE_TYPE_REGISTER_STATISTIC
The message type that is used to register a stat tracker with the SLAMD server's real-time stat reporting subsystem. |
static int |
MESSAGE_TYPE_SERVER_HELLO
The message type that the server can use to identify itself to the client. |
static int |
MESSAGE_TYPE_SERVER_SHUTDOWN
The message type that is used to indicate that the SLAMD server is shutting down and therefore the connection to the client is being terminated. |
static int |
MESSAGE_TYPE_START_CLIENT_REQUEST
The message type that is used to request that the client manager start one or more clients. |
static int |
MESSAGE_TYPE_START_CLIENT_RESPONSE
The message type that is used to provide a response to a start client request. |
static int |
MESSAGE_TYPE_STATUS_REQUEST
The message type that the server uses to request information about the status of the client. |
static int |
MESSAGE_TYPE_STATUS_RESPONSE
The message type that the client uses to provide status information to the server. |
static int |
MESSAGE_TYPE_STOP_CLIENT_REQUEST
The message type that is used to request that the client manager stop one or more clients. |
static int |
MESSAGE_TYPE_STOP_CLIENT_RESPONSE
The message type that is used to provide a response to a stop client request. |
static java.lang.String |
MIGRATE_FOLDERS_ALL
The value that will be used to indicate that the user wishes to migrate data from all job folders. |
static java.lang.String |
MIGRATE_FOLDERS_SELECTED
The value that will be used to indicate that the user wishes to migrate data from only selected job folders. |
static java.lang.String |
MONITOR_STAT_ALL
The option value that indicates that all resource monitor statistical information should be graphed. |
static java.lang.String |
MONITOR_STAT_NONE
The option value that indicates that no resource monitor statistical information should be graphed. |
static int |
NO_KEEPALIVE_INTERVAL
The keepalive interval value that indicates no keepalive is to be used. |
static int |
NO_MAX_CLIENTS
The value that indicates there will not be a maximum number of concurrent clients that may be connected at any given time. |
static char[] |
NUMERIC_CHARS
A character array containing all the base ten digits. |
static java.lang.String |
OPTIMIZATION_ALGORITHM_AT
The name of the LDAP attribute that will be used to hold the name of the optimization algorithm to use for a given optimizing job. |
static java.lang.String |
OPTIMIZATION_ALGORITHM_PARAMETER_AT
The name of the LDAP attribute that will be used to hold the values of configuration parameters used for the optimization algorithm. |
static java.lang.String |
OPTIMIZE_TYPE_MAXIMIZE
The optimization type that indicates that the optimization should try to find the maximum value for the statistic. |
static java.lang.String |
OPTIMIZE_TYPE_MINIMIZE
The optimization type that indicates that the optimization should try to find the minimum value for the statistic. |
static java.lang.String[] |
OPTIMIZE_TYPES
The set of optimization types supported by the SLAMD server. |
static java.lang.String |
OPTIMIZING_JOB_ID_AT
The name of the LDAP attribute that will be used to hold the unique ID assigned to an optimizing job. |
static java.lang.String |
OPTIMIZING_JOB_OC
The name of the LDAP objectclass that will be used in entries that hold information about optimizing jobs. |
static java.lang.String |
OPTIMIZING_JOB_RERUN_BEST_ITERATION_AT
The name of the LDAP attribute that will be used to determine whether to re-run the best iteration of an optimizing job. |
static java.lang.String |
OPTIMIZING_JOB_RERUN_DURATION_AT
The name of the LDAP attribute that will be used to determine the duration to use when re-running the best iteration of an optimizing job. |
static java.lang.String |
OPTIMIZING_JOB_RERUN_ITERATION_AT
The name of the LDAP attribute that will be used to specify the job ID of the job that was a re-run of the best iteration of the optimizing job. |
static java.lang.String[] |
OPTIMIZING_JOB_SUMMARY_ATTRS
The set of attributes that should be requested when retrieving only summary information for optimizing jobs. |
static int |
OS_TYPE_AIX
The flag that indicates that a resource monitor client is running on an AIX system. |
static int |
OS_TYPE_HPUX
The flag that indicates that a resource monitor client is running on an HP-UX system. |
static int |
OS_TYPE_LINUX
The flag that indicates that a resource monitor client is running on a Linux system. |
static int |
OS_TYPE_OSX
The flag that indicates that a resource monitor client is running on an OS X system. |
static int |
OS_TYPE_SOLARIS
The flag that indicates that a resource monitor client is running on a Solaris system. |
static int |
OS_TYPE_WINDOWS
The flag that indicates that a resource monitor client is running on a Windows system. |
static java.lang.String |
PARAM_ADD_TO_HTML_HEADER
The name of the configuration parameter that can be used to add content to the HTML header for pages displayed through the admin interface. |
static java.lang.String |
PARAM_ALWAYS_SHOW_ADVANCED_OPTIONS
The name of the configuration parameter that specifies whether to always show advanced scheduling options when scheduling a job. |
static java.lang.String |
PARAM_CLIENT_MANAGER_LISTENER_PORT
The name of the configuration parameter that specifies the port number on which the client manager listener will listen for connections from client managers. |
static java.lang.String |
PARAM_CLIENT_MANAGER_MAX_WAIT_TIME
The name of the configuration parameter that specifies the maximum length of time in seconds that the SLAMD server will wait for a response to a request sent to a client manager. |
static java.lang.String |
PARAM_CONFIG_JOB_CLASS_BASE
The name of the configuration parameter that specifies the location of information about the job classes defined in the configuration directory. |
static java.lang.String |
PARAM_CONFIG_PARAMETER_BASE
The name of the configuration parameter that specifies the location of configuration parameters in the configuration directory. |
static java.lang.String |
PARAM_CONFIG_SCHEDULED_JOB_BASE
The name of the configuration parameter that specifies the location of information about scheduled jobs in the configuration directory. |
static java.lang.String |
PARAM_DEFAULT_GRAPH_HEIGHT
The name of the administrative parameter that specifies the default height to use for generated graphs. |
static java.lang.String |
PARAM_DEFAULT_GRAPH_WIDTH
The name of the administrative parameter that specifies the default width to use for generated graphs. |
static java.lang.String |
PARAM_DEFAULT_HTML
The name of the configuration parameter that can specify the main page HTML text to use if the default is not acceptable for some reason. |
static java.lang.String |
PARAM_DEFAULT_MONITOR_GRAPH_HEIGHT
The name of the administrative parameter that specifies the default height to use for resource monitor graphs. |
static java.lang.String |
PARAM_DISABLE_GRAPHS
The name of the configuration parameter that specifies whether the graphing capability of SLAMD should be disabled (e.g., if no appropriate graphics environment is available for use by the server). |
static java.lang.String |
PARAM_DISABLE_UPLOADS
&nbs |