A B C D E F G H I J K L M N O P Q R S T U V W X

A

ABANDON_REQUEST_TYPE - Static variable in class com.slamd.tools.ldapdecoder.protocol.ProtocolOp
The ASN.1 type for abandon request protocol ops.
AbandonRequest - Class in com.slamd.tools.ldapdecoder.protocol
This class defines an LDAP abandon request, which is used to abandon a previously requested operation in a directory server.
AbandonRequest(int) - Constructor for class com.slamd.tools.ldapdecoder.protocol.AbandonRequest
Creates a new abandon request to abandon the specified operation.
ACCESS_MODE_RANDOM - Static variable in class com.slamd.misc.GetFile
The access mode that indicates that the files should be retrieved in random order.
ACCESS_MODE_REMOVE - Static variable in class com.slamd.misc.GetFile
The access mode that indicates that information about the specified file should be removed from the file data cache.
ACCESS_MODE_SEQUENTIAL - Static variable in class com.slamd.misc.GetFile
The access mode that indicates that the files should be retrieved in sequential order.
AccessDeniedException - Exception in com.slamd.admin
This class defines an exception that may be thrown if a problem occurs while evaluating access control information for the SLAMD administrative interface.
AccessDeniedException(String) - Constructor for exception com.slamd.admin.AccessDeniedException
Creates a new access denied exception with the specified message.
AccessDeniedException(String, Throwable) - Constructor for exception com.slamd.admin.AccessDeniedException
Creates a new access denied exception with the specified message and parent exception.
AccessManager - Class in com.slamd.admin
This class provides a mechanism for restricting access to components of the administrative interface.
AccessManager(String, int, String, String, String, String) - Constructor for class com.slamd.admin.AccessManager
Creates a new access manager to use for protecting access to the administrative interface.
AccessManager(String, int, String, String, String, String, boolean, boolean, String, String, String, String) - Constructor for class com.slamd.admin.AccessManager
Creates a new access manager to use for protecting access to the administrative interface.
AccumulatingTracker - Class in com.slamd.stat
This class defines a simple stat tracker that can be used to count the number of times a given event occurs.
AccumulatingTracker() - Constructor for class com.slamd.stat.AccumulatingTracker
Creates a new accumulating tracker intended for use as a placeholder for decoding purposes.
AccumulatingTracker(String, String, String, int) - Constructor for class com.slamd.stat.AccumulatingTracker
Creates a new accumulating tracker with the specified information.
actionPerformed(ActionEvent) - Method in class com.slamd.tools.SwingClient
Detects an action event (i.e., button click) and performs the appropriate task.
ADD_1_METHOD_NUMBER - Static variable in class com.slamd.scripting.general.IntegerVariable
The method number for the first "add" method.
ADD_2_METHOD_NUMBER - Static variable in class com.slamd.scripting.general.IntegerVariable
The method number for the second "add" method.
ADD_ATTRIBUTE_1_METHOD_NUMBER - Static variable in class com.slamd.scripting.ldap.LDAPEntryVariable
The method number for the first "addAttribute" method.
ADD_ATTRIBUTE_2_METHOD_NUMBER - Static variable in class com.slamd.scripting.ldap.LDAPEntryVariable
The method number for the second "addAttribute" method.
ADD_ATTRIBUTE_3_METHOD_NUMBER - Static variable in class com.slamd.scripting.ldap.LDAPEntryVariable
The method number for the third "addAttribute" method.
ADD_ATTRIBUTE_METHOD_NAME - Static variable in class com.slamd.scripting.ldap.LDAPEntryVariable
The name of the method that will be used to add a new attribute to this entry.
ADD_BODY_LINE_METHOD_NAME - Static variable in class com.slamd.scripting.mail.MailMessageVariable
The name of the method that can be used to add a line to the body of this message.
ADD_BODY_LINE_METHOD_NUMBER - Static variable in class com.slamd.scripting.mail.MailMessageVariable
The method number for the "addBodyLine" method.
ADD_BODY_LINES_METHOD_NAME - Static variable in class com.slamd.scripting.mail.MailMessageVariable
The name of the method that can be used to add multiple lines to the body of this message.
ADD_BODY_LINES_METHOD_NUMBER - Static variable in class com.slamd.scripting.mail.MailMessageVariable
The method number for the "addBodyLines" method.
ADD_CC_RECIPIENT_METHOD_NAME - Static variable in class com.slamd.scripting.mail.MailMessageVariable
The name of the method that can be used to add a CC recipient to this message.
ADD_CC_RECIPIENT_METHOD_NUMBER - Static variable in class com.slamd.scripting.mail.MailMessageVariable
The method number for the "addCCRecipient" method.
ADD_HEADER_LINE_METHOD_NAME - Static variable in class com.slamd.scripting.mail.MailMessageVariable
The name of the method that can be used to add a line to the set of headers for this message.
ADD_HEADER_LINE_METHOD_NUMBER - Static variable in class com.slamd.scripting.mail.MailMessageVariable
The method number for the "addHeaderLine" method.
ADD_METHOD_NAME - Static variable in class com.slamd.scripting.general.IntegerVariable
The name of the method that will be used to add integer values.
ADD_METHOD_NAME - Static variable in class com.slamd.scripting.ldap.LDAPConnectionVariable
The name of the method that performs an LDAP add operation.
ADD_METHOD_NUMBER - Static variable in class com.slamd.scripting.ldap.LDAPConnectionVariable
The method number for the "add" method.
ADD_MODIFICATION_METHOD_NAME - Static variable in class com.slamd.scripting.ldap.LDAPModificationSetVariable
The name of the method that adds a modification to this modification set.
ADD_MODIFICATION_METHOD_NUMBER - Static variable in class com.slamd.scripting.ldap.LDAPModificationSetVariable
The methodNumber for the "addModification" method.
ADD_PARAMETER_1_METHOD_NUMBER - Static variable in class com.slamd.scripting.http.HTTPRequestVariable
The method number for the first "addParameter" method.
ADD_PARAMETER_2_METHOD_NUMBER - Static variable in class com.slamd.scripting.http.HTTPRequestVariable
The method number for the second "addParameter" method.
ADD_PARAMETER_METHOD_NAME - Static variable in class com.slamd.scripting.http.HTTPRequestVariable
The name of the method that can be used to add a parameter value or set of values to this request.
ADD_REQUEST_TYPE - Static variable in class com.slamd.tools.ldapdecoder.protocol.ProtocolOp
The ASN.1 type for add request protocol ops.
ADD_RESPONSE_TYPE - Static variable in class com.slamd.tools.ldapdecoder.protocol.ProtocolOp
The ASN.1 type for add response protocol ops.
ADD_TO_RECIPIENT_METHOD_NAME - Static variable in class com.slamd.scripting.mail.MailMessageVariable
The name of the method that can be used to add a To recipient to this message.
ADD_TO_RECIPIENT_METHOD_NUMBER - Static variable in class com.slamd.scripting.mail.MailMessageVariable
The method number for the "addToRecipient" method.
ADD_VALUE_METHOD_NAME - Static variable in class com.slamd.scripting.general.IntegerValueTrackerVariable
The name of the method that will be used to update the value of the tracker.
ADD_VALUE_METHOD_NAME - Static variable in class com.slamd.scripting.general.StringArrayVariable
The name of the method that will be used to add a new value to this array.
ADD_VALUE_METHOD_NAME - Static variable in class com.slamd.scripting.ldap.LDAPAttributeVariable
The name of the method that will be used to add a new value to this array.
ADD_VALUE_METHOD_NAME - Static variable in class com.slamd.scripting.ldap.LDAPModificationVariable
The name of the method that will be used to add a new value to this modification.
ADD_VALUE_METHOD_NUMBER - Static variable in class com.slamd.scripting.general.IntegerValueTrackerVariable
The method number for the "addvalue" method.
ADD_VALUE_METHOD_NUMBER - Static variable in class com.slamd.scripting.general.StringArrayVariable
The method number for the "addValue" method.
ADD_VALUE_METHOD_NUMBER - Static variable in class com.slamd.scripting.ldap.LDAPAttributeVariable
The method number for the "addValue" method.
ADD_VALUE_METHOD_NUMBER - Static variable in class com.slamd.scripting.ldap.LDAPModificationVariable
The method number for the "addValue" method.
addAttribute(String, String, String) - Method in class com.slamd.scripting.ldap.LDAPEntryTemplate
Adds a new attribute definition to this template.
addAttribute(LDAPAttributeVariable) - Method in class com.slamd.scripting.ldap.LDAPEntryVariable
Adds the specified attribute to this entry.
addAttribute(String, String, String) - Method in class com.slamd.tools.ldifstructure.LDIFEntry
Adds an attribute with the specified name and value to this entry.
addAttribute(String, String, String, String) - Method in class com.slamd.tools.makeldif.AttributeList
Adds a new attribute definition to this attribute list.
addAttribute(String, String, String) - Method in class com.slamd.tools.makeldif.Template
Adds a new attribute definition to this template.
addBodyLine(String) - Method in class com.slamd.scripting.mail.MailMessageVariable
Adds the specified line to the body for this message.
addCCRecipient(String) - Method in class com.slamd.scripting.mail.MailMessageVariable
Adds the specified address to the list of CC recipients for this message.
addChild(LDIFEntry) - Method in class com.slamd.tools.ldifstructure.LDIFNode
Increments the total number of entries that are immediate children of this node.
addChildName(String) - Method in class com.slamd.db.JobFolder
Adds the specified folder as a child of this folder.
addChildNode(LDIFNode) - Method in class com.slamd.tools.ldifstructure.LDIFNode
Adds the provided node to the set of child nodes for this LDIF node.
addChildNode(DefaultMutableTreeNode, LDIFNode) - Method in class com.slamd.tools.ldifstructure.LDIFStructure
Adds the provided LDIF node into the DIT tree as a child of the provided parent node.
addChoice(String) - Method in class com.slamd.parameter.MultiChoiceParameter
Adds the specified choice to the list of options.
addChoice(String, String) - Method in class com.slamd.parameter.MultiChoiceParameter
Adds the specified choice to the list of options.
addCookie(HTTPCookie) - Method in class com.slamd.http.HTTPClient
Adds the specified cookie to the set of cookies associated with this client.
addCounter(String, SequentialValueCounter) - Method in class com.slamd.scripting.ldap.LDAPEntryTemplate
Adds the specified sequential value counter for use with this template.
addCounter(String, Counter) - Method in class com.slamd.tools.makeldif.Template
Adds the provided sequential value counter to this template.
addCustomTag(String, CustomTag) - Method in class com.slamd.tools.makeldif.Template
Adds the provided custom tag to this template.
addData(double[]) - Method in class com.slamd.stat.StackedValueTracker
Adds data to this stat tracker.
addDataSet(double[], int, String) - Method in class com.slamd.stat.StatGrapher
Adds the specified data to the set of information that will be graphed.
addElement(ASN1Element) - Method in class com.slamd.asn1.ASN1Sequence
Adds the specified ASN.1 element to the set of elements encoded in this sequence.
addElement(ASN1Element) - Method in class com.slamd.asn1.ASN1Set
Adds the specified ASN.1 element to the set of elements encoded in this set.
addEncodedParameter(String, String) - Method in class com.slamd.http.HTTPRequest
Adds the provided parameter to this request with a value that is already properly URL-encoded.
addExtraLine(String) - Method in class com.slamd.tools.makeldif.Branch
Adds the provided extra line to this branch.
addFileName(String) - Method in class com.slamd.db.JobFolder
Adds the specified file name to the set of uploaded files for this job folder.
addGroupName(String) - Method in class com.slamd.db.SLAMDPermission
Adds the provided group name to the set of groups that have been assigned this permission.
addGroupName(String) - Method in class com.slamd.db.SLAMDUser
Adds the provided group name to the set of groups associated with this user.
addHeader(String, String) - Method in class com.slamd.http.HTTPResponse
Adds a header with the given name and value to this response.
addHeaderLine(String) - Method in class com.slamd.scripting.mail.MailMessageVariable
Adds the specified line to the list of headers for this message.
addJobClass(String) - Method in class com.slamd.db.SLAMDDB
Adds information about the specified job class to the configuration database.
addJobClass(JobClass) - Method in class com.slamd.server.SLAMDServer
Adds the specified class as a job thread that can be used to run jobs in the SLAMD server.
AddJobClass - Class in com.slamd.tools
This class defines a utility that may be used to install a job class (already located in the SLAMD server's CLASSPATH) from the command line.
AddJobClass(String[]) - Constructor for class com.slamd.tools.AddJobClass
Parses the provided command-line arguments.
addJobID(String) - Method in class com.slamd.db.JobFolder
Adds the provided job ID to the set of jobs associated with this folder.
addJobInProgress(Job) - Method in class com.slamd.server.ResourceMonitorClientConnection
Adds the provided job to the list of jobs in progress.
addJobReport(Job) - Method in class com.slamd.report.HTMLReportGenerator
Indicates that information about the provided job should be included in the report.
addJobReport(Job) - Method in class com.slamd.report.PDFReportGenerator
Indicates that information about the provided job should be included in the report.
addJobReport(Job) - Method in interface com.slamd.report.ReportGenerator
Indicates that information about the provided job should be included in the report.
addJobReport(Job) - Method in class com.slamd.report.TextReportGenerator
Indicates that information about the provided job should be included in the report.
addLogMessage(String) - Method in class com.slamd.job.Job
Adds the specified message to the set of messages logged during this job's execution.
addMember(String) - Method in class com.slamd.db.SLAMDGroup
Adds the specified user as a member of this group.
addMissingDeletes - Static variable in class com.slamd.dslogplay.LogPlaybackJobClass
 
AddOperation - Class in com.slamd.dslogplay
This class defines an LDAP add operation parsed from an access log and implements the necessary logic to parse the log file line and to replay the operation against a Directory Server.
AddOperation(String) - Constructor for class com.slamd.dslogplay.AddOperation
Creates a new add operation with the provided information.
addOptimizingJobID(String) - Method in class com.slamd.db.JobFolder
Adds the provided optimizing job ID to the set of optimizing jobs associated with this folder.
addOptimizingJobReport(OptimizingJob) - Method in class com.slamd.report.HTMLReportGenerator
Indicates that information about the provided optimizing job should be included in the report.
addOptimizingJobReport(OptimizingJob) - Method in class com.slamd.report.PDFReportGenerator
Indicates that information about the provided optimizing job should be included in the report.
addOptimizingJobReport(OptimizingJob) - Method in interface com.slamd.report.ReportGenerator
Indicates that information about the provided optimizing job should be included in the report.
addOptimizingJobReport(OptimizingJob) - Method in class com.slamd.report.TextReportGenerator
Indicates that information about the provided optimizing job should be included in the report.
addParameter(String, String) - Method in class com.slamd.http.HTTPRequest
Adds the specified parameter to this request.
addParameter(String, String[]) - Method in class com.slamd.http.HTTPRequest
Adds the specified parameter to this request.
addParameter(Parameter) - Method in class com.slamd.parameter.ParameterList
Adds the specified parameter to the parameter list.
AddRequest - Class in com.slamd.tools.ldapdecoder.protocol
This class defines an LDAP add request, which is used to add a new entry to a directory server.
AddRequest(String, LDAPAttribute[]) - Constructor for class com.slamd.tools.ldapdecoder.protocol.AddRequest
Creates a new add request with the provided information.
AddResponse - Class in com.slamd.tools.ldapdecoder.protocol
This class defines an LDAP add response, which provides information about the result of processing an add request.
AddResponse(int, String, String) - Constructor for class com.slamd.tools.ldapdecoder.protocol.AddResponse
Creates a new add response protocol op with the provided information.
AddResponse(int, String, String, String[]) - Constructor for class com.slamd.tools.ldapdecoder.protocol.AddResponse
Creates a new add response protocol op with the provided information.
address - Static variable in class com.slamd.dslogplay.LogPlaybackJobClass
 
addsReplayed - Variable in class com.slamd.dslogplay.LogPlaybackJobClass
 
addStackedBarGraphDataSet(String, String[], double[]) - Method in class com.slamd.stat.StatGrapher
Adds the specified data for use in generating a stacked bar graph.
addString(String) - Method in class com.slamd.tools.makeldif.UniqueSortedList
Adds the specified string value to this list if it is not already present.
addStringValue(String) - Method in class com.slamd.scripting.general.StringArrayVariable
Adds the specified value to this string array.
addSubtemplate(String, int) - Method in class com.slamd.tools.makeldif.Template
Adds a subtemplate definition to this template.
addTemplate(LDAPEntryTemplate) - Method in class com.slamd.scripting.ldap.LDAPEntryGenerator
Adds the specified entry template for use with this entry generator.
addTemplate(String, int) - Method in class com.slamd.tools.makeldif.Branch
Adds a new template for use with this branch.
addTimer - Variable in class com.slamd.dslogplay.LogPlaybackJobClass
 
addToRecipient(String) - Method in class com.slamd.scripting.mail.MailMessageVariable
Adds the specified address to the list of To recipients for this message.
addUserName(String) - Method in class com.slamd.db.SLAMDPermission
Adds the provided user name to the set of users that have been assigned this permission.
addValue(String) - Method in class com.slamd.scripting.ldap.AttributeValueList
Adds the specified value to the value list.
addValue(String, int) - Method in class com.slamd.scripting.ldap.AttributeValueList
Adds the specified value to the value list with the indicated weight.
addValue(String) - Method in class com.slamd.scripting.ldap.LDAPAttributeVariable
Adds the provided value to this attribute as long as it does not already exist.
addValue(String) - Method in class com.slamd.scripting.ldap.LDAPModificationVariable
Adds the provided attribute value to the modification as long as it does not already exist.
addValue(int, double, boolean) - Method in class com.slamd.server.RealTimeJobStatList
Adds the provided value to the data for the given interval in the list.
addValue(double) - Method in class com.slamd.stat.FloatValueTracker
Adds the specified value to the set of information collected so far for this stat tracker.
addValue(int) - Method in class com.slamd.stat.IntegerValueTracker
Adds the specified value to the set of information collected so far for this stat tracker.
addValue(long) - Method in class com.slamd.stat.LongValueTracker
Adds the specified value to the set of information collected so far for this stat tracker.
addValue(String) - Method in class com.slamd.tools.ldifstructure.LDIFAttribute
Adds the provided value to this attribute.
addValue(String) - Method in class com.slamd.tools.makeldif.ValueList
Adds the specified value to the value list.
addValue(String, int) - Method in class com.slamd.tools.makeldif.ValueList
Adds the specified value to the value list with the indicated weight.
ADMIN_LIMIT_EXCEEDED - Static variable in class com.slamd.tools.ldapdecoder.protocol.LDAPResultCode
The result code that indicates that an administrative limit was exceeded.
AdminAccess - Class in com.slamd.admin
This class provides a set of methods for providing access control for the administrative user interface.
AdminAccess() - Constructor for class com.slamd.admin.AdminAccess
 
AdminConfig - Class in com.slamd.admin
This class provides a set of methods for providing the interface to the SLAMD server configuration.
AdminDebug - Class in com.slamd.admin
This class provides a set of methods for providing debug access to the administrative interface.
AdminDebug() - Constructor for class com.slamd.admin.AdminDebug
 
AdminJob - Class in com.slamd.admin
This class provides a set of methods for providing logic for managing jobs.
AdminJob() - Constructor for class com.slamd.admin.AdminJob
 
AdminJobGroup - Class in com.slamd.admin
This class provides a set of methods for providing logic for managing job groups.
AdminJobGroup() - Constructor for class com.slamd.admin.AdminJobGroup
 
AdminServlet - Class in com.slamd.admin
This class serves as the single point of entry for the Web-based SLAMD administration interface.
AdminServlet() - Constructor for class com.slamd.admin.AdminServlet
 
adminServlet - Static variable in class com.slamd.admin.AdminServlet
The reference to this admin servlet.
AdminUI - Class in com.slamd.admin
This class provides a set of methods for providing the core administrative user interface.
AdminUI() - Constructor for class com.slamd.admin.AdminUI
 
AFFECTS_MULTIPLE_DSAS - Static variable in class com.slamd.tools.ldapdecoder.protocol.LDAPResultCode
The result code that indicates that the operation could not be completed because it affects multiple DSAs.
aggregate(StatTracker[]) - Method in class com.slamd.stat.AccumulatingTracker
Aggregates the information collected by the provided set of stat trackers into a single tracker that represents the information gathered from the entire set of data.
aggregate(StatTracker[]) - Method in class com.slamd.stat.CategoricalTracker
Aggregates the information collected by the provided set of stat trackers into a single tracker that represents the information gathered from the entire set of data.
aggregate(StatTracker[]) - Method in class com.slamd.stat.FloatValueTracker
Aggregates the information collected by the provided set of stat trackers into a single tracker that represents the information gathered from the entire set of data.
aggregate(StatTracker[]) - Method in class com.slamd.stat.IncrementalTracker
Aggregates the information collected by the provided set of stat trackers into a single tracker that represents the information gathered from the entire set of data.
aggregate(StatTracker[]) - Method in class com.slamd.stat.IntegerValueTracker
Aggregates the information collected by the provided set of stat trackers into a single tracker that represents the information gathered from the entire set of data.
aggregate(StatTracker[]) - Method in class com.slamd.stat.LongValueTracker
Aggregates the information collected by the provided set of stat trackers into a single tracker that represents the information gathered from the entire set of data.
aggregate(StatTracker[]) - Method in class com.slamd.stat.PeriodicEventTracker
Aggregates the information collected by the provided set of stat trackers into a single tracker that represents the information gathered from the entire set of data.
aggregate(StatTracker[]) - Method in class com.slamd.stat.StackedValueTracker
Aggregates the information collected by the provided set of stat trackers into a single tracker that represents the information gathered from the entire set of data.
aggregate(StatTracker[]) - Method in interface com.slamd.stat.StatTracker
Aggregates the information collected by the provided set of stat trackers into a single tracker that represents the information gathered from the entire set of data.
aggregate(StatTracker[]) - Method in class com.slamd.stat.TimeTracker
Aggregates the information collected by the provided set of stat trackers into a single tracker that represents the information gathered from the entire set of data.
aggregate(LDIFAttributeInfo) - Method in class com.slamd.tools.ldifstructure.LDIFAttributeInfo
Aggregates the information in the provided attribute info structure with this version.
aggregateThreadData() - Method in class com.slamd.client.Client
Indicates whether the client should aggregate the data collected from all the threads before sending the results to the SLAMD server.
aggregateThreadData(boolean) - Method in class com.slamd.client.Client
Specifies whether the client should aggregate the data collected from all the threads before sending the results to the SLAMD server.
ALIAS_DEREFERENCING_PROBLEM - Static variable in class com.slamd.tools.ldapdecoder.protocol.LDAPResultCode
The result code that indicates a problem occurred while attempting to dereference an alias.
ALIAS_PROBLEM - Static variable in class com.slamd.tools.ldapdecoder.protocol.LDAPResultCode
The result code that indicates there was a problem with an alias.
ALPHA_CHARS - Static variable in class com.slamd.jobs.TemplateBasedEntryGenerator
The set of characters that should be included in alphabetic values.
ALPHA_CHARS - Static variable in class com.slamd.scripting.ldap.LDAPEntryGenerator
The set of characters that should be included in alphabetic values.
ALPHA_CHARS - Static variable in class com.slamd.tools.makeldif.MakeLDIF
The set of characters that should be included in alphabetic values.
ALPHABET - Static variable in class com.slamd.dslogplay.LogPlaybackJobClass
The set of characters to include in randomly-generated values.
ALPHABET - Static variable in class com.slamd.jobs.MultiSearchLDAPLoadJobClass
The set of characters that will make up randomly-generated strings.
ALPHABET - Static variable in class com.slamd.jobs.SiteMinderJobClass
The set of characters that will be used to generate random values for the modifications.
ALPHABET - Static variable in class com.slamd.jobs.SMTPSendRateJobClass
The set of characters that will be used when forming random "words".
ALPHABET - Static variable in class com.slamd.jobs.SQLModRateJobClass
The characters that are available for use in the randomly-generated values.
ALPHABET - Static variable in class com.slamd.jobs.WeightedSiteMinderJobClass
The set of characters that will be used to generate random values for the modifications.
ALPHABET - Static variable in class com.slamd.scripting.general.ScriptVariable
The set of characters that will be used to generate random string values.
ALPHABET_CHARS - Static variable in class com.slamd.common.Constants
A character array containing all the alphabetic characters.
ALPHANUMERIC_CHARS - Static variable in class com.slamd.common.Constants
A character array containing all the alphabetic and numeric characters.
ALPHANUMERIC_CHARS - Static variable in class com.slamd.jobs.TemplateBasedEntryGenerator
The set of characters that should be included in alphanumeric values.
ALPHANUMERIC_CHARS - Static variable in class com.slamd.scripting.ldap.LDAPEntryGenerator
The set of characters that should be included in alphanumeric values.
ALPHANUMERIC_CHARS - Static variable in class com.slamd.tools.makeldif.MakeLDIF
The set of characters that should be included in alphanumeric values.
AlreadyRunningException - Exception in com.slamd.job
This class defines an exception that may be thrown if an attempt is made to start a job thread that is already running.
AlreadyRunningException(String) - Constructor for exception com.slamd.job.AlreadyRunningException
Creates a new exception that may be thrown if an attempt is made to start a job thread that is already running.
AlreadyRunningException(String, Throwable) - Constructor for exception com.slamd.job.AlreadyRunningException
Creates a new exception that may be thrown if an attempt is made to start a job thread that is already running.
alwaysRandom() - Method in class com.slamd.jobs.JSSERandomClientCertSocketFactory
Indicates whether the client certificate selection will be always taken at random, or if the selection should only be random the first time a certificate is needed or after the chooseNewClientCert method is called.
AND_1_METHOD_NUMBER - Static variable in class com.slamd.scripting.general.BooleanVariable
The method number for the first "and" method.
AND_1_METHOD_NUMBER - Static variable in class com.slamd.scripting.general.IntegerVariable
The method number for the first "and" method.
AND_2_METHOD_NUMBER - Static variable in class com.slamd.scripting.general.BooleanVariable
The method number for the second "and" method.
AND_2_METHOD_NUMBER - Static variable in class com.slamd.scripting.general.IntegerVariable
The method number for the second "and" method.
AND_FILTER_TYPE - Static variable in class com.slamd.tools.ldapdecoder.protocol.SearchFilter
The ASN.1 type for AND filters.
AND_METHOD_NAME - Static variable in class com.slamd.scripting.general.BooleanVariable
The name of the method that will be used to perform a logical AND between this and one or more other Boolean values.
AND_METHOD_NAME - Static variable in class com.slamd.scripting.general.IntegerVariable
The name of the method that will be used to perform bitwise AND operations.
APPEND_METHOD_NAME - Static variable in class com.slamd.scripting.general.StringVariable
The name of the method that will be used to append strings together.
APPEND_METHOD_NUMBER - Static variable in class com.slamd.scripting.general.StringVariable
The method number for the "append" method.
appliesToRequest(URL, long) - Method in class com.slamd.http.HTTPCookie
Indicates whether this cookie applies to the provided request.
appliesToUser(SLAMDUser) - Method in class com.slamd.db.SLAMDPermission
Indicates whether this permission is granted for the provided user.
APPROXIMATE_FILTER_TYPE - Static variable in class com.slamd.tools.ldapdecoder.protocol.SearchFilter
The ASN.1 type for approximate filters.
ARE_WE_COLLECTING_NOW_METHOD_NAME - Static variable in class com.slamd.scripting.tftp.TFTPClientVariable
The name of the method that is used to check whether the object is currently collection statistical information.
ARE_WE_COLLECTING_NOW_METHOD_NUMBER - Static variable in class com.slamd.scripting.tftp.TFTPClientVariable
the number of the areWeCollectingNow method.
areWeCollectingNow() - Method in class com.slamd.tftp.TFTPClient
Returns whether object is currently collecting statistics.
Argument - Interface in com.slamd.scripting.engine
This interface defines a set of methods that are required to be implemented by any script element that may be a parameter to a script method.
ARRAY_SIZE_INCREMENT - Static variable in class com.slamd.stat.PeriodicEventTracker
The initial size that will be used for the value arrays for this stat tracker, as well as the size increment that will be used when the arrays get full.
ASN1_BOOLEAN_TYPE - Static variable in class com.slamd.asn1.ASN1Element
The standard ASN.1 type for boolean values.
ASN1_ENUMERATED_TYPE - Static variable in class com.slamd.asn1.ASN1Element
The standard ASN.1 type for enumerated values.
ASN1_INTEGER_TYPE - Static variable in class com.slamd.asn1.ASN1Element
The standard ASN.1 type for integer values.
ASN1_NULL_TYPE - Static variable in class com.slamd.asn1.ASN1Element
The standard ASN.1 type for null values.
ASN1_OCTET_STRING_TYPE - Static variable in class com.slamd.asn1.ASN1Element
The standard ASN.1 type for octet string values.
ASN1_SEQUENCE_TYPE - Static variable in class com.slamd.asn1.ASN1Element
The standard ASN.1 type for sequence values.
ASN1_SET_TYPE - Static variable in class com.slamd.asn1.ASN1Element
The standard ASN.1 type for set values.
ASN1_TYPE_CLASS_TRANSFER_REQUEST - Static variable in class com.slamd.message.Message
The ASN.1 type for a file transfer request message.
ASN1_TYPE_CLASS_TRANSFER_RESPONSE - Static variable in class com.slamd.message.Message
The ASN.1 type for a file transfer response message.
ASN1_TYPE_CLIENT_HELLO - Static variable in class com.slamd.message.Message
The ASN.1 type for a client hello message.
ASN1_TYPE_CLIENT_MANAGER_HELLO - Static variable in class com.slamd.message.Message
The ASN.1 type for a client manager hello message.
ASN1_TYPE_HELLO_RESPONSE - Static variable in class com.slamd.message.Message
The ASN.1 type for a hello response message.
ASN1_TYPE_JOB_COMPLETED - Static variable in class com.slamd.message.Message
The ASN.1 type for a job completed message.
ASN1_TYPE_JOB_CONTROL_REQUEST - Static variable in class com.slamd.message.Message
The ASN.1 type for a job control request message.
ASN1_TYPE_JOB_CONTROL_RESPONSE - Static variable in class com.slamd.message.Message
The ASN.1 type for a job control response message.
ASN1_TYPE_JOB_REQUEST - Static variable in class com.slamd.message.Message
The ASN.1 type for a job request messages.
ASN1_TYPE_JOB_RESPONSE - Static variable in class com.slamd.message.Message
The ASN.1 type for a job response message.
ASN1_TYPE_KEEPALIVE - Static variable in class com.slamd.message.Message
The ASN.1 type for a keepalive message.
ASN1_TYPE_REGISTER_STAT - Static variable in class com.slamd.message.Message
The ASN.1 type for a register stat message.
ASN1_TYPE_REPORT_STAT - Static variable in class com.slamd.message.Message
The ASN.1 type for a report stat message.
ASN1_TYPE_SERVER_HELLO - Static variable in class com.slamd.message.Message
The ASN.1 type for a server hello message.
ASN1_TYPE_SERVER_SHUTDOWN - Static variable in class com.slamd.message.Message
The ASN.1 type for a server shutdown message.
ASN1_TYPE_START_CLIENT_REQUEST - Static variable in class com.slamd.message.Message
The ASN.1 type for a start client request.
ASN1_TYPE_START_CLIENT_RESPONSE - Static variable in class com.slamd.message.Message
The ASN.1 type for a start client response.
ASN1_TYPE_STATUS_REQUEST - Static variable in class com.slamd.message.Message
The ASN.1 type for a status request message.
ASN1_TYPE_STATUS_RESPONSE - Static variable in class com.slamd.message.Message
The ASN.1 type for a status response message.
ASN1_TYPE_STOP_CLIENT_REQUEST - Static variable in class com.slamd.message.Message
The ASN.1 type for a stop client request.
ASN1_TYPE_STOP_CLIENT_RESPONSE - Static variable in class com.slamd.message.Message
The ASN.1 type for a stop client response.
ASN1Boolean - Class in com.slamd.asn1
This class defines an ASN.1 element that can hold a Boolean value (for storing values of either true or false).
ASN1Boolean(boolean) - Constructor for class com.slamd.asn1.ASN1Boolean
Creates a new ASN.1 Boolean element with the specified value.
ASN1Boolean(byte, boolean) - Constructor for class com.slamd.asn1.ASN1Boolean
Creates a new ASN.1 Boolean element with the specified type and value.
ASN1Element - Class in com.slamd.asn1
This class defines a generic ASN.1 element and a set of core methods for dealing with them.
ASN1Element(byte) - Constructor for class com.slamd.asn1.ASN1Element
Creates a new ASN.1 element with the specified type and no value.
ASN1Element(byte, byte[]) - Constructor for class com.slamd.asn1.ASN1Element
Creates a new ASN.1 element with the specified type and value.
ASN1Element(byte, byte[], byte[]) - Constructor for class com.slamd.asn1.ASN1Element
Creates a new ASN.1 element with the specified information.
ASN1Enumerated - Class in com.slamd.asn1
This class defines an ASN.1 element that can hold an enumerated value.
ASN1Enumerated(int) - Constructor for class com.slamd.asn1.ASN1Enumerated
Creates a new ASN.1 enumerated element with the specified value.
ASN1Enumerated(byte, int) - Constructor for class com.slamd.asn1.ASN1Enumerated
Creates a new ASN.1 enumerated element with the specified type and value.
ASN1Exception - Exception in com.slamd.asn1
This class defines an exception that may be thrown if there is a problem working with an ASN.1 element.
ASN1Exception(String) - Constructor for exception com.slamd.asn1.ASN1Exception
Creates a new ASN.1 exception with the specified message.
ASN1Exception(String, Throwable) - Constructor for exception com.slamd.asn1.ASN1Exception
Creates a new ASN.1 exception with the specified message and parent exception.
ASN1Integer - Class in com.slamd.asn1
This class defines an ASN.1 element that can hold an integer value.
ASN1Integer(int) - Constructor for class com.slamd.asn1.ASN1Integer
Creates a new ASN.1 integer element with the specified value.
ASN1Integer(byte, int) - Constructor for class com.slamd.asn1.ASN1Integer
Creates a new ASN.1 integer element with the specified type and value.
ASN1Null - Class in com.slamd.asn1
This class defines an ASN.1 element that does not hold any value.
ASN1Null() - Constructor for class com.slamd.asn1.ASN1Null
Creates a new ASN.1 null element.
ASN1Null(byte) - Constructor for class com.slamd.asn1.ASN1Null
Creates a new ASN.1 null element with the specified type.
ASN1OctetString - Class in com.slamd.asn1
This class defines an ASN.1 element that can hold an octet string value.
ASN1OctetString() - Constructor for class com.slamd.asn1.ASN1OctetString
Creates a new ASN.1 octet string with no value.
ASN1OctetString(byte) - Constructor for class com.slamd.asn1.ASN1OctetString
Creates a new ASN.1 octet string with the specified type and no value.
ASN1OctetString(String) - Constructor for class com.slamd.asn1.ASN1OctetString
Creates a new ASN.1 octet string with the specified value.
ASN1OctetString(byte[]) - Constructor for class com.slamd.asn1.ASN1OctetString
Creates a new ASN.1 octet string with the specified value.
ASN1OctetString(byte, String) - Constructor for class com.slamd.asn1.ASN1OctetString
Creates a new ASN.1 octet string with the specified type and value.
ASN1OctetString(byte, byte[]) - Constructor for class com.slamd.asn1.ASN1OctetString
Creates a new ASN.1 octet string with the specified type and value.
ASN1Reader - Class in com.slamd.asn1
This class provides a mechanism for reading ASN.1 elements from an input stream.
ASN1Reader(InputStream) - Constructor for class com.slamd.asn1.ASN1Reader
Creates a new ASN.1 reader to read elements from the specified input stream.
ASN1Reader(Socket) - Constructor for class com.slamd.asn1.ASN1Reader
Creates a new ASN.1 reader to read elements from the input stream of the provided socket.
ASN1Sequence - Class in com.slamd.asn1
This class defines an ASN.1 element that serves as a sequence, whose value is an ordered set of other ASN.1 elements.
ASN1Sequence() - Constructor for class com.slamd.asn1.ASN1Sequence
Creates a new ASN.1 sequence with no elements encoded in the value.
ASN1Sequence(byte) - Constructor for class com.slamd.asn1.ASN1Sequence
Creates a new ASN.1 sequence with the specified type and no elements encoded in the value.
ASN1Sequence(ASN1Element[]) - Constructor for class com.slamd.asn1.ASN1Sequence
Creates a new ASN.1 sequence to hold the specified set of ASN.1 elements.
ASN1Sequence(byte, ASN1Element[]) - Constructor for class com.slamd.asn1.ASN1Sequence
Creates a new ASN.1 sequence with the given type to hold the specified set of ASN.1 elements.
ASN1Sequence(ArrayList<ASN1Element>) - Constructor for class com.slamd.asn1.ASN1Sequence
Creates a new ASN.1 sequence to hold the specified set of ASN.1 elements.
ASN1Sequence(byte, ArrayList<ASN1Element>) - Constructor for class com.slamd.asn1.ASN1Sequence
Creates a new ASN.1 sequence with the given type to hold the specified set of ASN.1 elements.
ASN1Set - Class in com.slamd.asn1
This class defines an ASN.1 element that serves as a set, whose value is an unordered set of other ASN.1 elements.
ASN1Set() - Constructor for class com.slamd.asn1.ASN1Set
Creates a new ASN.1 set with no elements encoded in the value.
ASN1Set(byte) - Constructor for class com.slamd.asn1.ASN1Set
Creates a new ASN.1 set with the specified type and no elements encoded in the value.
ASN1Set(ASN1Element[]) - Constructor for class com.slamd.asn1.ASN1Set
Creates a new ASN.1 set to hold the specified set of ASN.1 elements.
ASN1Set(byte, ASN1Element[]) - Constructor for class com.slamd.asn1.ASN1Set
Creates a new ASN.1 set with the given type to hold the specified set of ASN.1 elements.
ASN1Set(ArrayList<ASN1Element>) - Constructor for class com.slamd.asn1.ASN1Set
Creates a new ASN.1 sequence to hold the specified set of ASN.1 elements.
ASN1Set(byte, ArrayList<ASN1Element>) - Constructor for class com.slamd.asn1.ASN1Set
Creates a new ASN.1 sequence with the given type to hold the specified set of ASN.1 elements.
ASN1Writer - Class in com.slamd.asn1
This class provides a mechanism for sending ASN.1 elements over an output stream.
ASN1Writer(OutputStream) - Constructor for class com.slamd.asn1.ASN1Writer
Creates a new ASN.1 writer configured to use the specified output stream.
ASN1Writer(Socket) - Constructor for class com.slamd.asn1.ASN1Writer
Creates a new ASN.1 writer configured to use the specified socket.
assign(Argument) - Method in class com.slamd.scripting.engine.Variable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.slamd.scripting.general.BooleanVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.slamd.scripting.general.CategoricalTrackerVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.slamd.scripting.general.FileURLVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.slamd.scripting.general.IncrementalTrackerVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.slamd.scripting.general.IntegerValueTrackerVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.slamd.scripting.general.IntegerVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.slamd.scripting.general.RateLimiterVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.slamd.scripting.general.ScriptVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.slamd.scripting.general.StringArrayVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.slamd.scripting.general.StringVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.slamd.scripting.general.TimeTrackerVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.slamd.scripting.general.ValuePatternVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.slamd.scripting.http.HTMLDocumentVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.slamd.scripting.http.HTTPClientVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.slamd.scripting.http.HTTPRequestVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.slamd.scripting.http.HTTPResponseVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.slamd.scripting.jdbc.JDBCConnectionVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.slamd.scripting.jdbc.JDBCPreparedStatementVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.slamd.scripting.jdbc.JDBCResultSetVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.slamd.scripting.ldap.LDAPAttributeVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.slamd.scripting.ldap.LDAPConnectionVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.slamd.scripting.ldap.LDAPEntryVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.slamd.scripting.ldap.LDAPModificationSetVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.slamd.scripting.ldap.LDAPModificationVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.slamd.scripting.ldap.LDAPUtilsVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.slamd.scripting.mail.IMAPConnectionVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.slamd.scripting.mail.MailMessageVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.slamd.scripting.mail.POPConnectionVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.slamd.scripting.mail.SMTPConnectionVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.slamd.scripting.tftp.TFTPClientVariable
Assigns the value of the provided argument to this variable.
ASSIGN_1_METHOD_NUMBER - Static variable in class com.slamd.scripting.general.BooleanVariable
The method number for the first "assign" method.
ASSIGN_1_METHOD_NUMBER - Static variable in class com.slamd.scripting.general.IntegerVariable
The method number for the first "assign" method.
ASSIGN_1_METHOD_NUMBER - Static variable in class com.slamd.scripting.general.StringVariable
The method number for the first "assign" method.
ASSIGN_1_METHOD_NUMBER - Static variable in class com.slamd.scripting.general.ValuePatternVariable
The method number for the first "assign" method.
ASSIGN_1_METHOD_NUMBER - Static variable in class com.slamd.scripting.http.HTTPRequestVariable
The method number for the first "assign" method.
ASSIGN_1_METHOD_NUMBER - Static variable in class com.slamd.scripting.ldap.LDAPAttributeVariable
The method number for the first "assign" method.
ASSIGN_1_METHOD_NUMBER - Static variable in class com.slamd.scripting.ldap.LDAPEntryVariable
The method number for the first "assign" method.
ASSIGN_1_METHOD_NUMBER - Static variable in class com.slamd.scripting.ldap.LDAPModificationVariable
The method number for the first "assign" method.
ASSIGN_2_METHOD_NUMBER - Static variable in class com.slamd.scripting.general.BooleanVariable
The method number for the second "assign" method.
ASSIGN_2_METHOD_NUMBER - Static variable in class com.slamd.scripting.general.IntegerVariable
The method number for the second "assign" method.
ASSIGN_2_METHOD_NUMBER - Static variable in class com.slamd.scripting.general.StringVariable
The method number for the second "assign" method.
ASSIGN_2_METHOD_NUMBER - Static variable in class com.slamd.scripting.general.ValuePatternVariable
The method number for the second "assign" method.
ASSIGN_2_METHOD_NUMBER - Static variable in class com.slamd.scripting.http.HTTPRequestVariable
The method number for the second "assign" method.
ASSIGN_2_METHOD_NUMBER - Static variable in class com.slamd.scripting.ldap.LDAPAttributeVariable
The method number for the second "assign" method.
ASSIGN_2_METHOD_NUMBER - Static variable in class com.slamd.scripting.ldap.LDAPEntryVariable
The method number for the second "assign" method.
ASSIGN_2_METHOD_NUMBER - Static variable in class com.slamd.scripting.ldap.LDAPModificationVariable
The method number for the second "assign" method.
ASSIGN_3_METHOD_NUMBER - Static variable in class com.slamd.scripting.ldap.LDAPAttributeVariable
The method number for the third "assign" method.
ASSIGN_3_METHOD_NUMBER - Static variable in class com.slamd.scripting.ldap.LDAPModificationVariable
The method number for the third "assign" method.
ASSIGN_4_METHOD_NUMBER - Static variable in class com.slamd.scripting.ldap.LDAPAttributeVariable
The method number for the fourth "assign" method.
ASSIGN_METHOD_NAME - Static variable in class com.slamd.scripting.general.BooleanVariable
The name of the method that will be used to assign a value to this Boolean variable.
ASSIGN_METHOD_NAME - Static variable in class com.slamd.scripting.general.FileURLVariable
The name of the method that will be used to specify the URL from which to read the information.
ASSIGN_METHOD_NAME - Static variable in class com.slamd.scripting.general.IntegerVariable
The name of the method that will be used to specify the value of this integer variable.
ASSIGN_METHOD_NAME - Static variable in class com.slamd.scripting.general.StringArrayVariable
The name of the method that will be used to initialize this array.
ASSIGN_METHOD_NAME - Static variable in class com.slamd.scripting.general.StringVariable
The name of the method that will be used to assign a value to the variable.
ASSIGN_METHOD_NAME - Static variable in class com.slamd.scripting.general.ValuePatternVariable
The name of the method that will be used to specify the pattern to use to construct the values.
ASSIGN_METHOD_NAME - Static variable in class com.slamd.scripting.http.HTMLDocumentVariable
The name of the method used to initialize an HTML document.
ASSIGN_METHOD_NAME - Static variable in class com.slamd.scripting.http.HTTPRequestVariable
The name of the method that can be used to initialize this request.
ASSIGN_METHOD_NAME - Static variable in class com.slamd.scripting.ldap.LDAPAttributeVariable
The name of the method that will be used to initialize this LDAP attribute.
ASSIGN_METHOD_NAME - Static variable in class com.slamd.scripting.ldap.LDAPEntryVariable
The name of the method that will be used to initialize this entry.
ASSIGN_METHOD_NAME - Static variable in class com.slamd.scripting.ldap.LDAPModificationVariable
The name of the method that will be used to initialize this LDAP modification.
ASSIGN_METHOD_NAME - Static variable in class com.slamd.scripting.mail.MailMessageVariable
The name of the method that can be used to assign a value to this message.
ASSIGN_METHOD_NUMBER - Static variable in class com.slamd.scripting.general.FileURLVariable
The method number for the "assign" method.
ASSIGN_METHOD_NUMBER - Static variable in class com.slamd.scripting.general.StringArrayVariable
The method number for the "assign" method.
ASSIGN_METHOD_NUMBER - Static variable in class com.slamd.scripting.http.HTMLDocumentVariable
The method number for the "assign" method.
ASSIGN_METHOD_NUMBER - Static variable in class com.slamd.scripting.mail.MailMessageVariable
The method number for the "assign" method.
AssignmentInstruction - Class in com.slamd.scripting.engine
This class defines an instruction that will assign the value of an argument to a variable.
AssignmentInstruction(int, Variable, Argument) - Constructor for class com.slamd.scripting.engine.AssignmentInstruction
Creates a new assignment instruction with the specified variable and argument.
ATTR_BACKEND_MONITOR_DN - Static variable in class com.slamd.resourcemonitor.SunONEDirectoryServerResourceMonitor
The name of the LDAP attribute that specifies the DNs of the entries serving as monitors for the backend databases.
ATTR_CURRENT_CONNECTIONS - Static variable in class com.slamd.resourcemonitor.SunONEDirectoryServerResourceMonitor
The name of the LDAP attribute that specifies the total number of connections currently established to the server.
ATTR_CURRENT_EC_ENTRIES - Static variable in class com.slamd.resourcemonitor.SunONEDirectoryServerResourceMonitor
The name of the LDAP attribute that specifies the total number of entries currently in the entry cache.
ATTR_CURRENT_EC_SIZE - Static variable in class com.slamd.resourcemonitor.SunONEDirectoryServerResourceMonitor
The name of the LDAP attribute that specifies the current size of the entry cache in bytes.
ATTR_DB_ENTRY_COUNT - Static variable in class com.slamd.resourcemonitor.SunONEDirectoryServerResourceMonitor
The name of the LDAP attribute that specifies the total number of keys in the backend database.
ATTR_EC_HIT_RATIO - Static variable in class com.slamd.resourcemonitor.SunONEDirectoryServerResourceMonitor
The name of the LDAP attribute that specifies the entry cache hit ratio.
ATTR_LDAP_ENTRY_COUNT - Static variable in class com.slamd.resourcemonitor.SunONEDirectoryServerResourceMonitor
The name of the LDAP attribute that specifies the number of entries in the backend database.
ATTR_MAX_EC_SIZE - Static variable in class com.slamd.resourcemonitor.SunONEDirectoryServerResourceMonitor
The name of the LDAP attribute that specifies the maximum entry cache size in bytes.
ATTR_OPS_COMPLETED - Static variable in class com.slamd.resourcemonitor.SunONEDirectoryServerResourceMonitor
The name of the LDAP attribute that specifies the total number of operations that have been processed by the server.
ATTR_OPS_INITIATED - Static variable in class com.slamd.resourcemonitor.SunONEDirectoryServerResourceMonitor
The name of the LDAP attribute that specifies the total number of operations that have been requested of the server.
attrComponents - Variable in class com.slamd.tools.makeldif.Template
 
ATTRIBUTE_DATE_FORMAT - Static variable in class com.slamd.common.Constants
The format string that will be used when writing date information into an LDAP attribute.
ATTRIBUTE_OR_VALUE_EXISTS - Static variable in class com.slamd.tools.ldapdecoder.protocol.LDAPResultCode
The result code that indicates an attempt was made to add an attribute or value that already exists in the entry.
AttributeList - Class in com.slamd.tools.makeldif
This class defines an attribute list that holds attribute names and values, as well as the separators between them in LDIF output (can be either ": " or ":: " depending on whether the value is base64-encoded or not).
AttributeList() - Constructor for class com.slamd.tools.makeldif.AttributeList
Creates a new attribute list with no attribute information.
AttributeValueList - Class in com.slamd.scripting.ldap
This class defines a list of explicit values that an attribute may have.
AttributeValueList() - Constructor for class com.slamd.scripting.ldap.AttributeValueList
Creates a new value list with no values.
AUTH_CRAM_MD5_METHOD_NAME - Static variable in class com.slamd.scripting.mail.SMTPConnectionVariable
The name of the method that can be used to authenticate to the server using CRAM-MD5.
AUTH_CRAM_MD5_METHOD_NUMBER - Static variable in class com.slamd.scripting.mail.SMTPConnectionVariable
The method number for the "authCRAMMD5" method.
AUTH_HEADER_PREFIX - Static variable in class com.slamd.http.HTTPClient
The prefix that will be used for the HTTP header that sends authentication information to the remote Web server.
AUTH_LOGIN_METHOD_NAME - Static variable in class com.slamd.scripting.mail.SMTPConnectionVariable
The name of the method that can be used to authenticate to the server using AUTH LOGIN.
AUTH_LOGIN_METHOD_NUMBER - Static variable in class com.slamd.scripting.mail.SMTPConnectionVariable
The method number for the "authLogin" method.
AUTH_METHOD_DIGEST_MD5 - Static variable in class com.slamd.jobs.SolarisLDAPAuthRateJobClass
The flag indicating that the authentication method should be "DIGEST-MD5".
AUTH_METHOD_NOT_SUPPORTED - Static variable in class com.slamd.tools.ldapdecoder.protocol.LDAPResultCode
The result code that indicates that the requested authentication method is not supported.
AUTH_METHOD_SIMPLE - Static variable in class com.slamd.jobs.SolarisLDAPAuthRateJobClass
The flag indicating that the authentication method should be "simple".
AUTH_METHOD_STRINGS - Static variable in class com.slamd.jobs.SolarisLDAPAuthRateJobClass
The human-readable strings corresponding to the authentication method constants.
AUTH_METHOD_TLS_DIGEST_MD5 - Static variable in class com.slamd.jobs.SolarisLDAPAuthRateJobClass
The flag indicating that the authentication method should be "DIGEST-MD5" over an SSL connection.
AUTH_METHOD_TLS_SIMPLE - Static variable in class com.slamd.jobs.SolarisLDAPAuthRateJobClass
The flag indicating that the authentication method should be "simple" over an SSL connection.
AUTH_PLAIN_METHOD_NAME - Static variable in class com.slamd.scripting.mail.SMTPConnectionVariable
The name of the method that can be used to authenticate to the server using AUTH PLAIN.
AUTH_PLAIN_METHOD_NUMBER - Static variable in class com.slamd.scripting.mail.SMTPConnectionVariable
The method number for the "authPlain" method.
AUTH_TYPE_NONE - Static variable in class com.slamd.common.Constants
The authentication type that indicates no authentication will be performed.
AUTH_TYPE_SASL - Static variable in class com.slamd.tools.ldapdecoder.protocol.BindRequest
The authentication type that indicates that SASL authentication is to be performed.
AUTH_TYPE_SIMPLE - Static variable in class com.slamd.common.Constants
The authentication type that indicates simple authentication will be performed (i.e., password-based).
AUTH_TYPE_SIMPLE - Static variable in class com.slamd.tools.ldapdecoder.protocol.BindRequest
The authentication type that indicates that simple authentication is to be performed.
authenticate(String, String) - Method in class com.slamd.realm.LDAPRealm
Retrieves the Principal associated with the specified username and credentials.
AUTHENTICATE_METHOD_NAME - Static variable in class com.slamd.scripting.mail.IMAPConnectionVariable
The name of the method that performs an IMAP authentication.
AUTHENTICATE_METHOD_NAME - Static variable in class com.slamd.scripting.mail.POPConnectionVariable
The name of the method that performs a POP3 authentication.
AUTHENTICATE_METHOD_NUMBER - Static variable in class com.slamd.scripting.mail.IMAPConnectionVariable
The method number for the "authenticate" method.
AUTHENTICATE_METHOD_NUMBER - Static variable in class com.slamd.scripting.mail.POPConnectionVariable
The method number for the "authenticate" method.
authenticateClient(String, String, StringBuilder) - Method in class com.slamd.admin.AccessManager
Attempts to authenticate the client based on the provided information.
authenticationEnabled() - Method in class com.slamd.http.HTTPClient
Indicates whether the client will attempt to provide authentication information to the remote HTTP server.
AUTHORIZATION_ID_REQUEST_OID - Static variable in class com.slamd.tools.ldapdecoder.protocol.AuthorizationIDRequestControl
The OID of the authorization identity request control.
AUTHORIZATION_ID_RESPONSE_OID - Static variable in class com.slamd.tools.ldapdecoder.protocol.AuthorizationIDResponseControl
The OID of the authorization identity response control.
AuthorizationIDRequestControl - Class in com.slamd.tools.ldapdecoder.protocol
This class defines the LDAP authorization identity request control, which may be included in a bind request to ask that the server include the authorization ID in the bind response.
AuthorizationIDRequestControl(boolean) - Constructor for class com.slamd.tools.ldapdecoder.protocol.AuthorizationIDRequestControl
Creates a new authorization ID request control.
AuthorizationIDResponseControl - Class in com.slamd.tools.ldapdecoder.protocol
This class defines the LDAP authorization identity response control, which may be included in a bind response to indicate the authorization ID for the bind.
AuthorizationIDResponseControl(boolean, String) - Constructor for class com.slamd.tools.ldapdecoder.protocol.AuthorizationIDResponseControl
Creates a new authorization ID response control with the provided information.
AuthorizationIDResponseControl(boolean, ASN1OctetString) - Constructor for class com.slamd.tools.ldapdecoder.protocol.AuthorizationIDResponseControl
Creates a new authorization ID response control by decoding the provided value.
AUTO_INCLUDED_VARIABLE_TYPES - Static variable in class com.slamd.scripting.engine.ScriptParser
The set of variable types that will be automatically included and available to scripts without the need for an explicit "use" definition.
available() - Method in class com.slamd.asn1.ASN1Reader
Retrieves the number of bytes that can be read without blocking.
availableWithJobClass(JobClass) - Method in class com.slamd.job.OptimizationAlgorithm
Indicates whether this optimization algorithm may be used when running the specified type of job.
availableWithJobClass(JobClass) - Method in class com.slamd.job.SingleStatisticOptimizationAlgorithm
Indicates whether this optimization algorithm may be used when running the specified type of job.
availableWithJobClass(JobClass) - Method in class com.slamd.job.SingleStatisticWithConstraintOptimizationAlgorithm
Indicates whether this optimization algorithm may be used when running the specified type of job.
availableWithJobClass(JobClass) - Method in class com.slamd.job.SingleStatisticWithCPUUtilizationOptimizationAlgorithm
Indicates whether this optimization algorithm may be used when running the specified type of job.
availableWithJobClass(JobClass) - Method in class com.slamd.job.SingleStatisticWithReplicationLatencyOptimizationAlgorithm
Indicates whether this optimization algorithm may be used when running the specified type of job.

B

BASE64_CHARS - Static variable in class com.slamd.jobs.TemplateBasedEntryGenerator
The set of characters that should be included in base64 values.
BASE64_CHARS - Static variable in class com.slamd.scripting.ldap.LDAPEntryGenerator
The set of characters that should be included in base64 values.
BASE64_CHARS - Static variable in class com.slamd.tools.makeldif.MakeLDIF
The set of characters that should be included in base64 values.
BASE_JOB_ID_AT - Static variable in class com.slamd.common.Constants
The name of the LDAP attribute that will be used to hold the job ID of the base job associated with an optimizing job.
BIND_METHOD_NAME - Static variable in class com.slamd.scripting.ldap.LDAPConnectionVariable
The name of the method that performs an LDAP bind operation.
BIND_METHOD_NUMBER - Static variable in class com.slamd.scripting.ldap.LDAPConnectionVariable
The method number for the "bind" method.
BIND_REQUEST_TYPE - Static variable in class com.slamd.tools.ldapdecoder.protocol.ProtocolOp
The ASN.1 type for bind request protocol ops.
BIND_RESPONSE_TYPE - Static variable in class com.slamd.tools.ldapdecoder.protocol.ProtocolOp
The ASN.1 type for bind response protocol ops.
bindConnection - Variable in class com.slamd.dslogplay.LogPlaybackJobClass
 
bindDN - Static variable in class com.slamd.dslogplay.LogPlaybackJobClass
 
bindDN - Variable in class com.slamd.realm.LDAPRealm
The DN that will be used to bind to the user directory to find user accounts.
BindOperation - Class in com.slamd.dslogplay
This class defines an LDAP bind operation parsed from an access log and implements the necessary logic to parse the log file line and to replay the operation against a Directory Server.
BindOperation(String) - Constructor for class com.slamd.dslogplay.BindOperation
Creates a new bind operation with the provided information.
bindOperationPassword - Static variable in class com.slamd.dslogplay.LogPlaybackJobClass
 
bindPassword - Static variable in class com.slamd.dslogplay.LogPlaybackJobClass
 
bindPassword - Variable in class com.slamd.realm.LDAPRealm
The password for the bind DN.
BindRequest - Class in com.slamd.tools.ldapdecoder.protocol
This class defines an LDAP bind request, which is used to authenticate to a directory server.
BindRequest(int, String, String) - Constructor for class com.slamd.tools.ldapdecoder.protocol.BindRequest
Creates a new bind request using simple authentication with the provided information.
BindRequest(int, String, String, ASN1OctetString) - Constructor for class com.slamd.tools.ldapdecoder.protocol.BindRequest
Creates a new bind request using SASL authentication with the provided information.
BindResponse - Class in com.slamd.tools.ldapdecoder.protocol
This class defines an LDAP bind response, which provides the result of processing a bind request.
BindResponse(int, String, String) - Constructor for class com.slamd.tools.ldapdecoder.protocol.BindResponse
Creates a new bind response with the provided information.
BindResponse(int, String, String, String[]) - Constructor for class com.slamd.tools.ldapdecoder.protocol.BindResponse
Creates a new bind response with the provided information.
BindResponse(int, String, String, String[], ASN1OctetString) - Constructor for class com.slamd.tools.ldapdecoder.protocol.BindResponse
Creates a new bind response with the provided information.
bindsReplayed - Variable in class com.slamd.dslogplay.LogPlaybackJobClass
 
bindTimer - Variable in class com.slamd.dslogplay.LogPlaybackJobClass
 
BLIND_TRUST_METHOD_NAME - Static variable in class com.slamd.scripting.http.HTTPClientVariable
The name of the method that can be used to determine whether the client has been configured to blindly trust any SSL certificate.
BLIND_TRUST_METHOD_NUMBER - Static variable in class com.slamd.scripting.http.HTTPClientVariable
The method number for the "blindTrust" method.
blindTrust - Variable in class com.slamd.realm.LDAPRealm
The flag that indicates whether to blindly trust any SSL certificate presented by the directory server.
BLOCK_LENGTH - Static variable in class com.slamd.scripting.mail.CRAMMD5Handler
The block length in characters used in generating an HMAC-MD5 digest.
BOOLEAN_FALSE - Static variable in class com.slamd.asn1.ASN1Boolean
The value that will be used for Boolean values of false.
BOOLEAN_FALSE_ARRAY - Static variable in class com.slamd.asn1.ASN1Boolean
The byte array that will be used as the "false" value for Boolean elements.
BOOLEAN_FALSE_VALUE - Static variable in class com.slamd.scripting.general.BooleanLiteral
The token that will be used for a Boolean value of "false".
BOOLEAN_TRUE - Static variable in class com.slamd.asn1.ASN1Boolean
The value that will be used for Boolean values of true.
BOOLEAN_TRUE_ARRAY - Static variable in class com.slamd.asn1.ASN1Boolean
The byte array that will be used as the "true" value for Boolean elements.
BOOLEAN_TRUE_VALUE - Static variable in class com.slamd.scripting.general.BooleanLiteral
The token that will be used for a Boolean value of "true".
BOOLEAN_VARIABLE_METHODS - Static variable in class com.slamd.scripting.general.BooleanVariable
The set of methods associated with Boolean variables.
BOOLEAN_VARIABLE_TYPE - Static variable in class com.slamd.scripting.general.BooleanVariable
The name that will be used for the data type of Boolean variables.
BooleanLiteral - Class in com.slamd.scripting.general
This class defines a Boolean literal value, which is simply a Boolean value that occurs in a script file without being encapsulated in a variable.
BooleanLiteral(boolean) - Constructor for class com.slamd.scripting.general.BooleanLiteral
Creates a new Boolean literal with the specified value.
BooleanParameter - Class in com.slamd.parameter
This class defines a Boolean parameter that can have a value of either "true" or "false".
BooleanParameter() - Constructor for class com.slamd.parameter.BooleanParameter
Creates a new instance of the Parameter to be used when decoding values transported over the network, and should not be used by jobs to create parameters.
BooleanParameter(String, boolean) - Constructor for class com.slamd.parameter.BooleanParameter
Creates a new Boolean parameter with the specified name and boolean value.
BooleanParameter(String, String, boolean) - Constructor for class com.slamd.parameter.BooleanParameter
Creates a new Boolean parameter with the specified name, display name, and boolean value.
BooleanParameter(String, String, String, boolean) - Constructor for class com.slamd.parameter.BooleanParameter
Creates a new Boolean parameter with the specified name, display name, description, and boolean value.
BooleanVariable - Class in com.slamd.scripting.general
This class defines a Boolean variable that has a value of either "true" or "false".
BooleanVariable() - Constructor for class com.slamd.scripting.general.BooleanVariable
Creates a new variable with no name, to be used only when creating a variable with Class.newInstance(), and only when setName() is called after that to set the name.
BooleanVariable(boolean) - Constructor for class com.slamd.scripting.general.BooleanVariable
Creates a new Boolean variable with the provided value.
Branch - Class in com.slamd.tools.makeldif
This class defines a branch of the directory tree that should be included in the resulting LDIF file and may or may not have subordinate entries.
Branch(String) - Constructor for class com.slamd.tools.makeldif.Branch
Creates a new branch with no subordinate entries.
BREAK - Static variable in exception com.slamd.scripting.engine.BreakException
The singleton instance of this exception that should be thrown whenever a break is necessary.
BreakException - Exception in com.slamd.scripting.engine
This class defines a special kind of script exception that may be thrown if a break instruction is encountered inside a loop.
BreakInstruction - Class in com.slamd.scripting.engine
This class defines an instruction that will cause the scripting engine to immediately break out of a loop and resume execution at the first instruction after the loop.
BreakInstruction(int) - Constructor for class com.slamd.scripting.engine.BreakInstruction
Creates a new break instruction.
breakString(String) - Static method in class com.slamd.parameter.MultiLineTextParameter
Breaks up a single string containing line breaks into an array of strings separated into lines.
BSFJobClass - Class in com.slamd.scripting
This class implements a SLAMD job that executes a Script file to generate load.
BSFJobClass() - Constructor for class com.slamd.scripting.BSFJobClass
Creates a new instance of this job thread.
BUFFER_SIZE - Static variable in class com.slamd.asn1.ASN1Reader
The size of the buffer that will be used for reading in data.
BUFFER_SIZE - Static variable in class com.slamd.http.HTTPClient
The size of the buffer that we will use for reading data.
bufferSize - Variable in class com.slamd.tools.throughputtest.ThroughputTestServer
 
BUILD_DATE - Static variable in class com.slamd.common.DynamicConstants
The timestamp that this SLAMD build was created.
BurnCPUJobClass - Class in com.slamd.jobs
This class defines a job that can attempt to drive one or more CPUs to 100% utilization.
BurnCPUJobClass() - Constructor for class com.slamd.jobs.BurnCPUJobClass
The default constructor used to create a new instance of the job class.
BUSY - Static variable in class com.slamd.tools.ldapdecoder.protocol.LDAPResultCode
The result code that indicates the server is too busy to perform the requested operation.
byteArraysAreEqual(byte[], byte[]) - Static method in class com.slamd.tools.ldapdecoder.snoop.SnoopDecoder
Indicates whether the contents of the two byte arrays are equal.
byteArrayToInt(byte[]) - Static method in class com.slamd.asn1.ASN1Element
Converts the provided byte array into a Java int value.
byteArrayToInt(byte[]) - Static method in class com.slamd.tools.ldapdecoder.snoop.SnoopDecoder
Converts the provided byte array to an integer.
byteArrayToInt(byte[], int, int) - Static method in class com.slamd.tools.ldapdecoder.snoop.SnoopDecoder
Converts the specified data from the provided byte array to an integer.
byteArrayToInt(byte[], boolean) - Static method in class com.slamd.tools.ldapdecoder.snoop.TCPDumpDecoder
Converts the provided byte array to an integer.
byteArrayToInt(byte[], int, int, boolean) - Static method in class com.slamd.tools.ldapdecoder.snoop.TCPDumpDecoder
Converts the specified data from the provided byte array to an integer.
byteArrayToLong(byte[]) - Static method in class com.slamd.tools.ldapdecoder.snoop.SnoopDecoder
Converts the provided byte array to a long.
byteArrayToLong(byte[], int, int) - Static method in class com.slamd.tools.ldapdecoder.snoop.SnoopDecoder
Converts the specified data from the provided byte array to a long.
byteArrayToLong(byte[], boolean) - Static method in class com.slamd.tools.ldapdecoder.snoop.TCPDumpDecoder
Converts the provided byte array to a long.
byteArrayToLong(byte[], int, int, boolean) - Static method in class com.slamd.tools.ldapdecoder.snoop.TCPDumpDecoder
Converts the specified data from the provided byte array to a long.
byteArrayToString(byte[]) - Static method in class com.slamd.asn1.ASN1Element
Retrieves a string containing the hexadecimal digits contained in the provided byte array.
byteArrayToString(byte[], int) - Static method in class com.slamd.asn1.ASN1Element
Retrieves a string containing the hexadecimal digits contained in the provided byte array.
byteArrayToString(byte[]) - Static method in class com.slamd.tools.ldapdecoder.protocol.LDAPMessage
Retrieves a string representation of the provided byte array.
byteArrayToString(byte[], int) - Static method in class com.slamd.tools.ldapdecoder.protocol.LDAPMessage
Retrieves a string representation of the provided byte array using the specified indent.
byteArrayToStringWithASCII(byte[]) - Static method in class com.slamd.asn1.ASN1Element
Retrieves a string representation of the provided byte array (including the ASCII equivalent).
byteArrayToStringWithASCII(byte[], int) - Static method in class com.slamd.asn1.ASN1Element
Retrieves a string representation of the provided byte array (including the ASCII equivalent) using the specified indent.

C

CACHE_CLEANUP_INTERVAL - Static variable in class com.slamd.realm.LDAPRealm
The interval in milliseconds over which the cache needs to be cleaned.
CACHE_EXPIRATION_TIME - Static variable in class com.slamd.realm.LDAPRealm
The length of time in milliseconds that user information should stay in the user cache before being reloaded from the directory.
CachedUser - Class in com.slamd.realm
This class implements a data structure used to store information about users that have been authenticated using the LDAPRealm realm implementation.
CachedUser(String, String, byte[], Principal, long) - Constructor for class com.slamd.realm.CachedUser
Creates a new cached user with the specified information.
calculateVariance(int, int, int) - Method in class com.slamd.loadvariance.LinearLoadVarianceAlgorithm
Retrieves a two-dimensional array that provides information about the increase or decrease in active job threads that should be applied over time.
calculateVariance(int, int, int) - Method in class com.slamd.loadvariance.LoadVarianceAlgorithm
Retrieves a two-dimensional array that provides information about the increase or decrease in active job threads that should be applied over time.
calculateVariance(int, int, int) - Method in class com.slamd.loadvariance.SineLoadVarianceAlgorithm
Retrieves a two-dimensional array that provides information about the increase or decrease in active job threads that should be applied over time.
calculateVariance(int, int, int) - Method in class com.slamd.loadvariance.StairStepLoadVarianceAlgorithm
Retrieves a two-dimensional array that provides information about the increase or decrease in active job threads that should be applied over time.
cancel() - Method in class com.slamd.job.OptimizingJob
Handles the work of cancelling this optimizing job.
CANCEL_ROW_UPDATES_METHOD_NAME - Static variable in class com.slamd.scripting.jdbc.JDBCResultSetVariable
The name of the method that can be used to cancel any outstanding updates to the current row of the result set.
CANCEL_ROW_UPDATES_METHOD_NUMBER - Static variable in class com.slamd.scripting.jdbc.JDBCResultSetVariable
The method number for the "cancelRowUpdates" method.
cancelAndDeleteJob(String) - Method in class com.slamd.server.Scheduler
Cancels a job that has been submitted and removes it from the SLAMD server entirely.
cancelJob(String, boolean) - Method in class com.slamd.server.Scheduler
Cancels a job that has been submitted.
CancelJob - Class in com.slamd.tools
This class defines a utility that may be used to cancel a scheduled job from the command line.
CancelJob(String[]) - Constructor for class com.slamd.tools.CancelJob
Parses the provided command-line arguments.
CANCELLED - Static variable in class com.slamd.tools.ldapdecoder.protocol.LDAPResultCode
The result code that indicates that the associated operation was cancelled.
cancelOptimizingJob(OptimizingJob) - Method in class com.slamd.server.Scheduler
Cancels any iterations of the specified optimizing job that may be pending or running.
cancelPause() - Method in class com.slamd.job.OptimizingJob
Indicates that this optimizing job does not need to be paused before the next iteration.
CANNOT_CANCEL - Static variable in class com.slamd.tools.ldapdecoder.protocol.LDAPResultCode
The result code that indicates that the requested cancel operation cannot be performed on the target operation.
CAPABILITY_METHOD_NAME - Static variable in class com.slamd.scripting.mail.IMAPConnectionVariable
The name of the method that retrieves the capability list from the IMAP server.
CAPABILITY_METHOD_NUMBER - Static variable in class com.slamd.scripting.mail.IMAPConnectionVariable
The method number for the "capability" method.
CaptureDaemon - Class in com.slamd.tools.tcpreplay
This class defines a utility that may be used to capture data from one or more clients so that it may be replayed against a server later for the purpose of load generation.
CaptureDaemon(int, String, int, String) - Constructor for class com.slamd.tools.tcpreplay.CaptureDaemon
Creates a new capture daemon with the provided information.
captureData() - Method in class com.slamd.tools.tcpreplay.CaptureDaemon
Starts listening for new connections from clients.
CaptureData - Class in com.slamd.tools.tcpreplay
This class provides a data structure that may be used to hold data that has been captured in a form that can be replayed to generate load against a server.
CaptureData(int, long, byte[]) - Constructor for class com.slamd.tools.tcpreplay.CaptureData
Creates a new capture data object with the provided information.
captureData - Variable in class com.slamd.tools.tcpreplay.ReplayCapture
 
CaptureException - Exception in com.slamd.tools.tcpreplay
This class defines an exception that may be thrown if a problem occurs while attempting to decode capture data.
CaptureException(String) - Constructor for exception com.slamd.tools.tcpreplay.CaptureException
Creates a new capture exception with the provided message.
CaptureException(String, Throwable) - Constructor for exception com.slamd.tools.tcpreplay.CaptureException
Creates a new capture exception with the provided message.
CaptureShutdownThread - Class in com.slamd.tools.tcpreplay
This class defines a thread that will be awoken when the JVM is in the process of shutting down so that it can stop the capture process and flush the capture file.
CaptureShutdownThread(CaptureDaemon) - Constructor for class com.slamd.tools.tcpreplay.CaptureShutdownThread
Creates a new shutdown thread that will stop the provded capture daemon when the JVM is shutting down.
CATEGORICAL_TRACKER_VARIABLE_METHODS - Static variable in class com.slamd.scripting.general.CategoricalTrackerVariable
The set of methods associated with categorical tracker variables.
CATEGORICAL_TRACKER_VARIABLE_TYPE - Static variable in class com.slamd.scripting.general.CategoricalTrackerVariable
The name that will be used for the data type of categorical tracker variables.
CategoricalTracker - Class in com.slamd.stat
This class defines a stat tracker that can be used to count the number of times a given event occurs, as well as divide those occurrences into separate categories.
CategoricalTracker() - Constructor for class com.slamd.stat.CategoricalTracker
Creates a new categorical tracker intended for use as a placeholder for decoding purposes.
CategoricalTracker(String, String, String, int) - Constructor for class com.slamd.stat.CategoricalTracker
Creates a new categorical tracker with the specified information.
CategoricalTrackerVariable - Class in com.slamd.scripting.general
This class defines a variable that may be added to a script to act as a categorical tracker.
CategoricalTrackerVariable() - Constructor for class com.slamd.scripting.general.CategoricalTrackerVariable
Creates a new variable with no name, to be used only when creating a variable with Class.newInstance(), and only when setName() is called after that to set the name.
CHANGE_TYPE_ADD - Static variable in class com.slamd.tools.ldapdecoder.protocol.PersistentSearchControl
The change type that indicates that notification should be provided for add operations.
CHANGE_TYPE_DELETE - Static variable in class com.slamd.tools.ldapdecoder.protocol.PersistentSearchControl
The change type that indicates that notification should be provided for delete operations.
CHANGE_TYPE_MODIFY - Static variable in class com.slamd.tools.ldapdecoder.protocol.PersistentSearchControl
The change type that indicates that notification should be provided for modify operations.
CHANGE_TYPE_MODIFY_DN - Static variable in class com.slamd.tools.ldapdecoder.protocol.PersistentSearchControl
The change type that indicates that notification should be provided for modify DN operations.
changesOnly() - Method in class com.slamd.tools.ldapdecoder.protocol.PersistentSearchControl
Indicates whether only changes matching the search criteria should be returned, or whether existing entries matching the criteria should also be included.
checkClientTrusted(X509Certificate[], String) - Method in class com.slamd.jobs.JSSEBlindTrustSocketFactory
Determines whether the provided client certificate should be trusted.
checkClientTrusted(X509Certificate[], String) - Method in class com.slamd.jobs.JSSERandomClientCertSocketFactory
Determines whether the provided client certificate should be trusted.
checkPassword(String) - Method in class com.slamd.db.SLAMDUser
Determines whether the provided clear-text password is the correct password for this user.
checkServerTrusted(X509Certificate[], String) - Method in class com.slamd.jobs.JSSEBlindTrustSocketFactory
Determines whether the provided server certificate should be trusted.
checkServerTrusted(X509Certificate[], String) - Method in class com.slamd.jobs.JSSERandomClientCertSocketFactory
Determines whether the provided server certificate should be trusted.
chooseClientAlias(String[], Principal[], Socket) - Method in class com.slamd.jobs.JSSERandomClientCertSocketFactory
Chooses the alias of the client certificate that should be presented to the server.
chooseNewClientCert() - Method in class com.slamd.jobs.JSSERandomClientCertSocketFactory
Indicates that this socket factory should choose a new client certificate at random the next time it must present a certificate to an SSL server.
chooseServerAlias(String, Principal[], Socket) - Method in class com.slamd.jobs.JSSERandomClientCertSocketFactory
Chooses the alias of the server certificate that should be presented to clients.
chooseVerticalLabelIncrement(int) - Method in class com.slamd.stat.StatGrapher
This method attempts to determine an appropriate increment between labels on the vertical axis.
chooseVerticalLabelIncrement(int, double) - Method in class com.slamd.stat.StatGrapher
This method attempts to determine an appropriate increment between labels on the vertical axis.
CIPHER_NAME - Static variable in class com.slamd.tools.CreateEgg
The name of the cipher to use for the encryption.
ClassData - Class in com.slamd.protocol
This class defines a data structure for holding information about a class transferred from the server to a client.
ClassData(String, byte[]) - Constructor for class com.slamd.protocol.ClassData
Creates a new class data object with the provided information.
ClassTransferRequest - Class in com.slamd.protocol
This class defines a SLAMD message that will be sent from the client to the server whenever the client receives a request to process a job using a class that has not been defined on the client.
ClassTransferRequest() - Constructor for class com.slamd.protocol.ClassTransferRequest
Creates a new instance of this class transfer request message which is intended for use in decoding a message transmitted between the server and the client.
ClassTransferRequest(int, HashMap<String, String>, String[], boolean) - Constructor for class com.slamd.protocol.ClassTransferRequest
Creates a new instance of this class transfer request message with the provided information.
ClassTransferRequestMessage - Class in com.slamd.message
This class defines a class transfer request message that the client uses to request job classes from the server that the client does not currently have in its classpath.
ClassTransferRequestMessage(int, String) - Constructor for class com.slamd.message.ClassTransferRequestMessage
Creates a new class transfer request message with the specified message ID and class name.
ClassTransferResponse - Class in com.slamd.protocol
This class defines a SLAMD message that will be sent from the server to the client whenver a client requests one or more classes.
ClassTransferResponse() - Constructor for class com.slamd.protocol.ClassTransferResponse
Creates a new instance of this class transfer response message which is intended for use in decoding a message transmitted between the server and the client.
ClassTransferResponse(int, HashMap<String, String>, int, String, ClassData[]) - Constructor for class com.slamd.protocol.ClassTransferResponse
Creates a new instance of this class transfer response message with the provided information.
ClassTransferResponseMessage - Class in com.slamd.message
This class defines a class transfer response message that the SLAMD server uses to send Java class files to clients that do not have them.
ClassTransferResponseMessage(int, int, String, byte[]) - Constructor for class com.slamd.message.ClassTransferResponseMessage
Creates a new class transfer response message with the specified information.
clear() - Method in class com.slamd.scripting.mail.MailMessageVariable
Clears the contents of this message.
CLEAR_BODY_METHOD_NAME - Static variable in class com.slamd.scripting.mail.MailMessageVariable
The name of the method that can be used to clear the contents of the message body.
CLEAR_BODY_METHOD_NUMBER - Static variable in class com.slamd.scripting.mail.MailMessageVariable
The method number for the "clearBody" method.
CLEAR_COOKIES_METHOD_NAME - Static variable in class com.slamd.scripting.http.HTTPClientVariable
The name of the method that can be used to clear all cookie information associated with this HTTP client.
CLEAR_COOKIES_METHOD_NUMBER - Static variable in class com.slamd.scripting.http.HTTPClientVariable
The method number for the "clearCookies" method.
CLEAR_HEADER_METHOD_NAME - Static variable in class com.slamd.scripting.mail.MailMessageVariable
The name of the method that can be used to clear the contents of the message header.
CLEAR_HEADER_METHOD_NUMBER - Static variable in class com.slamd.scripting.mail.MailMessageVariable
The method number for the "clearHeader" method.
CLEAR_HEADERS_METHOD_NAME - Static variable in class com.slamd.scripting.http.HTTPRequestVariable
The name of the method that can be used to remove all header information from this request.
CLEAR_HEADERS_METHOD_NUMBER - Static variable in class com.slamd.scripting.http.HTTPRequestVariable
The method number for the "clearHeaders" method.
CLEAR_METHOD_NAME - Static variable in class com.slamd.scripting.mail.MailMessageVariable
The name of the method that can be used to clear the contents of this message.
CLEAR_METHOD_NUMBER - Static variable in class com.slamd.scripting.mail.MailMessageVariable
The method number for the "clear" method.
clearBody() - Method in class com.slamd.scripting.mail.MailMessageVariable
Clears the body of this message.
clearCommonHeaders() - Method in class com.slamd.http.HTTPClient
Removes all common headers that have been defined for this client.
clearCookies() - Method in class com.slamd.http.HTTPClient
Clears all cookie information associated with this client.
clearHeader() - Method in class com.slamd.scripting.mail.MailMessageVariable
Clears the header of this message.
clearHeaders() - Method in class com.slamd.http.HTTPRequest
Removes all header information for this request.
Client - Class in com.slamd.client
This class defines a SLAMD client that can connect to the SLAMD server and interact with it to process the various jobs.
Client(String, int, int, boolean, boolean, int, boolean, String, int, boolean, String, ClientMessageWriter) - Constructor for class com.slamd.client.Client
Creates a new client that will communicate with the SLAMD server at the specified address and port.
Client(String, int, int, boolean, boolean, int, boolean, String, int, boolean, boolean, String, boolean, boolean, String, String, String, String, ClientMessageWriter) - Constructor for class com.slamd.client.Client
Creates a new client that will communicate with the SLAMD server at the specified address and port, and will have the option of using SSL.
Client(String, int, int, boolean, boolean, int, boolean, String, int, int, String, String, boolean, boolean, String, ClientMessageWriter) - Constructor for class com.slamd.client.Client
Creates a new client that will communicate with the SLAMD server at the specified address and port, and will use the specified authentication type.
Client(String, String, String, int, int, boolean, boolean, int, boolean, String, int, int, String, String, boolean, boolean, String, boolean, boolean, String, String, String, String, ClientMessageWriter) - Constructor for class com.slamd.client.Client
Creates a new client that will communicate with the SLAMD server at the specified address and port, and will use the specified authentication type and optionally may use SSL.
CLIENT_STATE_IDLE - Static variable in class com.slamd.common.Constants
The client state that indicates the client is idle and will accept new work.
CLIENT_STATE_JOB_NOT_YET_STARTED - Static variable in class com.slamd.common.Constants
The client state that indicates that a job has been defined but is not yet started.
CLIENT_STATE_NOT_CONNECTED - Static variable in class com.slamd.common.Constants
The client state that indicates the client is not connected to the SLAMD server.
CLIENT_STATE_RUNNING_JOB - Static variable in class com.slamd.common.Constants
The client state that indicates the client is currently running a job.
CLIENT_STATE_SHUTTING_DOWN - Static variable in class com.slamd.common.Constants
The client state that indicates the client is in the process of shutting down.
CLIENT_STATE_UNKNOWN - Static variable in class com.slamd.common.Constants
The client state that will be used if the current state does not fit into any of the other categories.
ClientConnection - Class in com.slamd.server
This class defines a thread that is spawned by the server to handle each client connection.
ClientConnection(SLAMDServer, ClientListener, Socket, String) - Constructor for class com.slamd.server.ClientConnection
Creates a new connection that the server will use to communicate with the client.
clientConnectionLost() - Method in class com.slamd.server.ClientManagerConnection
Indicates that a client believed to have been started by this client manager has been lost and that the list of active connections should be updated accordingly.
clientConnectionLost(ClientConnection) - Method in class com.slamd.server.ClientManagerListener
Indicates that the specified client has disconnected from the SLAMD server and that the client managers should be polled to determine if that client might have been associated with a client manager.
ClientDisconnect - Class in com.slamd.protocol
The class defines a SLAMD message that may be sent from a client to the server immediately before the client closes the connection.
ClientDisconnect() - Constructor for class com.slamd.protocol.ClientDisconnect
Creates a new instance of this client disconnect message which is intended for use in decoding a message transmitted between the server and the client.
ClientDisconnect(int, HashMap<String, String>, String) - Constructor for class com.slamd.protocol.ClientDisconnect
Creates a new instance of this client disconnect message with the provided information.
clientDisconnected() - Method in interface com.slamd.client.ClientShutdownListener
Indicates that the client has disconnected from the server and that the client may wish to take whatever action is appropriate.
clientDisconnected() - Method in class com.slamd.tools.SwingClient
Indicates that the client has disconnected from the server and that the client may wish to take whatever action is appropriate.
clientDone(ClientConnection, JobCompletedMessage) - Method in class com.slamd.job.Job
Indicates that the specified client has completed its processing for this job.
ClientException - Exception in com.slamd.client
This class defines an exception that may be thrown if a problem is encountered while performing some operation in the client.
ClientException(String) - Constructor for exception com.slamd.client.ClientException
Creates a new SLAMD client exception with the specified message.
ClientException(String, Throwable) - Constructor for exception com.slamd.client.ClientException
Creates a new SLAMD client exception with the specified message and parent exception.
ClientHello - Class in com.slamd.protocol
This class defines a SLAMD message that will be sent from the client to the server when the connection is first established.
ClientHello() - Constructor for class com.slamd.protocol.ClientHello
Creates a new instance of this client hello message which is intended for use in decoding a message transmitted between the client and the server.
ClientHello(int, HashMap<String, String>, String, int, String, String, int, int, int, boolean) - Constructor for class com.slamd.protocol.ClientHello
Creates a new instance of this client hello message with the provided information.
ClientHello(int, HashMap<String, String>, String, int, String, String, int, int, int, boolean, String, String, byte[], boolean) - Constructor for class com.slamd.protocol.ClientHello
Creates a new instance of this client hello message with the provided information.
ClientHelloMessage - Class in com.slamd.message
This class defines a client hello message that the client uses to identify itself to the server and optionally perform authentication so that the server can verify the identity of the client.
ClientHelloMessage(int, String, String, boolean) - Constructor for class com.slamd.message.ClientHelloMessage
Creates a new client hello message that will only provide client version and identification information but does not perform any authentication.
ClientHelloMessage(int, String, String, int, String, String, boolean) - Constructor for class com.slamd.message.ClientHelloMessage
Creates a new client hello message with the specified information.
ClientHelloMessage(int, String, String, int, String, String, boolean, boolean, boolean) - Constructor for class com.slamd.message.ClientHelloMessage
Creates a new client hello message with the specified information.
ClientListener - Class in com.slamd.server
This class implements the client listener that the SLAMD server uses to listen for connections from clients.
ClientListener(SLAMDServer) - Constructor for class com.slamd.server.ClientListener
Creates a new listener to accept client connections.
ClientManager - Class in com.slamd.clientmanager
This class defines a client manager that will manage the process of starting clients independent of the SLAMD server itself.
ClientManager(String, String, String, int, boolean, boolean, String, String, String, String, int, String, ClientMessageWriter) - Constructor for class com.slamd.clientmanager.ClientManager
Creates a new client manager that is intended to work with the specified SLAMD server.
ClientManagerConnection - Class in com.slamd.server
This class encapsulates a connection to a client manager, and it is used to keep track of information about them.
ClientManagerConnection(SLAMDServer, ClientManagerListener, Socket) - Constructor for class com.slamd.server.ClientManagerConnection
Creates a new client manager connection using the provided socket.
ClientManagerHello - Class in com.slamd.protocol
This class defines a SLAMD message that will be sent from the client manager to the server when the connection is first established.
ClientManagerHello() - Constructor for class com.slamd.protocol.ClientManagerHello
Creates a new instance of this client manager hello message which is intended for use in decoding a message transmitted between the client manager and the server.
ClientManagerHello(int, HashMap<String, String>, String, int, String, int, int, int, int) - Constructor for class com.slamd.protocol.ClientManagerHello
Creates a new instance of this client manager hello message with the provided information.
ClientManagerHello(int, HashMap<String, String>, String, int, String, int, int, int, int, String, String, byte[], boolean) - Constructor for class com.slamd.protocol.ClientManagerHello
Creates a new instance of this client manager hello message with the provided information.
ClientManagerHelloMessage - Class in com.slamd.message
This class defines a client manager hello message that the client manager uses to identify itself to the server and tell the server the maximum number of clients that may be executed on the client system.
ClientManagerHelloMessage(int, String, String, int) - Constructor for class com.slamd.message.ClientManagerHelloMessage
Creates a new client manager hello message that will provide client ID, client version, and the maximum number of clients that may be created.
ClientManagerListener - Class in com.slamd.server
This class defines a thread that will listen for connections from client managers.
ClientManagerListener(SLAMDServer) - Constructor for class com.slamd.server.ClientManagerListener
Creates a new listener that will listen for connections from client managers.
ClientMessageWriter - Interface in com.slamd.client
This interface provides a mechanism by which various kinds of clients (e.g., command line clients, GUI clients, etc.) can display information about what a client is doing in an appropriate manner.
clientShouldClose() - Method in class com.slamd.protocol.ServerDisconnect
Indicates whether the actual disconnect should be initiated by the client.
ClientShutdownHook - Class in com.slamd.client
This class defines a shutdown hook that will be registered with the SLAMD client once it has been successfully created.
ClientShutdownHook(Client) - Constructor for class com.slamd.client.ClientShutdownHook
Creates a client shutdown hook that is associated with the provided SLAMD client.
ClientShutdownListener - Interface in com.slamd.client
This interface provides a mechanism by which various kinds of clients can be notified when the client is disconnected from the server.
ClientSideJob - Class in com.slamd.client
This class defines a "client-side" job.
ClientSideJob(Client, String, String, int, Date, Date, int, int, int, int, ParameterList, boolean, boolean, RealTimeStatReporter) - Constructor for class com.slamd.client.ClientSideJob
Creates a new client-side job with the provided information.
ClientSideJob(ClientMessageWriter, String, String, int, int, int, ParameterList, boolean, boolean, RealTimeStatReporter) - Constructor for class com.slamd.client.ClientSideJob
Creates a new client-side job that is only to be used as a standalone job (i.e., to run without a server).
clientSocket - Variable in class com.slamd.server.StatClientConnection
 
clientSocket - Variable in class com.slamd.tools.ldapdecoder.LDAPClientConnection
 
clientStateToString(int) - Static method in class com.slamd.common.Constants
Retrieves a string representation of the provided client state code.
clientSupported() - Method in class com.slamd.resourcemonitor.IOStatResourceMonitor
Indicates whether the current client system is supported for this resource monitor.
clientSupported() - Method in class com.slamd.resourcemonitor.LDAPResourceMonitor
Indicates whether the current client system is supported for this resource monitor.
clientSupported() - Method in class com.slamd.resourcemonitor.LegacyResourceMonitor
Indicates whether the current client system is supported for this resource monitor.
clientSupported() - Method in class com.slamd.resourcemonitor.MPStatResourceMonitor
Indicates whether the current client system is supported for this resource monitor.
clientSupported() - Method in class com.slamd.resourcemonitor.NetStatResourceMonitor
Indicates whether the current client system is supported for this resource monitor.
clientSupported() - Method in class com.slamd.resourcemonitor.ProcessSizeResourceMonitor
Indicates whether the current client system is supported for this resource monitor.
clientSupported() - Method in class com.slamd.resourcemonitor.ReplicationLatencyResourceMonitor
Indicates whether the current client system is supported for this resource monitor.
clientSupported() - Method in class com.slamd.resourcemonitor.ResourceMonitor
Indicates whether the current client system is supported for this resource monitor.
clientSupported() - Method in class com.slamd.resourcemonitor.SunONEDirectoryServerResourceMonitor
Indicates whether the current client system is supported for this resource monitor.
clientSupported() - Method in class com.slamd.resourcemonitor.UDPPingResourceMonitor
Indicates whether the current client system is supported for this resource monitor.
clientSupported() - Method in class com.slamd.resourcemonitor.VMStatResourceMonitor
Indicates whether the current client system is supported for this resource monitor.
ClientUpgradeRequest - Class in com.slamd.protocol
This class defines a SLAMD message that will be sent from the client to the server whenever the server version is newer than the client version.
ClientUpgradeRequest() - Constructor for class com.slamd.protocol.ClientUpgradeRequest
Creates a new instance of this client upgrade request message which is intended for use in decoding a message transmitted between the server and the client.
ClientUpgradeRequest(int, HashMap<String, String>, String) - Constructor for class com.slamd.protocol.ClientUpgradeRequest
Creates a new instance of this client upgrade request message with the provided information.
ClientUpgradeResponse - Class in com.slamd.protocol
This class defines a SLAMD message that will be sent from the server to the client in response to an upgrade request.
ClientUpgradeResponse() - Constructor for class com.slamd.protocol.ClientUpgradeResponse
Creates a new instance of this client upgrade response message which is intended for use in decoding a message transmitted between the server and the client.
ClientUpgradeResponse(int, HashMap<String, String>, int, String, byte[]) - Constructor for class com.slamd.protocol.ClientUpgradeResponse
Creates a new instance of this client upgrade response message with the provided information.
clone(URL) - Method in class com.slamd.http.HTTPRequest
Creates a new HTTP request that is a copy of this request, optionally using a different base URL.
clone() - Method in class com.slamd.parameter.BooleanParameter
Creates a clone of this parameter.
clone() - Method in class com.slamd.parameter.FileURLParameter
Creates a clone of this parameter.
clone() - Method in class com.slamd.parameter.FloatParameter
Creates a clone of this parameter.
clone() - Method in class com.slamd.parameter.IntegerParameter
Creates a clone of this parameter.
clone() - Method in class com.slamd.parameter.IntegerWithUnitParameter
Creates a clone of this parameter.
clone() - Method in class com.slamd.parameter.LabelParameter
Creates a clone of this parameter.
clone() - Method in class com.slamd.parameter.LongParameter
Creates a clone of this parameter.
clone() - Method in class com.slamd.parameter.MultiChoiceParameter
Creates a clone of this parameter.
clone() - Method in class com.slamd.parameter.MultiLineTextParameter
Creates a clone of this parameter.
clone() - Method in class com.slamd.parameter.MultiValuedParameter
Creates a new multivalued parameter that is a duplicate of this parameter.
clone() - Method in class com.slamd.parameter.Parameter
Creates a clone of this parameter.
clone() - Method in class com.slamd.parameter.ParameterList
Creates a clone of this parameter list.
clone() - Method in class com.slamd.parameter.PasswordParameter
Creates a clone of this parameter.
clone() - Method in class com.slamd.parameter.PlaceholderParameter
Creates a clone of this parameter.
clone() - Method in class com.slamd.parameter.StringParameter
Creates a clone of this parameter.
clone() - Method in class com.slamd.scripting.ldap.LDAPEntryTemplate
Creates a clone of this template.
clone() - Method in class com.slamd.tools.ldifstructure.LDIFAttributeInfo
Creates a copy of this LDIF attribute info structure.
clone() - Method in class com.slamd.tools.makeldif.Template
Creates a clone of this template.
close() - Method in class com.slamd.asn1.ASN1Reader
Closes this ASN.1 reader.
close() - Method in class com.slamd.asn1.ASN1Writer
Closes this writer so that it may no longer be used to send ASN.1 elements over the specified output stream.
close() - Method in class com.slamd.tools.ldifstructure.LDIFReader
Closes this LDIF reader and the handle to the underlying file or input stream.
CLOSE_ALL_METHOD_NAME - Static variable in class com.slamd.scripting.http.HTTPClientVariable
The name of the method that can be used to close all connections associated with this HTTP client.
CLOSE_ALL_METHOD_NUMBER - Static variable in class com.slamd.scripting.http.HTTPClientVariable
The method number for the "closeAll" method.
closeAll() - Method in class com.slamd.http.HTTPClient
Closes all open connections that are associated with this HTTP client.
closeConnection() - Method in class com.slamd.tools.ldapdecoder.LDAPClientConnection
Closes the connection between the client and the server.
closeConnection() - Method in class com.slamd.tools.ldapdecoder.LDAPDecoderClientThread
Closes the connection to the server.
closeConnection() - Method in class com.slamd.tools.ldapdecoder.LDAPDecoderServerThread
Closes the connection to the server.
closeDatabases(boolean) - Method in class com.slamd.db.SLAMDDB
Closes all databases in the environment.
closeEnvironment() - Method in class com.slamd.db.SLAMDDB
Closes the database environment.
closeLogger() - Method in class com.slamd.server.Logger
Sets a flag that indicates that the logger should stop operating.
closeRequested - Variable in class com.slamd.server.Logger
 
CNONCE_ALPHABET - Static variable in class com.slamd.jobs.LDAPDigestMD5SocketFactory
The set of characters that will be used to generate the cnonce.
COLORS - Static variable in class com.slamd.stat.StatGrapher
The set of colors that will be used when producing the graphs.
com.slamd.admin - package com.slamd.admin
The com.slamd.admin package contains code for the SLAMD administrative interface.
com.slamd.asn1 - package com.slamd.asn1
The com.slamd.asn1 package contains code for encoding and decoding ASN.1 data using the Basic Encoding Rules (BER) format.
com.slamd.client - package com.slamd.client
The com.slamd.client package contains client-side code used to interact with the SLAMD server.
com.slamd.clientmanager - package com.slamd.clientmanager
The com.slamd.clientmanager package contains the code used for the SLAMD client manager.
com.slamd.common - package com.slamd.common
The com.slamd.common package contains code used throughout SLAMD.
com.slamd.db - package com.slamd.db
The com.slamd.db package contains the code for interacting with the embedded database.
com.slamd.dslogplay - package com.slamd.dslogplay
The com.slamd.dslogplay package contains the code for a job that may be used to replay operations against a Sun Java System Directory Server using the information contained in its access log file(s).
com.slamd.http - package com.slamd.http
The com.slamd.http package contains the SLAMD HTTP client library.
com.slamd.job - package com.slamd.job
The com.slamd.job package contains the code that defines a SLAMD job.
com.slamd.jobgroup - package com.slamd.jobgroup
The com.slamd.jobgroup package contains data structures and logic for dealing with job groups.
com.slamd.jobs - package com.slamd.jobs
The com.slamd.jobs package contains a number of SLAMD job classes that can be used for benchmarking various network applications as well as serving as examples that can be used by others wishing to develop their own SLAMD jobs.
com.slamd.loadvariance - package com.slamd.loadvariance
The com.slamd.loadvariance package contains the code for the SLAMD load variance capabilities.
com.slamd.message - package com.slamd.message
The com.slamd.message package contains the code that is used to encapsulate all communication between the SLAMD server and the various kinds of clients.
com.slamd.misc - package com.slamd.misc
The com.slamd.misc package contains code that is not really part of the core SLAMD system but is included with the distribution.
com.slamd.parameter - package com.slamd.parameter
The com.slamd.parameter package defines all parameters available for use in SLAMD.
com.slamd.protocol - package com.slamd.protocol
The com.slamd.protocol package contains the code for the protocol used to communicate between the SLAMD server and the various types of clients.
com.slamd.realm - package com.slamd.realm
The com.slamd.realm package contains the code that is used to define a custom access control realm in the Apache Tomcat servlet engine.
com.slamd.report - package com.slamd.report
The com.slamd.report package contains the code that defines the API used to generate reports of SLAMD jobs and optimizing jobs.
com.slamd.resourcemonitor - package com.slamd.resourcemonitor
The com.slamd.resourcemonitor package contains the code used to obtain resource monitor statistics.
com.slamd.scripting - package com.slamd.scripting
The com.slamd.scripting package serves as a parent package for the code comprising the SLAMD scripting engine.
com.slamd.scripting.engine - package com.slamd.scripting.engine
The com.slamd.scripting.engine package contains the code that defines the core SLAMD scripting engine.
com.slamd.scripting.general - package com.slamd.scripting.general
The com.slamd.scripting.general package contains the code that defines the basic types of variables and literals that are available for use in the SLAMD scripting language.
com.slamd.scripting.http - package com.slamd.scripting.http
The com.slamd.scripting.http package contains the code that defines the variables that may be used for interacting with Web servers over HTTP through a SLAMD script.
com.slamd.scripting.jdbc - package com.slamd.scripting.jdbc
The com.slamd.scripting.jdbc package contains the code that defines the variables that may be used for interacting with databases using JDBC through a SLAMD script.
com.slamd.scripting.ldap - package com.slamd.scripting.ldap
The com.slamd.scripting.ldap package contains the code that defines the variables that may be used for interacting with LDAP directory servers through a SLAMD script.
com.slamd.scripting.mail - package com.slamd.scripting.mail
The com.slamd.scripting.mail package contains the code that defines the variables that may be used for interacting with mail servers using POP, IMAP, or SMTP through a SLAMD script.
com.slamd.scripting.tftp - package com.slamd.scripting.tftp
The com.slamd.tftp package contains the code for a SLAMD script variable that may be used to interact with servers using TFTP, the Trivial File Transfer Protocol.
com.slamd.server - package com.slamd.server
The com.slamd.server package contains the code that is used by the core SLAMD server.
com.slamd.stat - package com.slamd.stat
The com.slamd.stat package contains the code that defines the stat trackers used to collect and manage statistical data.
com.slamd.tftp - package com.slamd.tftp
The com.slamd.tftp package contains the code for a client library that may be used to communicate with servers using TFTP, the Trivial File Transfer Protocol.
com.slamd.tools - package com.slamd.tools
 
com.slamd.tools.ldapdecoder - package com.slamd.tools.ldapdecoder
 
com.slamd.tools.ldapdecoder.protocol - package com.slamd.tools.ldapdecoder.protocol
 
com.slamd.tools.ldapdecoder.snoop - package com.slamd.tools.ldapdecoder.snoop
 
com.slamd.tools.ldifstructure - package com.slamd.tools.ldifstructure
 
com.slamd.tools.makeldif - package com.slamd.tools.makeldif
 
com.slamd.tools.tcpreplay - package com.slamd.tools.tcpreplay
 
com.slamd.tools.throughputtest - package com.slamd.tools.throughputtest
 
com.slamd.tools.udpping - package com.slamd.tools.udpping
 
CommandLineClient - Class in com.slamd.tools
This class defines a command-line (non-GUI) application that may serve as a client of the SLAMD server.
CommandLineClient(String[]) - Constructor for class com.slamd.tools.CommandLineClient
Parses the command line parameters and connects to the SLAMD server to accept and process job requests.
CommandLineClientManager - Class in com.slamd.tools
This class provides an implementation of a client manager that may be used to automate the process of connecting and disconnecting clients to and from the SLAMD server.
CommandLineClientManager(String[]) - Constructor for class com.slamd.tools.CommandLineClientManager
Creates a new instance of this client manager.
CommandLineJobScheduler - Class in com.slamd.tools
This class defines a utility that may be used to schedule SLAMD jobs from the command line.
CommandLineJobScheduler(String, String, int, boolean, String, String, String, String, String, boolean, OptimizationAlgorithm, boolean) - Constructor for class com.slamd.tools.CommandLineJobScheduler
Creates a new instance of this command-line scheduler with the provided information.
CommandLineResourceMonitorClient - Class in com.slamd.tools
This class defines a command-line application that may serve as a resource monitor client for use with SLAMD.
CommandLineResourceMonitorClient(String[]) - Constructor for class com.slamd.tools.CommandLineResourceMonitorClient
Parses the command line parameters and connects to the SLAMD server to accept and process resource monitor requests.
COMMIT_METHOD_NAME - Static variable in class com.slamd.scripting.jdbc.JDBCConnectionVariable
The name of the method that can be used to commit outstanding changes to the database.
COMMIT_METHOD_NUMBER - Static variable in class com.slamd.scripting.jdbc.JDBCConnectionVariable
The method number for the "commit" method.
COMPARE_FALSE - Static variable in class com.slamd.tools.ldapdecoder.protocol.LDAPResultCode
The result code that indicates that a compare operation did not match the specified criteria.
COMPARE_FALSE_METHOD_NAME - Static variable in class com.slamd.scripting.ldap.LDAPConnectionVariable
The name of the method that retrieves the result code associated with a compare result of "false".
COMPARE_FALSE_METHOD_NUMBER - Static variable in class com.slamd.scripting.ldap.LDAPConnectionVariable
The method number for the "compareFalse" method.
COMPARE_IN_PARALLEL_STRING - Static variable in class com.slamd.stat.FloatValueTracker
The text that will be used to indicate that the comparison between multiple jobs will be performed in parallel.
COMPARE_IN_PARALLEL_STRING - Static variable in class com.slamd.stat.IncrementalTracker
The text that will be used to indicate that the comparison between multiple jobs will be performed in parallel.
COMPARE_IN_PARALLEL_STRING - Static variable in class com.slamd.stat.IntegerValueTracker
The text that will be used to indicate that the comparison between multiple jobs will be performed in parallel.
COMPARE_IN_PARALLEL_STRING - Static variable in class com.slamd.stat.LongValueTracker
The text that will be used to indicate that the comparison between multiple jobs will be performed in parallel.
COMPARE_IN_PARALLEL_STRING - Static variable in class com.slamd.stat.TimeTracker
The text that will be used to indicate that the comparison between multiple jobs will be performed in parallel.
COMPARE_METHOD_NAME - Static variable in class com.slamd.scripting.ldap.LDAPConnectionVariable
The name of the method that performs an LDAP compare operation.
COMPARE_METHOD_NUMBER - Static variable in class com.slamd.scripting.ldap.LDAPConnectionVariable
The method number for the "compare" method.
COMPARE_OVER_TIME_STRING - Static variable in class com.slamd.stat.FloatValueTracker
The text that will be used to indicate that the comparison between multiple jobs will be performed over time.
COMPARE_OVER_TIME_STRING - Static variable in class com.slamd.stat.IncrementalTracker
The text that will be used to indicate that the comparison between multiple jobs will be performed over time.
COMPARE_OVER_TIME_STRING - Static variable in class com.slamd.stat.IntegerValueTracker
The text that will be used to indicate that the comparison between multiple jobs will be performed over time.
COMPARE_OVER_TIME_STRING - Static variable in class com.slamd.stat.LongValueTracker
The text that will be used to indicate that the comparison between multiple jobs will be performed over time.
COMPARE_OVER_TIME_STRING - Static variable in class com.slamd.stat.TimeTracker
The text that will be used to indicate that the comparison between multiple jobs will be performed over time.
COMPARE_REQUEST_TYPE - Static variable in class com.slamd.tools.ldapdecoder.protocol.ProtocolOp
The ASN.1 type for compare request protocol ops.
COMPARE_RESPONSE_TYPE - Static variable in class com.slamd.tools.ldapdecoder.protocol.ProtocolOp
The ASN.1 type for compare response protocol ops.
COMPARE_TO_METHOD_NAME - Static variable in class com.slamd.scripting.general.StringVariable
The name of the method that will perform lexicographical comparisons of strings.
COMPARE_TO_METHOD_NUMBER - Static variable in class com.slamd.scripting.general.StringVariable
The method number for the "compareTo" method.
COMPARE_TRUE - Static variable in class com.slamd.tools.ldapdecoder.protocol.LDAPResultCode
The result code that indicates that a compare operation matched the specified criteria.
COMPARE_TRUE_METHOD_NAME - Static variable in class com.slamd.scripting.ldap.LDAPConnectionVariable
The name of the method that retrieves the result code associated with a compare result of "true".
COMPARE_TRUE_METHOD_NUMBER - Static variable in class com.slamd.scripting.ldap.LDAPConnectionVariable
The method number for the "compareTrue" method.
COMPARE_TYPE_PARALLEL - Static variable in class com.slamd.common.Constants
The value of the compare type that indicates jobs are to be compared in a side-by-side format.
COMPARE_TYPE_TREND - Static variable in class com.slamd.common.Constants
The value of the compare type that indicates jobs are to be compared in a trend format.
CompareOperation - Class in com.slamd.dslogplay
This class defines an LDAP compare operation parsed from an access log and implements the necessary logic to parse the log file line and to replay the operation against a Directory Server.
CompareOperation(String, String) - Constructor for class com.slamd.dslogplay.CompareOperation
Creates a new compare operation with the provided information.
CompareRequest - Class in com.slamd.tools.ldapdecoder.protocol
This class defines an LDAP compare request, which is used to determine whether an entry has a given attribute name and value.
CompareRequest(String, String, ASN1OctetString) - Constructor for class com.slamd.tools.ldapdecoder.protocol.CompareRequest
Creates a new compare request with the provided information.
CompareResponse - Class in com.slamd.tools.ldapdecoder.protocol
This class defines an LDAP compare response, which provides information about the result of processing a compare request.
CompareResponse(int, String, String) - Constructor for class com.slamd.tools.ldapdecoder.protocol.CompareResponse
Creates a new compare response protocol op with the provided information.
CompareResponse(int, String, String, String[]) - Constructor for class com.slamd.tools.ldapdecoder.protocol.CompareResponse
Creates a new compare response protocol op with the provided information.
comparesReplayed - Variable in class com.slamd.dslogplay.LogPlaybackJobClass
 
compareTimer - Variable in class com.slamd.dslogplay.LogPlaybackJobClass
 
compareTo(Object) - Method in class com.slamd.job.Job
Compares this job with the provided object to determine the relative order of the two in a sorted list.
compareTo(Object) - Method in class com.slamd.job.OptimizingJob
Compares this optimizing job with the provided object to determine the relative order of the two in a sorted list.
compareTo(Object) - Method in class com.slamd.server.ClientConnection
Compares this client connection with the provided object.
compareTo(Object) - Method in class com.slamd.server.ClientManagerConnection
Compares this client manager connection with the provided object.
compareTo(Object) - Method in class com.slamd.server.ResourceMonitorClientConnection
Compares this resource monitor client connection with the provided object.
compareTo(Object) - Method in class com.slamd.server.StatClientConnection
Compares this stat client connection with the provided object.
completeInitialization() - Method in class com.slamd.scripting.ldap.AttributeValueList
Indicates that all of the values have been added to the value list and that the value list should be optimized for better performance when retrieving values from it.
completeInitialization() - Method in class com.slamd.scripting.ldap.LDAPEntryTemplate
Converts the information read into lists into a two-dimensional array for more efficient processing.
completeInitialization() - Method in class com.slamd.tools.makeldif.Template
Converts the information read into lists into a two-dimensional array for more efficient processing.
completeInitialization() - Method in class com.slamd.tools.makeldif.ValueList
Indicates that all of the values have been added to the value list and that the value list should be optimized for better performance when retrieving values from it.
COMPRESSION_OPTIONS - Static variable in class com.slamd.report.HTMLReportGenerator
The compression options that will be presented to the end user.
CONFIDENTIALITY_REQUIRED - Static variable in class com.slamd.tools.ldapdecoder.protocol.LDAPResultCode
The result code that indicates that confidentiality is required for the requested operation.
CONFIG_FILE_HEADER - Static variable in class com.slamd.common.Constants
The header that will be written to the SLAMD configuration file whenever changes are made to it.
CONFIG_PARAMETER_OC - Static variable in class com.slamd.common.Constants
The name of the LDAP objectclass that will be used in entries that hold information about SLAMD configuration parameters.
CONFIG_PROPERTY_ENABLED - Static variable in class com.slamd.resourcemonitor.ResourceMonitorClient
The name of the configuration property that indicates whether a particular resource monitor is enabled.
CONFIG_PROPERTY_MONITOR_CLASS - Static variable in class com.slamd.resourcemonitor.ResourceMonitorClient
The name of the configuration property that indicates the fully-qualified class name of the resource monitor being defined.
CONFIG_SUBSCRIBER_NAME - Static variable in class com.slamd.admin.AdminServlet
The name that will be used to identify the admin interface as a configuration subscriber.
CONFIG_SUBSCRIBER_NAME - Static variable in class com.slamd.server.Logger
The name used to register the logger as a subscriber to the configuration handler.
CONFIG_SUBSCRIBER_NAME - Static variable in class com.slamd.server.LoggerThread
The name used to register the logger as a subscriber to the configuration handler.
CONFIG_SUBSCRIBER_NAME - Static variable in class com.slamd.server.Scheduler
The name used to register the logger as a subscriber to the configuration handler.
CONFIG_SUBSCRIBER_NAME - Static variable in class com.slamd.server.SLAMDServer
The name used to register the logger as a subscriber to the configuration handler.
CONFIG_SUBSCRIBER_NAME - Static variable in class com.slamd.server.SMTPMailer
The name used to register the mailer as a subscriber to the configuration handler.
CONFIG_VALUE_FALSE - Static variable in class com.slamd.common.Constants
The value that should be given to a Boolean configuration parameter to indicate that it is "off" or "false".
CONFIG_VALUE_TRUE - Static variable in class com.slamd.common.Constants
The value that should be given to a Boolean configuration parameter to indicate that it is "on" or "true".
ConfigSubscriber - Interface in com.slamd.server
This interface specifies a method that can be used to dynamically cause SLAMD components to refresh their configuration.
CONNECT_1_METHOD_NUMBER - Static variable in class com.slamd.scripting.jdbc.JDBCConnectionVariable
The method number for the first "connect" method.
CONNECT_1_METHOD_NUMBER - Static variable in class com.slamd.scripting.ldap.LDAPConnectionVariable
The method number for the first "connect" method.
CONNECT_1_METHOD_NUMBER - Static variable in class com.slamd.scripting.mail.IMAPConnectionVariable
The method number for the first "connect" method.
CONNECT_1_METHOD_NUMBER - Static variable in class com.slamd.scripting.mail.POPConnectionVariable
The method number for the first "connect" method.
CONNECT_1_METHOD_NUMBER - Static variable in class com.slamd.scripting.mail.SMTPConnectionVariable
The method number for the first "connect" method.
CONNECT_2_METHOD_NUMBER - Static variable in class com.slamd.scripting.jdbc.JDBCConnectionVariable
The method number for the second "connect" method.
CONNECT_2_METHOD_NUMBER - Static variable in class com.slamd.scripting.ldap.LDAPConnectionVariable
The method number for the second "connect" method.
CONNECT_2_METHOD_NUMBER - Static variable in class com.slamd.scripting.mail.IMAPConnectionVariable
The method number for the second "connect" method.
CONNECT_2_METHOD_NUMBER - Static variable in class com.slamd.scripting.mail.POPConnectionVariable
The method number for the second "connect" method.
CONNECT_2_METHOD_NUMBER - Static variable in class com.slamd.scripting.mail.SMTPConnectionVariable
The method number for the second "connect" method.
CONNECT_3_METHOD_NUMBER - Static variable in class com.slamd.scripting.ldap.LDAPConnectionVariable
The method number for the third "connect" method.
CONNECT_4_METHOD_NUMBER - Static variable in class com.slamd.scripting.ldap.LDAPConnectionVariable
The method number for the fourth "connect" method.
CONNECT_5_METHOD_NUMBER - Static variable in class com.slamd.scripting.ldap.LDAPConnectionVariable
The method number for the fifth "connect" method.
CONNECT_METHOD_NAME - Static variable in class com.slamd.scripting.jdbc.JDBCConnectionVariable
The name of the method that can be used to establish connections to a database.
CONNECT_METHOD_NAME - Static variable in class com.slamd.scripting.ldap.LDAPConnectionVariable
The name of the method that establishes a connection to an LDAP directory server.
CONNECT_METHOD_NAME - Static variable in class com.slamd.scripting.mail.IMAPConnectionVariable
The name of the method that establishes a connection to the IMAP server.
CONNECT_METHOD_NAME - Static variable in class com.slamd.scripting.mail.POPConnectionVariable
The name of the method that establishes a connection to the POP server.
CONNECT_METHOD_NAME - Static variable in class com.slamd.scripting.mail.SMTPConnectionVariable
The name of the method that can be used to establish a connection to an SMTP server.
CONNECTION_FAILOVER_DELAY - Static variable in class com.slamd.common.Constants
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.
connectionLost(ClientConnection) - Method in class com.slamd.server.ClientListener
Indicates that the specified connection is closing and all references to it should be removed.
connectionLost(ClientManagerConnection) - Method in class com.slamd.server.ClientManagerListener
Indicates that the connection to the provided client manager has been lost and that it should be removed from the list of available client managers.
connectionLost(ResourceMonitorClientConnection) - Method in class com.slamd.server.ResourceMonitorClientListener
Indicates that the specified connection is closing and all references to it should be removed.
connectionLost(StatClientConnection) - Method in class com.slamd.server.StatListener
Indicates that the specified stat client has disconnected from the SLAMD server.
connectionsAvailable(Job) - Method in class com.slamd.server.ClientListener
Indicates whether the client listener currently has connections available that satisfy the requirements for the indicated job.
connectionsAvailable(Job) - Method in class com.slamd.server.ResourceMonitorClientListener
Indicates whether all the resource monitor clients needed for the specified job are currently available.
Constants - Class in com.slamd.common
This class holds the values of constants used in various areas of the SLAMD server.
Constants() - Constructor for class com.slamd.common.Constants
 
CONSTRAINT_STRING_NO_GREATER_THAN - Static variable in class com.slamd.job.SingleStatisticWithConstraintOptimizationAlgorithm
The string that will be displayed if the user wants to ensure that the constraint statistic does not go above the given value.
CONSTRAINT_STRING_NO_LESS_THAN - Static variable in class com.slamd.job.SingleStatisticWithConstraintOptimizationAlgorithm
The string that will be displayed if the user wants to ensure that the constraint statistic does not go below the given value.
CONSTRAINT_TYPE_NO_GREATER_THAN - Static variable in class com.slamd.job.SingleStatisticWithConstraintOptimizationAlgorithm
The constraint type that indicates that the statistic to constrain should not be allowed to be greater than the specified value.
CONSTRAINT_TYPE_NO_LESS_THAN - Static variable in class com.slamd.job.SingleStatisticWithConstraintOptimizationAlgorithm
The constraint type that indicates that the statistic to constrain should not be allowed to be less than the specified value.
CONSTRAINT_VIOLATION - Static variable in class com.slamd.tools.ldapdecoder.protocol.LDAPResultCode
The result code that indicates that a constraint violation occurred.
CONTAINS_METHOD_NAME - Static variable in class com.slamd.scripting.general.StringArrayVariable
The name of the method that will be used to determine if this method contains the specified value.
CONTAINS_METHOD_NAME - Static variable in class com.slamd.scripting.general.StringVariable
The name of the method that will determine whether this string contains a specified substring.
CONTAINS_METHOD_NUMBER - Static variable in class com.slamd.scripting.general.StringArrayVariable
The method number for the "contains" method.
CONTAINS_METHOD_NUMBER - Static variable in class com.slamd.scripting.general.StringVariable
The method number for the "contains" method.
containsChildName(String) - Method in class com.slamd.db.JobFolder
Indicates whether this job folder contains a child folder with the specified name.
containsFileName(String) - Method in class com.slamd.db.JobFolder
Indicates whether this job folder contains an uploaded file with the specified name.
containsJobID(String) - Method in class com.slamd.db.JobFolder
Indicates whether this job folder contains a job with the specified ID.
containsOptimizingJobID(String) - Method in class com.slamd.db.JobFolder
Indicates whether this job folder contains an optimizing job with the specified ID.
CONTINUE - Static variable in exception com.slamd.scripting.engine.ContinueException
The singleton instance of this exception that should be thrown whenever a continue is necessary.
ContinueException - Exception in com.slamd.scripting.engine
This class defines a special kind of script exception that may be thrown if a continue instruction is encountered inside a loop.
ContinueInstruction - Class in com.slamd.scripting.engine
This class defines an instruction that will cause the scripting engine to immediately stop executing the current iteration of a loop and begin executing the next iteration, if appropriate.
ContinueInstruction(int) - Constructor for class com.slamd.scripting.engine.ContinueInstruction
Creates a new continue instruction.
CONTROL_SEQUENCE_TYPE - Static variable in class com.slamd.tools.ldapdecoder.protocol.LDAPControl
The ASN.1 type that should be used for a sequence of controls.
controlThread - Static variable in class com.slamd.loadvariance.LoadVarianceJobClass
 
COOKIES_ENABLED_METHOD_NAME - Static variable in class com.slamd.scripting.http.HTTPClientVariable
The name of the method that can be used to determine if cookie support is enabled.
COOKIES_ENABLED_METHOD_NUMBER - Static variable in class com.slamd.scripting.http.HTTPClientVariable
The method number for the "cookiesEnabled" method.
cookiesEnabled() - Method in class com.slamd.http.HTTPClient
Indicates whether support for cookies is enabled in this client.
COPY_METHOD_NAME - Static variable in class com.slamd.scripting.mail.IMAPConnectionVariable
The name of the method that can be used to copy a message into another folder.
COPY_METHOD_NUMBER - Static variable in class com.slamd.scripting.mail.IMAPConnectionVariable
The method number for the "copy" method.
COUNT_MESSAGES_METHOD_NAME - Static variable in class com.slamd.scripting.mail.IMAPConnectionVariable
The name of the method that can be used to retrieve the number of messages in the current folder.
COUNT_MESSAGES_METHOD_NUMBER - Static variable in class com.slamd.scripting.mail.IMAPConnectionVariable
The method number for the "countMessages" method.
COUNT_UNREAD_MESSAGES_METHOD_NAME - Static variable in class com.slamd.scripting.mail.IMAPConnectionVariable
The name of the method that can be used to retrieve the number of unread messages in the current folder.
COUNT_UNREAD_MESSAGES_METHOD_NUMBER - Static variable in class com.slamd.scripting.mail.IMAPConnectionVariable
The method number for the "countUnreadMessages" method.
Counter - Class in com.slamd.tools.makeldif
This class defines a numeric counter that can be used to retrieve sequential values through subsequent calls to the getNext method.
Counter() - Constructor for class com.slamd.tools.makeldif.Counter
Creates a new counter with a starting point of zero.
Counter(int) - Constructor for class com.slamd.tools.makeldif.Counter
Creates a new counter with the specified starting point.
countLines() - Method in class com.slamd.misc.SplitFile
Counts the number of lines in the input file.
CPU_UTILIZATION_CATEGORIES - Static variable in class com.slamd.resourcemonitor.VMStatResourceMonitor
The names of the categories into which CPU utilization will be divided.
CRAMMD5Handler - Class in com.slamd.scripting.mail
This class provides a set of methods that can be used in the process of authenticating to a server using CRAM-MD5 as defined in RFC 2195, which itself is based on HMAC as defined in RFC 2104.
CRAMMD5Handler() - Constructor for class com.slamd.scripting.mail.CRAMMD5Handler
Creates a new instance of this CRAM-MD5 handler.
CREATE_FOLDER_METHOD_NAME - Static variable in class com.slamd.scripting.mail.IMAPConnectionVariable
The name of the method that can be used to create a new mailbox folder.
CREATE_FOLDER_METHOD_NUMBER - Static variable in class com.slamd.scripting.mail.IMAPConnectionVariable
The method number for the "createFolder" method.
CREATE_ORG_ENTRY_METHOD_NAME - Static variable in class com.slamd.scripting.ldap.LDAPUtilsVariable
The name of the method that creates an organization entry.
CREATE_ORG_ENTRY_METHOD_NUMBER - Static variable in class com.slamd.scripting.ldap.LDAPUtilsVariable
The methodNumber for the "createOrgEntry" method.
CREATE_ORG_UNIT_ENTRY_METHOD_NAME - Static variable in class com.slamd.scripting.ldap.LDAPUtilsVariable
The name of the method that creates an organizationalUnit entry.
CREATE_ORG_UNIT_ENTRY_METHOD_NUMBER - Static variable in class com.slamd.scripting.ldap.LDAPUtilsVariable
The method number for the "createOrgUnitEntry" method.
CREATE_TEMPLATE_ENTRY_METHOD_NAME - Static variable in class com.slamd.scripting.ldap.LDAPUtilsVariable
The name of the method that creates a new template-based entry.
CREATE_TEMPLATE_ENTRY_METHOD_NUMBER - Static variable in class com.slamd.scripting.ldap.LDAPUtilsVariable
The method number for the "createTemplateEntry" method.
CREATE_USER_ENTRY_METHOD_NAME - Static variable in class com.slamd.scripting.ldap.LDAPUtilsVariable
The name of the method that creates a new user entry.
CREATE_USER_ENTRY_METHOD_NUMBER - Static variable in class com.slamd.scripting.ldap.LDAPUtilsVariable
The method number for the "createUserEntry" method.
createANDFilter(SearchFilter[]) - Static method in class com.slamd.tools.ldapdecoder.protocol.SearchFilter
Creates a new AND search filter containing the provided subfilters.
createApproximateFilter(String, String) - Static method in class com.slamd.tools.ldapdecoder.protocol.SearchFilter
Creates a new approximate search filter containing the specified attribute type and assertion value.
createBarGraph(StatGrapher, CategoricalTracker) - Method in class com.slamd.stat.CategoricalTracker
Generates a bar graph representation of the information in this categorical tracker.
createBranchEntry(Branch) - Method in class com.slamd.tools.makeldif.MakeLDIF
Creates an entry in LDIF form based on the provided DN.
createCacheItem(String) - Method in class com.slamd.misc.GetFile
Creates a cache item with information about the specified file.
createConnectDialog() - Method in class com.slamd.tools.SwingClient
Creates the dialog that collects the information necessary to connect to the SLAMD server.
createConnection() - Static method in class com.slamd.jobs.LDAPJobClass
Creates a new LDAP connection to one of the configured servers using the provided parameters.
createConnection(String, int) - Static method in class com.slamd.jobs.LDAPJobClass
Creates a new LDAP connection to the specified server using the provided parameters.
createConnectionPool(int, int) - Static method in class com.slamd.jobs.LDAPJobClass
Creates a new LDAP connection pool based on the provided parameters.
createDB(String) - Static method in class com.slamd.db.SLAMDDB
Creates a new SLAMD database if one does not already exist.
CreateEgg - Class in com.slamd.tools
This program can be used to generate Easter eggs for inclusion in software that is based on HTML pages.
CreateEgg() - Constructor for class com.slamd.tools.CreateEgg
 
createEntry(Random, int, String) - Method in class com.slamd.jobs.TemplateBasedEntryGenerator
Creates a randomly-generated LDAP entry to be added to the directory.
createEqualityFilter(String, String) - Static method in class com.slamd.tools.ldapdecoder.protocol.SearchFilter
Creates a new equality search filter containing the specified attribute type and assertion value.
createExtensibleFilter(String, String, String, boolean) - Static method in class com.slamd.tools.ldapdecoder.protocol.SearchFilter
Creates a new extensible matching filter with the provided information.
CreateFolder - Class in com.slamd.tools
This class defines a utility that may be used to create a job folder from the command line.
CreateFolder(String[]) - Constructor for class com.slamd.tools.CreateFolder
Parses the provided command-line arguments.
createGraph(Job, int, int, ParameterList) - Method in class com.slamd.stat.AccumulatingTracker
Creates a graph that visually depicts the information in the provided set of stat trackers.
createGraph(Job[], int, int, ParameterList) - Method in class com.slamd.stat.AccumulatingTracker
Creates a graph that visually depicts the information in the provided set of stat trackers.
createGraph(int, int) - Method in class com.slamd.stat.AccumulatingTracker
Creates a graph that visually depicts the information in this stat tracker using all the default settings.
createGraph(Job, int, int, ParameterList) - Method in class com.slamd.stat.CategoricalTracker
Creates a graph that visually depicts the information in the provided set of stat trackers.
createGraph(Job[], int, int, ParameterList) - Method in class com.slamd.stat.CategoricalTracker
Creates a graph that visually depicts the information in the provided set of stat trackers.
createGraph(int, int) - Method in class com.slamd.stat.CategoricalTracker
Creates a graph that visually depicts the information in this stat tracker using all the default settings.
createGraph(Job, int, int, ParameterList) - Method in class com.slamd.stat.FloatValueTracker
Creates a graph that visually depicts the information in the provided set of stat trackers.
createGraph(Job[], int, int, ParameterList) - Method in class com.slamd.stat.FloatValueTracker
Creates a graph that visually depicts the information in the provided set of stat trackers.
createGraph(int, int) - Method in class com.slamd.stat.FloatValueTracker
Creates a graph that visually depicts the information in this stat tracker using all the default settings.
createGraph(Job, int, int, ParameterList) - Method in class com.slamd.stat.IncrementalTracker
Creates a graph that visually depicts the information in the provided set of stat trackers.
createGraph(Job[], int, int, ParameterList) - Method in class com.slamd.stat.IncrementalTracker
Creates a graph that visually depicts the information in the provided set of stat trackers.
createGraph(int, int) - Method in class com.slamd.stat.IncrementalTracker
Creates a graph that visually depicts the information in this stat tracker using all the default settings.
createGraph(Job, int, int, ParameterList) - Method in class com.slamd.stat.IntegerValueTracker
Creates a graph that visually depicts the information in the provided set of stat trackers.
createGraph(Job[], int, int, ParameterList) - Method in class com.slamd.stat.IntegerValueTracker
Creates a graph that visually depicts the information in the provided set of stat trackers.
createGraph(int, int) - Method in class com.slamd.stat.IntegerValueTracker
Creates a graph that visually depicts the information in this stat tracker using all the default settings.
createGraph(Job, int, int, ParameterList) - Method in class com.slamd.stat.LongValueTracker
Creates a graph that visually depicts the information in the provided set of stat trackers.
createGraph(Job[], int, int, ParameterList) - Method in class com.slamd.stat.LongValueTracker
Creates a graph that visually depicts the information in the provided set of stat trackers.
createGraph(int, int) - Method in class com.slamd.stat.LongValueTracker
Creates a graph that visually depicts the information in this stat tracker using all the default settings.
createGraph(Job, int, int, ParameterList) - Method in class com.slamd.stat.PeriodicEventTracker
Creates a graph that visually depicts the information in the provided set of stat trackers.
createGraph(Job[], int, int, ParameterList) - Method in class com.slamd.stat.PeriodicEventTracker
Creates a graph that visually depicts the information in the provided set of stat trackers.
createGraph(int, int) - Method in class com.slamd.stat.PeriodicEventTracker
Creates a graph that visually depicts the information in this stat tracker using all the default settings.
createGraph(Job, int, int, ParameterList) - Method in class com.slamd.stat.StackedValueTracker
Creates a graph that visually depicts the information in the provided set of stat trackers.
createGraph(Job[], int, int, ParameterList) - Method in class com.slamd.stat.StackedValueTracker
Creates a graph that visually depicts the information in the provided set of stat trackers.
createGraph(int, int) - Method in class com.slamd.stat.StackedValueTracker
Creates a graph that visually depicts the information in this stat tracker using all the default settings.
createGraph(Job, int, int, ParameterList) - Method in interface com.slamd.stat.StatTracker
Creates a graph that visually depicts the information in the provided set of stat trackers.
createGraph(Job[], int, int, ParameterList) - Method in interface com.slamd.stat.StatTracker
Creates a graph that visually depicts the information in the provided set of stat trackers.
createGraph(int, int) - Method in interface com.slamd.stat.StatTracker
Creates a graph that visually depicts the information in this stat tracker using all the default settings.
createGraph(Job, int, int, ParameterList) - Method in class com.slamd.stat.TimeTracker
Creates a graph that visually depicts the information in the provided set of stat trackers.
createGraph(Job[], int, int, ParameterList) - Method in class com.slamd.stat.TimeTracker
Creates a graph that visually depicts the information in the provided set of stat trackers.
createGraph(int, int) - Method in class com.slamd.stat.TimeTracker
Creates a graph that visually depicts the information in this stat tracker using all the default settings.
createGreaterOrEqualFilter(String, String) - Static method in class com.slamd.tools.ldapdecoder.protocol.SearchFilter
Creates a new greater or equal search filter containing the specified attribute type and assertion value.
createLessOrEqualFilter(String, String) - Static method in class com.slamd.tools.ldapdecoder.protocol.SearchFilter
Creates a new less or equal search filter containing the specified attribute type and assertion value.
createMonitorGraph(Job, int, int, ParameterList) - Method in class com.slamd.stat.AccumulatingTracker
Creates a graph that visually depicts the information collected by resource monitors associated with the provided job.
createMonitorGraph(Job, int, int, ParameterList) - Method in class com.slamd.stat.CategoricalTracker
Creates a graph that visually depicts the information collected by resource monitors associated with the provided job.
createMonitorGraph(Job, int, int, ParameterList) - Method in class com.slamd.stat.FloatValueTracker
Creates a graph that visually depicts the information collected by resource monitors associated with the provided job.
createMonitorGraph(Job, int, int, ParameterList) - Method in class com.slamd.stat.IncrementalTracker
Creates a graph that visually depicts the information collected by resource monitors associated with the provided job.
createMonitorGraph(Job, int, int, ParameterList) - Method in class com.slamd.stat.IntegerValueTracker
Creates a graph that visually depicts the information collected by resource monitors associated with the provided job.
createMonitorGraph(Job, int, int, ParameterList) - Method in class com.slamd.stat.LongValueTracker
Creates a graph that visually depicts the information collected by resource monitors associated with the provided job.
createMonitorGraph(Job, int, int, ParameterList) - Method in class com.slamd.stat.PeriodicEventTracker
Creates a graph that visually depicts the information collected by resource monitors associated with the provided job.
createMonitorGraph(Job, int, int, ParameterList) - Method in class com.slamd.stat.StackedValueTracker
Creates a graph that visually depicts the information collected by resource monitors associated with the provided job.
createMonitorGraph(Job, int, int, ParameterList) - Method in interface com.slamd.stat.StatTracker
Creates a graph that visually depicts the information collected by resource monitors associated with the provided job.
createMonitorGraph(Job, int, int, ParameterList) - Method in class com.slamd.stat.TimeTracker
Creates a graph that visually depicts the information collected by resource monitors associated with the provided job.
createNOTFilter(SearchFilter) - Static method in class com.slamd.tools.ldapdecoder.protocol.SearchFilter
Creates a new NOT search filter containing the provided subfilter.
createORFilter(SearchFilter[]) - Static method in class com.slamd.tools.ldapdecoder.protocol.SearchFilter
Creates a new OR search filter containing the provided subfilters.
createPresenceFilter(String) - Static method in class com.slamd.tools.ldapdecoder.protocol.SearchFilter
Creates a new presence search filter with the specified attribute type.
createSocket(String, int) - Method in class com.slamd.jobs.JSSEBlindTrustSocketFactory
Creates a new SSL socket connected to the specified host and port.
createSocket(String, int, InetAddress, int) - Method in class com.slamd.jobs.JSSEBlindTrustSocketFactory
Creates a new SSL socket connected to the specified host and port.
createSocket(InetAddress, int) - Method in class com.slamd.jobs.JSSEBlindTrustSocketFactory
Creates a new SSL socket connected to the specified host and port.
createSocket(InetAddress, int, InetAddress, int) - Method in class com.slamd.jobs.JSSEBlindTrustSocketFactory
Creates a new SSL socket connected to the specified host and port.
createSocket(Socket, String, int, boolean) - Method in class com.slamd.jobs.JSSEBlindTrustSocketFactory
Converts the provided socket to an SSL socket using this socket factory.
createSocket(String, int) - Method in class com.slamd.jobs.JSSERandomClientCertSocketFactory
Creates a new SSL socket connected to the specified host and port.
createSocket(String, int, InetAddress, int) - Method in class com.slamd.jobs.JSSERandomClientCertSocketFactory
Creates a new SSL socket connected to the specified host and port.
createSocket(InetAddress, int) - Method in class com.slamd.jobs.JSSERandomClientCertSocketFactory
Creates a new SSL socket connected to the specified host and port.
createSocket(InetAddress, int, InetAddress, int) - Method in class com.slamd.jobs.JSSERandomClientCertSocketFactory
Creates a new SSL socket connected to the specified host and port.
createSocket(Socket, String, int, boolean) - Method in class com.slamd.jobs.JSSERandomClientCertSocketFactory
Converts the provided socket to an SSL socket using this socket factory.
createSubstringFilter(String, String, String[], String) - Static method in class com.slamd.tools.ldapdecoder.protocol.SearchFilter
Creates a new substring search filter with the provided information.
createTemplateEntry(String, String) - Method in class com.slamd.scripting.ldap.LDAPEntryGenerator
Creates a subordinate entry for the specified branch.
createTemplateEntry(String, AttributeList, Template) - Method in class com.slamd.tools.makeldif.MakeLDIF
Creates a subordinate entry for the specified branch.
CREDENTIAL_LEVEL_ANONYMOUS - Static variable in class com.slamd.jobs.SolarisLDAPAuthRateJobClass
The flag indicating that the "anonymous" credential level should be used.
CREDENTIAL_LEVEL_PROXY - Static variable in class com.slamd.jobs.SolarisLDAPAuthRateJobClass
The flag indicating that the "proxy" credential level should be used.
CREDENTIAL_LEVEL_STRINGS - Static variable in class com.slamd.jobs.SolarisLDAPAuthRateJobClass
The human-readable strings corresponding to the credential level constants.
CustomTag - Class in com.slamd.tools.makeldif
This class defines the framework that should be used to develop custom tags for use with MakeLDIF.
CustomTag() - Constructor for class com.slamd.tools.makeldif.CustomTag
 

D

DATA_LINK_TYPE_802_11 - Static variable in class com.slamd.tools.ldapdecoder.snoop.TCPDumpDecoder
The data link type that indicates the capture was obtained from an 802.11 datalink device.
DATA_LINK_TYPE_802_5 - Static variable in class com.slamd.tools.ldapdecoder.snoop.TCPDumpDecoder
The data link type that indicates the capture was obtained from an 802.5 datalink device.
DATA_LINK_TYPE_ARCNET - Static variable in class com.slamd.tools.ldapdecoder.snoop.TCPDumpDecoder
The data link type that indicates the capture was obtained from an ARCnet datalink device.
DATA_LINK_TYPE_BSD_LOOPBACK - Static variable in class com.slamd.tools.ldapdecoder.snoop.TCPDumpDecoder
The data link type that indicates the capture was obtained from a BSD loopback device.
DATA_LINK_TYPE_BSD_PPP - Static variable in class com.slamd.tools.ldapdecoder.snoop.TCPDumpDecoder
The data link type that indicates the capture was obtained from a BSD PPP datalink device.
DATA_LINK_TYPE_BSD_SLIP - Static variable in class com.slamd.tools.ldapdecoder.snoop.TCPDumpDecoder
The data link type that indicates the capture was obtained from a BSD SLIP datalink device.
DATA_LINK_TYPE_CHANNEL_TO_CHANNEL - Static variable in class com.slamd.tools.ldapdecoder.snoop.SnoopDecoder
The data link type that indicates the capture was obtained from an IBM channel-to-channel data link.
DATA_LINK_TYPE_CHARACTER_SYNCHRONOUS - Static variable in class com.slamd.tools.ldapdecoder.snoop.SnoopDecoder
The data link type that indicates the capture was obtained from a character synchronous data link.
DATA_LINK_TYPE_ETHERNET - Static variable in class com.slamd.tools.ldapdecoder.snoop.SnoopDecoder
The data link type that indicates the capture was obtained from an Ethernet data link.
DATA_LINK_TYPE_ETHERNET - Static variable in class com.slamd.tools.ldapdecoder.snoop.TCPDumpDecoder
The data link type that indicates the capture was obtained from Ethernet or a Linux loopback device.
DATA_LINK_TYPE_FDDI - Static variable in class com.slamd.tools.ldapdecoder.snoop.SnoopDecoder
The data link type that indicates the capture was obtained from an FDDI data link.
DATA_LINK_TYPE_FDDI - Static variable in class com.slamd.tools.ldapdecoder.snoop.TCPDumpDecoder
The data link type that indicates the capture was obtained from a FDDI datalink device.
DATA_LINK_TYPE_HDLC - Static variable in class com.slamd.tools.ldapdecoder.snoop.SnoopDecoder
The data link type that indicates the capture was obtained from an HDLC data link.
DATA_LINK_TYPE_HDLC - Static variable in class com.slamd.tools.ldapdecoder.snoop.TCPDumpDecoder
The data link type that indicates the capture was obtained from an HDLC datalink device.
DATA_LINK_TYPE_IEEE_802_3 - Static variable in class com.slamd.tools.ldapdecoder.snoop.SnoopDecoder
The data link type that indicates the capture was obtained from an IEEE 802.3 data link.
DATA_LINK_TYPE_IEEE_802_4 - Static variable in class com.slamd.tools.ldapdecoder.snoop.SnoopDecoder
The data link type that indicates the capture was obtained from an IEEE 802.4 token bus data link.
DATA_LINK_TYPE_IEEE_802_5 - Static variable in class com.slamd.tools.ldapdecoder.snoop.SnoopDecoder
The data link type that indicates the capture was obtained from an IEEE 802.5 token ring data link.
DATA_LINK_TYPE_IEEE_802_6 - Static variable in class com.slamd.tools.ldapdecoder.snoop.SnoopDecoder
The data link type that indicates the capture was obtained from an IEEE 802.6 metro net data link.
DATA_LINK_TYPE_LINUX_COOKED_CAPTURE - Static variable in class com.slamd.tools.ldapdecoder.snoop.TCPDumpDecoder
The data link type that indicates the capture was obtained from a Linux "cooked" capture datalink device.
DATA_LINK_TYPE_LLC - Static variable in class com.slamd.tools.ldapdecoder.snoop.TCPDumpDecoder
The data link type that indicates the capture was obtained from an LLC or SNAP-encapsulated ATM datalink device.
DATA_LINK_TYPE_LOCALTALK - Static variable in class com.slamd.tools.ldapdecoder.snoop.TCPDumpDecoder
The data link type that indicates the capture was obtained from a LocalTalk datalink device.
DATA_LINK_TYPE_OTHER - Static variable in class com.slamd.tools.ldapdecoder.snoop.SnoopDecoder
The data link type that indicates the capture was obtained from some other kind of data link.
DATA_LINK_TYPE_PPP - Static variable in class com.slamd.tools.ldapdecoder.snoop.TCPDumpDecoder
The data link type that indicates the capture was obtained from a PPP datalink device.
DATA_LINK_TYPE_RAW_IP - Static variable in class com.slamd.tools.ldapdecoder.snoop.TCPDumpDecoder
The data link type that indicates the capture was obtained from a raw IP datalink device.
DATA_LINK_TYPE_SLIP - Static variable in class com.slamd.tools.ldapdecoder.snoop.TCPDumpDecoder
The data link type that indicates the capture was obtained from a SLIP datalink device.
dateFormat - Variable in class com.slamd.tools.ldapdecoder.LDAPClientConnection
 
DB_MONITOR_ATTRS - Static variable in class com.slamd.resourcemonitor.SunONEDirectoryServerResourceMonitor
The names of the attributes that should be retrieved when reading a database monitor entry.
DB_NAME_CONFIG - Static variable in class com.slamd.common.Constants
The name of the database that is used to hold configuration information.
DB_NAME_FILE - Static variable in class com.slamd.common.Constants
The name of the database that is used to hold uploaded file data.
DB_NAME_FOLDER - Static variable in class com.slamd.common.Constants
The name of the database that is used to hold job folder information.
DB_NAME_GROUP - Static variable in class com.slamd.common.Constants
The name of the database that is used to hold group information.
DB_NAME_JOB - Static variable in class com.slamd.common.Constants
The name of the database that is used to hold job information.
DB_NAME_JOB_GROUP - Static variable in class com.slamd.common.Constants
The name of the database that is used to hold job group information.
DB_NAME_OPTIMIZING_JOB - Static variable in class com.slamd.common.Constants
The name of the database that is used to hold optimizing job information.
DB_NAME_USER - Static variable in class com.slamd.common.Constants
The name of the database that is used to hold user information.
DB_NAME_VIRTUAL_FOLDER - Static variable in class com.slamd.common.Constants
The name of the database that is used to hold virtual folder information.
DBDump - Class in com.slamd.tools
This class defines a utility that can be used to print out debug information from the contents of the SLAMD configuration database.
DBDump() - Constructor for class com.slamd.tools.DBDump
 
dbExists(String) - Static method in class com.slamd.db.SLAMDDB
Checks to see if a valid SLAMD database exists in the specified location.
debug(String) - Method in class com.slamd.http.HTTPClient
Writes the provided message to the debug writer.
debug(String) - Method in class com.slamd.tools.AddJobClass
Prints the provided message if the program is operating in verbose mode.
debug(String) - Method in class com.slamd.tools.CancelJob
Prints the provided message if the program is operating in verbose mode.
debug(String) - Method in class com.slamd.tools.CommandLineJobScheduler
Prints the provided message if the program is operating in verbose mode.
debug(String) - Method in class com.slamd.tools.CreateFolder
Prints the provided message if the program is operating in verbose mode.
debug(String) - Method in class com.slamd.tools.DeleteFolder
Prints the provided message if the program is operating in verbose mode.
debug(String) - Method in class com.slamd.tools.DisableJob
Prints the provided message if the program is operating in verbose mode.
debug(String) - Method in class com.slamd.tools.EnableJob
Prints the provided message if the program is operating in verbose mode.
debug(String) - Method in class com.slamd.tools.ExportData
Prints the provided message if the program is operating in verbose mode.
debug(String) - Method in class com.slamd.tools.ExportJob
Prints the provided message if the program is operating in verbose mode.
debug(String) - Method in class com.slamd.tools.GetJob
Prints the provided message if the program is operating in verbose mode.
debug(String) - Method in class com.slamd.tools.ImportData
Prints the provided message if the program is operating in verbose mode.
debug(String) - Method in class com.slamd.tools.InstallJobPack
Prints the provided message if the program is operating in verbose mode.
debug(String) - Method in class com.slamd.tools.ListFolders
Prints the provided message if the program is operating in verbose mode.
debug(String) - Method in class com.slamd.tools.ReloadJobClasses
Prints the provided message if the program is operating in verbose mode.
debug(String) - Method in class com.slamd.tools.RestartSLAMD
Prints the provided message if the program is operating in verbose mode.
debug(String) - Method in class com.slamd.tools.SLAMDStatus
Prints the provided message if the program is operating in verbose mode.
debug(String) - Method in class com.slamd.tools.StartSLAMD
Prints the provided message if the program is operating in verbose mode.
debug(String) - Method in class com.slamd.tools.StopSLAMD
Prints the provided message if the program is operating in verbose mode.
debug(String) - Method in class com.slamd.tools.UploadFile
Prints the provided message if the program is operating in verbose mode.
debug(String) - Method in class com.slamd.tools.ViewLog
Prints the provided message if the program is operating in verbose mode.
DEBUG_MESSAGE_METHOD_NAME - Static variable in class com.slamd.scripting.general.ScriptVariable
The name of the method that can be used to write debug messages to the client's debug writer.
DEBUG_MESSAGE_METHOD_NUMBER - Static variable in class com.slamd.scripting.general.ScriptVariable
The method number for the "debugMessage" method.
DEBUG_PARAMETER_NAME - Static variable in class com.slamd.scripting.ScriptedJobClass
The name of the job parameter that indicates whether the script should be executed in debug mode.
debugExecute(JobClass) - Method in class com.slamd.scripting.engine.AssignmentInstruction
Performs the function associated with this instruction, writing debug information about its execution to the client's message writer using the writeVerbose method.
debugExecute(JobClass) - Method in class com.slamd.scripting.engine.BreakInstruction
Performs the function associated with this instruction, writing debug information about its execution to the client's message writer using the writeVerbose method.
debugExecute(JobClass) - Method in class com.slamd.scripting.engine.ContinueInstruction
Performs the function associated with this instruction, writing debug information about its execution to the client's message writer using the writeVerbose method.
debugExecute(JobClass) - Method in class com.slamd.scripting.engine.IfElseInstruction
Performs the function associated with this instruction, writing debug information about its execution to the client's message writer using the writeVerbose method.
debugExecute(JobClass) - Method in class com.slamd.scripting.engine.IfNotInstruction
Performs the function associated with this instruction, writing debug information about its execution to the client's message writer using the writeVerbose method.
debugExecute(JobClass) - Method in class com.slamd.scripting.engine.Instruction
Performs the function associated with this instruction, writing debug information about its execution to the client's message writer using the writeVerbose method.
debugExecute(JobClass) - Method in class com.slamd.scripting.engine.InstructionBlock
Performs the function associated with this instruction, writing debug information about its execution to the client's message writer using the writeVerbose method.
debugExecute(JobClass) - Method in class com.slamd.scripting.engine.LoopInstruction
Performs the function associated with this instruction, writing debug information about its execution to the client's message writer using the writeVerbose method.
debugExecute(JobClass) - Method in class com.slamd.scripting.engine.MethodCallInstruction
Performs the function associated with this instruction, writing debug information about its execution to the client's message writer using the writeVerbose method.
debugExecute(JobClass) - Method in class com.slamd.scripting.engine.ScriptParser
Executes the script in debug mode, sending debug information to the client's message writer.
debugExecute(JobClass) - Method in class com.slamd.scripting.engine.WhileInstruction
Performs the function associated with this instruction, writing debug information about its execution to the client's message writer using the writeVerbose method.
debugExecute(JobClass) - Method in class com.slamd.scripting.engine.WhileNotInstruction
Performs the function associated with this instruction, writing debug information about its execution to the client's message writer using the writeVerbose method.
debugHTML - Variable in class com.slamd.admin.RequestInfo
 
debugInfo - Variable in class com.slamd.admin.RequestInfo
 
debugPrint(String) - Method in class com.slamd.common.RefCountMutex
Prints the specified message to standard error if debug mode is enabled.
decacheOptimizingJob(String) - Method in class com.slamd.server.Scheduler
Removes the specified optimizing job from the in-memory cache used by the scheduler.
decode(byte[]) - Static method in class com.slamd.asn1.ASN1Element
Decodes the provided byte array as a generic ASN.1 element.
decode(byte[]) - Static method in class com.slamd.db.JobFolder
Decodes the provided byte array as a job folder.
decode(byte[]) - Static method in class com.slamd.db.SLAMDGroup
Decodes the provided byte array as a SLAMD group.
decode(byte[]) - Static method in class com.slamd.db.SLAMDPermission
Decodes the provided byte array as a SLAMD permission.
decode(byte[]) - Static method in class com.slamd.db.SLAMDUser
Decodes the provided byte array as information about a user.
decode(SLAMDServer, byte[]) - Static method in class com.slamd.job.Job
Decodes the provided byte array as a SLAMD job.
decode(SLAMDServer, byte[]) - Static method in class com.slamd.job.OptimizingJob
Decodes the provided byte array as an optimizing job.
decode(SLAMDServer, byte[]) - Static method in class com.slamd.jobgroup.JobGroup
Decodes the contents of the provided byte array as a job group.
decode(SLAMDServer, JobGroup, ASN1Element) - Static method in class com.slamd.jobgroup.JobGroupJob
Decodes the information in the provided element as a job group job.
decode(SLAMDServer, JobGroup, ASN1Element) - Static method in class com.slamd.jobgroup.JobGroupOptimizingJob
Decodes the information in the provided element as a job group optimizing job.
decode(ASN1Element) - Static method in class com.slamd.message.Message
Decodes the provided ASN.1 element as a message.
decode(ASN1Element) - Static method in class com.slamd.parameter.Parameter
Decodes the provided ASN.1 element as a parameter.
decode(ASN1Element) - Static method in class com.slamd.parameter.ParameterList
Decodes the provided ASN.1 element as a parameter list.
decode(ASN1Element) - Static method in class com.slamd.protocol.ClassData
Decodes the provided ASN.1 element as a set of class data information.
decode(ASN1Element) - Static method in class com.slamd.protocol.FileData
Decodes the provided ASN.1 element as a set of file data information.
decode(ASN1Element) - Static method in class com.slamd.protocol.SLAMDMessage
Decodes the provided ASN.1 element as a SLAMD message.
decode(byte[]) - Static method in class com.slamd.server.UploadedFile
Decodes the provided byte array as an uploaded file.
decode(byte[]) - Method in class com.slamd.stat.AccumulatingTracker
Decodes the provided data and uses it as the data for this stat tracker.
decode(byte[]) - Method in class com.slamd.stat.CategoricalTracker
Decodes the provided data and uses it as the data for this stat tracker.
decode(byte[]) - Method in class com.slamd.stat.FloatValueTracker
Decodes the provided data and uses it as the data for this stat tracker.
decode(byte[]) - Method in class com.slamd.stat.IncrementalTracker
Decodes the provided data and uses it as the data for this stat tracker.
decode(byte[]) - Method in class com.slamd.stat.IntegerValueTracker
Decodes the provided data and uses it as the data for this stat tracker.
decode(byte[]) - Method in class com.slamd.stat.LongValueTracker
Decodes the provided data and uses it as the data for this stat tracker.
decode(byte[]) - Method in class com.slamd.stat.PeriodicEventTracker
Decodes the provided data and uses it as the data for this stat tracker.
decode(ASN1Element) - Static method in class com.slamd.stat.ResourceMonitorStatTracker
Decodes the provided ASN.1 element as a resource monitor stat tracker.
decode(byte[]) - Method in class com.slamd.stat.StackedValueTracker
Decodes the provided data and uses it as the data for this stat tracker.
decode(byte[]) - Method in interface com.slamd.stat.StatTracker
Decodes the provided data and uses it as the data for this stat tracker.
decode(byte[]) - Method in class com.slamd.stat.TimeTracker
Decodes the provided data and uses it as the data for this stat tracker.
decode(ASN1Element) - Static method in class com.slamd.tools.ldapdecoder.protocol.LDAPAttribute
Decodes the provided ASN.1 element as an LDAP attribute.
decode(ASN1Element) - Static method in class com.slamd.tools.ldapdecoder.protocol.LDAPControl
Decodes the provided ASN.1 element as an LDAP control.
decode(ASN1Element) - Static method in class com.slamd.tools.ldapdecoder.protocol.LDAPMessage
Decodes the provided ASN.1 element as an LDAP message.
decode(ASN1Element) - Static method in class com.slamd.tools.ldapdecoder.protocol.LDAPModification
Decodes the provided ASN.1 element as an LDAP modification.
decode(ASN1Element) - Static method in class com.slamd.tools.ldapdecoder.protocol.ProtocolOp
Decodes the provided ASN.1 element as an LDAP protocol op.
decode(ASN1Element) - Static method in class com.slamd.tools.ldapdecoder.protocol.SearchFilter
Decodes the provided ASN.1 element as an LDAP search filter.
decode(ASN1Element) - Static method in class com.slamd.tools.ldapdecoder.protocol.ServerSortKey
Decodes the provided ASN.1 element as a server sort key.
decodeAbandonRequest(ASN1Element) - Static method in class com.slamd.tools.ldapdecoder.protocol.AbandonRequest
Decodes the provided ASN.1 element as an abandon request protocol op.
decodeAddRequest(ASN1Element) - Static method in class com.slamd.tools.ldapdecoder.protocol.AddRequest
Decodes the provided ASN.1 element as an add request protocol op.
decodeAddResponse(ASN1Element) - Static method in class com.slamd.tools.ldapdecoder.protocol.AddResponse
Decodes the provided ASN.1 element as an add response protocol op.
decodeArray(ASN1Element) - Static method in class com.slamd.protocol.FileData
Decodes the provided ASN.1 element as an array of file data objects.
decodeAsBoolean(byte[]) - Static method in class com.slamd.asn1.ASN1Boolean
Decodes the provided byte array as an ASN.1 Boolean element.
decodeAsBoolean() - Method in class com.slamd.asn1.ASN1Element
Decodes this element as an ASN.1 Boolean element.
decodeAsBoolean(byte[]) - Static method in class com.slamd.asn1.ASN1Element
Decodes the provided byte array as an ASN.1 Boolean element.
decodeAsEnumerated() - Method in class com.slamd.asn1.ASN1Element
Decodes this element as an ASN.1 enumerated element.
decodeAsEnumerated(byte[]) - Static method in class com.slamd.asn1.ASN1Element
Decodes the provided byte array as an ASN.1 enumerated element.
decodeAsEnumerated(byte[]) - Static method in class com.slamd.asn1.ASN1Enumerated
Decodes the provided byte array as an ASN.1 enumerated element.
decodeAsInteger() - Method in class com.slamd.asn1.ASN1Element
Decodes this element as an ASN.1 integer element.
decodeAsInteger(byte[]) - Static method in class com.slamd.asn1.ASN1Element
Decodes the provided byte array as an ASN.1 integer element.
decodeAsInteger(byte[]) - Static method in class com.slamd.asn1.ASN1Integer
Decodes the provided byte array as an ASN.1 Integer element.
decodeAsNull() - Method in class com.slamd.asn1.ASN1Element
Decodes this element as an ASN.1 null element.
decodeAsNull(byte[]) - Static method in class com.slamd.asn1.ASN1Element
Decodes the provided byte array as an ASN.1 null element.
decodeAsNull(byte[]) - Static method in class com.slamd.asn1.ASN1Null
Decodes the provided byte array as an ASN.1 null element.
decodeAsOctetString() - Method in class com.slamd.asn1.ASN1Element
Decodes this element as an ASN.1 octet string element.
decodeAsOctetString(byte[]) - Static method in class com.slamd.asn1.ASN1Element
Decodes the provided byte array as an ASN.1 octet string element.
decodeAsOctetString(byte[]) - Static method in class com.slamd.asn1.ASN1OctetString
Decodes the provided byte array as an ASN.1 octet string element.
decodeAsSequence() - Method in class com.slamd.asn1.ASN1Element
Decodes this element as an ASN.1 sequence element.
decodeAsSequence(byte[]) - Static method in class com.slamd.asn1.ASN1Element
Decodes the provided byte array as an ASN.1 sequence element.
decodeAsSequence(byte[]) - Static method in class com.slamd.asn1.ASN1Sequence
Decodes the provided byte array as an ASN.1 sequence element.
decodeAsSet() - Method in class com.slamd.asn1.ASN1Element
Decodes this element as an ASN.1 set element.
decodeAsSet(byte[]) - Static method in class com.slamd.asn1.ASN1Element
Decodes the provided byte array as an ASN.1 set element.
decodeAsSet(byte[]) - Static method in class com.slamd.asn1.ASN1Set
Decodes the provided byte array as an ASN.1 set element.
decodeBindRequest(ASN1Element) - Static method in class com.slamd.tools.ldapdecoder.protocol.BindRequest
Decodes the provided ASN.1 element as a bind request protocol op.
decodeBindResponse(ASN1Element) - Static method in class com.slamd.tools.ldapdecoder.protocol.BindResponse
Decodes the provided ASN.1 element as a bind response protocol op.
decodeClientHello(int, ASN1Element) - Static method in class com.slamd.message.ClientHelloMessage
Decodes the provided ASN.1 element as a client hello message.
decodeClientManagerHello(int, ASN1Element) - Static method in class com.slamd.message.ClientManagerHelloMessage
Decodes the provided ASN.1 element as a client manager hello message.
decodeCompareRequest(ASN1Element) - Static method in class com.slamd.tools.ldapdecoder.protocol.CompareRequest
Decodes the provided ASN.1 element as a compare request protocol op.
decodeCompareResponse(ASN1Element) - Static method in class com.slamd.tools.ldapdecoder.protocol.CompareResponse
Decodes the provided ASN.1 element as a compare response protocol op.
decodeControls(ASN1Element) - Static method in class com.slamd.tools.ldapdecoder.protocol.LDAPControl
Decodes the provided ASN.1 element as a set of LDAP controls.
decodeDeleteRequest(ASN1Element) - Static method in class com.slamd.tools.ldapdecoder.protocol.DeleteRequest
Decodes the provided ASN.1 element as a delete request protocol op.
decodeDeleteResponse(ASN1Element) - Static method in class com.slamd.tools.ldapdecoder.protocol.DeleteResponse
Decodes the provided ASN.1 element as a delete response protocol op.
decodeEthernetHeader(byte[], int) - Static method in class com.slamd.tools.ldapdecoder.snoop.EthernetHeader
Decodes an Ethernet header from the provided byte array.
DecodeException - Exception in com.slamd.db
This class defines an exception that may be thrown if a problem arises while attempting to decode a set of encoded data.
DecodeException(String) - Constructor for exception com.slamd.db.DecodeException
Creates a new decode exception with the provided message.
DecodeException(String, Throwable) - Constructor for exception com.slamd.db.DecodeException
Creates a new decode exception with the provided message.
decodeExtendedRequest(ASN1Element) - Static method in class com.slamd.tools.ldapdecoder.protocol.ExtendedRequest
Decodes the provided ASN.1 element as an extended request protocol op.
decodeExtendedResponse(ASN1Element) - Static method in class com.slamd.tools.ldapdecoder.protocol.ExtendedResponse
Decodes the provided ASN.1 element as an extended response protocol op.
decodeFrom(InputStream) - Static method in class com.slamd.tools.tcpreplay.CaptureData
Reads an encoded form of this capture data from the provided input stream.
decodeHelloResponse(int, ASN1Element) - Static method in class com.slamd.message.HelloResponseMessage
Decodes the provided ASN.1 element as a hello response message.
decodeIntValue(byte[]) - Static method in class com.slamd.asn1.ASN1Integer
This method converts the provided byte array into a Java int.
decodeIPv4Header(byte[], int) - Static method in class com.slamd.tools.ldapdecoder.snoop.IPv4Header
Decodes data in the provided byte array as an IPv4 header.
decodeJobCompleted(int, ASN1Element) - Static method in class com.slamd.message.JobCompletedMessage
Decodes the provided ASN.1 element as a job completed message.
decodeJobControlRequest(int, ASN1Element) - Static method in class com.slamd.message.JobControlRequestMessage
Decodes the provided ASN.1 element as a job control request message.
decodeJobControResponse(int, ASN1Element) - Static method in class com.slamd.message.JobControlResponseMessage
Decodes the provided ASN.1 element as a job control response message.
decodeJobRequest(int, ASN1Element) - Static method in class com.slamd.message.JobRequestMessage
Decodes the provided ASN.1 element as a job request message.
decodeJobResponse(int, ASN1Element) - Static method in class com.slamd.message.JobResponseMessage
Decodes the provided ASN.1 element as a job response message.
decodeKeepAlive(int, ASN1Element) - Static method in class com.slamd.message.KeepAliveMessage
Decodes the provided ASN.1 element as a keepalive message.
decodeLength(byte[]) - Static method in class com.slamd.asn1.ASN1Element
Decodes the provided byte array as a length.
decodeMessagePayload(ASN1Element) - Method in class com.slamd.protocol.ClassTransferRequest
Decodes the provided ASN.1 element and uses it as the payload for this SLAMD message.
decodeMessagePayload(ASN1Element) - Method in class com.slamd.protocol.ClassTransferResponse
Decodes the provided ASN.1 element and uses it as the payload for this SLAMD message.
decodeMessagePayload(ASN1Element) - Method in class com.slamd.protocol.ClientDisconnect
Decodes the provided ASN.1 element and uses it as the payload for this SLAMD message.
decodeMessagePayload(ASN1Element) - Method in class com.slamd.protocol.ClientHello
Decodes the provided ASN.1 element and uses it as the payload for this SLAMD message.
decodeMessagePayload(ASN1Element) - Method in class com.slamd.protocol.ClientManagerHello
Decodes the provided ASN.1 element and uses it as the payload for this SLAMD message.
decodeMessagePayload(ASN1Element) - Method in class com.slamd.protocol.ClientUpgradeRequest
Decodes the provided ASN.1 element and uses it as the payload for this SLAMD message.
decodeMessagePayload(ASN1Element) - Method in class com.slamd.protocol.ClientUpgradeResponse
Decodes the provided ASN.1 element and uses it as the payload for this SLAMD message.
decodeMessagePayload(ASN1Element) - Method in class com.slamd.protocol.JobCompleted
Decodes the provided ASN.1 element and uses it as the payload for this SLAMD message.
decodeMessagePayload(ASN1Element) - Method in class com.slamd.protocol.JobControlRequest
Decodes the provided ASN.1 element and uses it as the payload for this SLAMD message.
decodeMessagePayload(ASN1Element) - Method in class com.slamd.protocol.JobControlResponse
Decodes the provided ASN.1 element and uses it as the payload for this SLAMD message.
decodeMessagePayload(ASN1Element) - Method in class com.slamd.protocol.JobRequest
Decodes the provided ASN.1 element and uses it as the payload for this SLAMD message.
decodeMessagePayload(ASN1Element) - Method in class com.slamd.protocol.JobResponse
Decodes the provided ASN.1 element and uses it as the payload for this SLAMD message.
decodeMessagePayload(ASN1Element) - Method in class com.slamd.protocol.KeepAlive
Decodes the provided ASN.1 element and uses it as the payload for this SLAMD message.
decodeMessagePayload(ASN1Element) - Method in class com.slamd.protocol.MonitorClientHello
Decodes the provided ASN.1 element and uses it as the payload for this SLAMD message.
decodeMessagePayload(ASN1Element) - Method in class com.slamd.protocol.RegisterStatistic
Decodes the provided ASN.1 element and uses it as the payload for this SLAMD message.
decodeMessagePayload(ASN1Element) - Method in class com.slamd.protocol.ReportStatistic
Decodes the provided ASN.1 element and uses it as the payload for this SLAMD message.
decodeMessagePayload(ASN1Element) - Method in class com.slamd.protocol.ServerDisconnect
Decodes the provided ASN.1 element and uses it as the payload for this SLAMD message.
decodeMessagePayload(ASN1Element) - Method in class com.slamd.protocol.ServerHello
Decodes the provided ASN.1 element and uses it as the payload for this SLAMD message.
decodeMessagePayload(ASN1Element) - Method in class com.slamd.protocol.SLAMDMessage
Decodes the provided ASN.1 element and uses it as the payload for this SLAMD message.
decodeMessagePayload(ASN1Element) - Method in class com.slamd.protocol.StartClientRequest
Decodes the provided ASN.1 element and uses it as the payload for this SLAMD message.
decodeMessagePayload(ASN1Element) - Method in class com.slamd.protocol.StartClientResponse
Decodes the provided ASN.1 element and uses it as the payload for this SLAMD message.
decodeMessagePayload(ASN1Element) - Method in class com.slamd.protocol.StatusRequest
Decodes the provided ASN.1 element and uses it as the payload for this SLAMD message.
decodeMessagePayload(ASN1Element) - Method in class com.slamd.protocol.StatusResponse
Decodes the provided ASN.1 element and uses it as the payload for this SLAMD message.
decodeModifyDNRequest(ASN1Element) - Static method in class com.slamd.tools.ldapdecoder.protocol.ModifyDNRequest
Decodes the provided ASN.1 element as a modify DN request protocol op.
decodeModifyDNResponse(ASN1Element) - Static method in class com.slamd.tools.ldapdecoder.protocol.ModifyDNResponse
Decodes the provided ASN.1 element as a modify DN response protocol op.
decodeModifyRequest(ASN1Element) - Static method in class com.slamd.tools.ldapdecoder.protocol.ModifyRequest
Decodes the provided ASN.1 element as a modify request protocol op.
decodeModifyResponse(ASN1Element) - Static method in class com.slamd.tools.ldapdecoder.protocol.ModifyResponse
Decodes the provided ASN.1 element as a modify response protocol op.
decodeNameValuePair(ASN1Element, StringBuilder) - Static method in class com.slamd.protocol.SLAMDMessage
Decodes the provided ASN.1 element as a sequence containing a name and value.
decodeNameValuePairSequence(ASN1Element) - Static method in class com.slamd.protocol.SLAMDMessage
Decodes the provided ASN.1 element as a sequence of name-value pair elements.
decodeRegisterStatMessage(int, ASN1Element) - Static method in class com.slamd.message.RegisterStatisticMessage
Decodes the provided ASN.1 element as a register statistic message.
decodeReportStatMessage(int, ASN1Element) - Static method in class com.slamd.message.ReportStatisticMessage
Decodes the provided ASN.1 element as a report statistic message.
decodeSearchRequest(ASN1Element) - Static method in class com.slamd.tools.ldapdecoder.protocol.SearchRequest
Decodes the provided ASN.1 element as a search request protocol op.
decodeSearchResultDone(ASN1Element) - Static method in class com.slamd.tools.ldapdecoder.protocol.SearchResultDone
Decodes the provided ASN.1 element as a search result done protocol op.
decodeSearchResultEntry(ASN1Element) - Static method in class com.slamd.tools.ldapdecoder.protocol.SearchResultEntry
Decodes the provided ASN.1 element as a search result entry protocol op.
decodeSearchResultReference(ASN1Element) - Static method in class com.slamd.tools.ldapdecoder.protocol.SearchResultReference
Decodes the provided ASN.1 element as a search result reference protocol op.
decodeSequence(ASN1Sequence) - Static method in class com.slamd.db.SLAMDPermission
Decodes the provided ASN.1 sequence as a SLAMD permission.
decodeSequenceElements(byte[]) - Static method in class com.slamd.asn1.ASN1Sequence
Decodes the provided byte array as if it were a set of ASN.1 elements.
decodeSequenceElements(byte[], int) - Static method in class com.slamd.asn1.ASN1Sequence
Decodes the provided byte array into a set of the specified number of ASN.1 elements.
decodeServerHello(int, ASN1Element) - Static method in class com.slamd.message.ServerHelloMessage
Decodes the provided ASN.1 element as a server hello message.
decodeShutdown(int, ASN1Element) - Static method in class com.slamd.message.ServerShutdownMessage
Decodes the provided ASN.1 element as a server shutdown message.
decodeStartClient(int, ASN1Element) - Static method in class com.slamd.message.StartClientRequestMessage
Decodes the provided ASN.1 element as a start client request message.
decodeStartClientResponse(int, ASN1Element) - Static method in class com.slamd.message.StartClientResponseMessage
Decodes the provided ASN.1 element as a start client response message.
decodeStats(String) - Static method in class com.slamd.stat.PersistentStatViewer
Reads the provided data file and decodes it as a set of stat trackers.
decodeStatusRequest(int, ASN1Element) - Static method in class com.slamd.message.StatusRequestMessage
Decodes the provided ASN.1 element as a status request message.
decodeStatusResponse(int, ASN1Element) - Static method in class com.slamd.message.StatusResponseMessage
Decodes the provided ASN.1 element as a status response message.
decodeStopClient(int, ASN1Element) - Static method in class com.slamd.message.StopClientRequestMessage
Decodes the provided ASN.1 element as a stop client request message.
decodeStopClientResponse(int, ASN1Element) - Static method in class com.slamd.message.StopClientResponseMessage
Decodes the provided ASN.1 element as a stop client response message.
decodeSummary(SLAMDServer, byte[]) - Static method in class com.slamd.job.OptimizingJob
Decodes the provided byte array as an optimizing job, but only including summary information.
decodeSummary(byte[]) - Static method in class com.slamd.jobgroup.JobGroup
Decodes the contents of the provided byte array as a job group.
decodeSummaryJob(SLAMDServer, byte[]) - Static method in class com.slamd.job.Job
Decodes the provided byte array as a SLAMD job, but only decodes a minimal set of data for display on summary pages.
decodeTCPHeader(byte[], int) - Static method in class com.slamd.tools.ldapdecoder.snoop.TCPHeader
Decodes information in the provided byte array as a TCP header.
decodeTransferRequest(int, ASN1Element) - Static method in class com.slamd.message.ClassTransferRequestMessage
Decodes the provided ASN.1 element as a class transfer request message.
decodeTransferResponse(int, ASN1Element) - Static method in class com.slamd.message.ClassTransferResponseMessage
Decodes the provided ASN.1 element as a class transfer request message.
decodeUnbindRequest(ASN1Element) - Static method in class com.slamd.tools.ldapdecoder.protocol.UnbindRequest
Decodes the provided ASN.1 element as an unbind request protocol op.
decodeWithoutData(byte[]) - Static method in class com.slamd.server.UploadedFile
Decodes the provided byte array as an uploaded file, but excluding the actual file data.
DECREMENT_1_METHOD_NUMBER - Static variable in class com.slamd.scripting.general.IntegerVariable
The method number for the first "decrement" method.
DECREMENT_2_METHOD_NUMBER - Static variable in class com.slamd.scripting.general.IntegerVariable
The method number for the second "decrement" method.
DECREMENT_METHOD_NAME - Static variable in class com.slamd.scripting.general.IntegerVariable
The name of the method that will be used to decrement the value of this integer variable.
DEFAULT_ATTR1 - Static variable in class com.slamd.jobs.SiteMinderJobClass
The default value for the first attribute to retrieve during the authentication process.
DEFAULT_ATTR1 - Static variable in class com.slamd.jobs.WeightedSiteMinderJobClass
The default value for the first attribute to retrieve during the authentication process.
DEFAULT_ATTR2 - Static variable in class com.slamd.jobs.SiteMinderJobClass
The default value for the second attribute to retrieve during the authentication process.
DEFAULT_ATTR2 - Static variable in class com.slamd.jobs.WeightedSiteMinderJobClass
The default value for the second attribute to retrieve during the authentication process.
DEFAULT_ATTR3 - Static variable in class com.slamd.jobs.SiteMinderJobClass
The default value for the third attribute to retrieve during the authentication process.
DEFAULT_ATTR3 - Static variable in class com.slamd.jobs.WeightedSiteMinderJobClass
The default value for the third attribute to retrieve during the authentication process.
DEFAULT_ATTRS_TO_MODIFY - Static variable in class com.slamd.jobs.SiteMinderJobClass
The default set of attributes to include in the modification.
DEFAULT_ATTRS_TO_MODIFY - Static variable in class com.slamd.jobs.WeightedSiteMinderJobClass
The default set of attributes to include in the modification.
DEFAULT_AVERAGE_UTILIZATION_LOG_THRESHOLD - Static variable in class com.slamd.resourcemonitor.VMStatResourceMonitor
The default value that will be used as the average utilization log threshold.
DEFAULT_BUFFER_SIZE - Static variable in class com.slamd.tools.throughputtest.ThroughputTestServer
The default buffer size to use in bytes.
DEFAULT_CAPTURE_CPU_BUSY - Static variable in class com.slamd.resourcemonitor.MPStatResourceMonitor
The default behavior that will be used with regards to capturing CPU busy time.
DEFAULT_CAPTURE_CPU_BUSY - Static variable in class com.slamd.resourcemonitor.VMStatResourceMonitor
The default behavior that will be used with regards to capturing CPU busy time.
DEFAULT_CAPTURE_CPU_IDLE - Static variable in class com.slamd.resourcemonitor.MPStatResourceMonitor
The default behavior that will be used with regards to capturing CPU idle time.
DEFAULT_CAPTURE_CPU_IDLE - Static variable in class com.slamd.resourcemonitor.VMStatResourceMonitor
The default behavior that will be used with regards to capturing CPU idle time.
DEFAULT_CAPTURE_CPU_SYSTEM - Static variable in class com.slamd.resourcemonitor.MPStatResourceMonitor
The default behavior that will be used with regards to capturing CPU system time.
DEFAULT_CAPTURE_CPU_SYSTEM - Static variable in class com.slamd.resourcemonitor.VMStatResourceMonitor
The default behavior that will be used with regards to capturing CPU system time.
DEFAULT_CAPTURE_CPU_USER - Static variable in class com.slamd.resourcemonitor.MPStatResourceMonitor
The default behavior that will be used with regards to capturing CPU user time.
DEFAULT_CAPTURE_CPU_USER - Static variable in class com.slamd.resourcemonitor.VMStatResourceMonitor
The default behavior that will be used with regards to capturing CPU user time.
DEFAULT_CAPTURE_CPU_UTILIZATION - Static variable in class com.slamd.resourcemonitor.VMStatResourceMonitor
The default behavior that will be used with regards to capturing aggregate CPU utilization.
DEFAULT_CAPTURE_CURRENT_CONNECTIONS - Static variable in class com.slamd.resourcemonitor.SunONEDirectoryServerResourceMonitor
The flag that indicates whether the number of current connections will be captured by default.
DEFAULT_CAPTURE_DB_ENTRY_COUNT - Static variable in class com.slamd.resourcemonitor.SunONEDirectoryServerResourceMonitor
The flag that indicates whether the number of records in the database will be captured by default.
DEFAULT_CAPTURE_ENTRY_CACHE_COUNT - Static variable in class com.slamd.resourcemonitor.SunONEDirectoryServerResourceMonitor
The flag that indicates whether the number of entries in the entry cache will be captured by default.
DEFAULT_CAPTURE_ENTRY_CACHE_HIT_RATIO - Static variable in class com.slamd.resourcemonitor.SunONEDirectoryServerResourceMonitor
The flag that indicates whether the entry cache hit ratio will be captured by default.
DEFAULT_CAPTURE_ENTRY_CACHE_PCT_CACHED - Static variable in class com.slamd.resourcemonitor.SunONEDirectoryServerResourceMonitor
The flag that indicates whether the entry cache percent of entries cached will be captured by default.
DEFAULT_CAPTURE_ENTRY_CACHE_PCT_FULL - Static variable in class com.slamd.resourcemonitor.SunONEDirectoryServerResourceMonitor
The flag that indicates whether the entry cache percent full will be captured by default.
DEFAULT_CAPTURE_ENTRY_CACHE_SIZE - Static variable in class com.slamd.resourcemonitor.SunONEDirectoryServerResourceMonitor
The flag that indicates whether the entry cache size will be captured by default.
DEFAULT_CAPTURE_FREE_MEMORY - Static variable in class com.slamd.resourcemonitor.VMStatResourceMonitor
The default behavior that will be used with regards to capturing the amount of free memory.
DEFAULT_CAPTURE_LDAP_ENTRY_COUNT - Static variable in class com.slamd.resourcemonitor.SunONEDirectoryServerResourceMonitor
The flag that indicates whether the number of entries in the database will be captured by default.
DEFAULT_CAPTURE_REQUESTS_COMPLETED - Static variable in class com.slamd.resourcemonitor.SunONEDirectoryServerResourceMonitor
The flag that indicates whether the number of completed requests will be captured by default.
DEFAULT_CAPTURE_REQUESTS_IN_PROGRESS - Static variable in class com.slamd.resourcemonitor.SunONEDirectoryServerResourceMonitor
The flag that indicates whether the number of requests in progress will be captured by default.
DEFAULT_CLIENT_MANAGER_LISTENER_PORT_NUMBER - Static variable in class com.slamd.common.Constants
The default port on which the SLAMD server will listen for client manager connections.
DEFAULT_CLIENT_MANAGER_MAX_WAIT_TIME - Static variable in class com.slamd.common.Constants
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.
DEFAULT_COLLECTION_INTERVAL - Static variable in class com.slamd.common.Constants
The default length of time in seconds to use as the statistics collection interval.
DEFAULT_CONFIG_FILE_PATH - Static variable in class com.slamd.common.Constants
The location that will be used for the configuration file if it was not specified as an initialization parameter.
DEFAULT_COUNT - Static variable in class com.slamd.tools.udpping.UDPPing
The default count that will be used if none is specified.
DEFAULT_DATAGRAM_SIZE - Static variable in class com.slamd.tools.udpping.UDPPing
The default datagram size that will be used if none is specified.
DEFAULT_DS_BIND_DN - Static variable in class com.slamd.resourcemonitor.SunONEDirectoryServerResourceMonitor
The default DN to use when binding to the directory server.
DEFAULT_DS_BIND_PW - Static variable in class com.slamd.resourcemonitor.SunONEDirectoryServerResourceMonitor
The default password to use when binding to the directory server.
DEFAULT_DS_HOST - Static variable in class com.slamd.resourcemonitor.SunONEDirectoryServerResourceMonitor
The default address to use for the directory server.
DEFAULT_DS_PORT - Static variable in class com.slamd.resourcemonitor.SunONEDirectoryServerResourceMonitor
The default port to use for the directory server.
DEFAULT_FILE_CONTENT_TYPE - Static variable in class com.slamd.common.Constants
The default content type that will be used for returning non-HTML data.
DEFAULT_FILENAME - Static variable in class com.slamd.tftp.TFTPClient
Default filename to fetch from the TFTP server.
DEFAULT_GRAPH_HEIGHT - Static variable in class com.slamd.common.Constants
The default height to use for graphs if none is specified.
DEFAULT_GRAPH_IN_NEW_WINDOW - Static variable in class com.slamd.common.Constants
Indicates whether a new window should be created for graphs by default.
DEFAULT_GRAPH_WIDTH - Static variable in class com.slamd.common.Constants
The default width to use for graphs if none is specified.
DEFAULT_HTML - Static variable in class com.slamd.common.Constants
The HTML string that will be used as the default main HTML page text when adding configuration data into the config directory.
DEFAULT_IDLE_SLEEP_DURATION - Static variable in class com.slamd.loadvariance.LoadVarianceJobClass
The default length of time in milliseconds that an idle thread should sleep between checks to determine whether it is time to start running.
DEFAULT_INTERVAL - Static variable in class com.slamd.tools.udpping.UDPPing
The default interval that will be used if none is specified.
DEFAULT_IOSTAT_COMMAND - Static variable in class com.slamd.resourcemonitor.IOStatResourceMonitor
The default iostat command that will be used if no other value is given.
DEFAULT_JOB_CACHE_SIZE - Static variable in class com.slamd.common.Constants
The default number of jobs to store in the in-memory job cache.
DEFAULT_LDAP_BIND_DN - Static variable in class com.slamd.resourcemonitor.LDAPResourceMonitor
The default DN to use when binding to the LDAP server.
DEFAULT_LDAP_BIND_PW - Static variable in class com.slamd.resourcemonitor.LDAPResourceMonitor
The default password to use when binding to the LDAP server.
DEFAULT_LDAP_HOST - Static variable in class com.slamd.resourcemonitor.LDAPResourceMonitor
The default address to use for the LDAP server.
DEFAULT_LDAP_PORT - Static variable in class com.slamd.resourcemonitor.LDAPResourceMonitor
The default port to use for the LDAP server.
DEFAULT_LISTEN_PORT - Static variable in class com.slamd.tools.throughputtest.ThroughputTestServer
The default port on which to listen for connections.
DEFAULT_LISTEN_PORT - Static variable in class com.slamd.tools.udpping.UDPPingServer
The default port on which this server will listen for connections.
DEFAULT_LISTENER_KEEPALIVE_INTERVAL - Static variable in class com.slamd.common.Constants
The default interval in seconds between keepalive messages.
DEFAULT_LISTENER_PORT_NUMBER - Static variable in class com.slamd.common.Constants
The default port on which the SLAMD server will listen for client connections.
DEFAULT_LISTENER_USE_SSL - Static variable in class com.slamd.common.Constants
The default value that indicates whether the client listener will use SSL.
DEFAULT_LOG_ALWAYS_FLUSH - Static variable in class com.slamd.common.Constants
The default value that will be used for the "always flush" parameter if no value is specified.
DEFAULT_LOG_ASYNCHRONOUSLY - Static variable in class com.slamd.common.Constants
The default value that will be used for the "log asynchronously" parameter if no value is specified.
DEFAULT_LOG_FILENAME - Static variable in class com.slamd.common.Constants
The default name to use for the SLAMD log file.
DEFAULT_LOG_ID_ATTR - Static variable in class com.slamd.jobs.SiteMinderJobClass
The default attribute used as the login ID.
DEFAULT_LOG_ID_ATTR - Static variable in class com.slamd.jobs.WeightedSiteMinderJobClass
The default attribute used as the login ID.
DEFAULT_LOG_POLL_DELAY - Static variable in class com.slamd.common.Constants
The default length of time in seconds between iterations of the logging thread's poll loop.
DEFAULT_LOG_VIEW_LINES - Static variable in class com.slamd.common.Constants
The default number of log file lines to display if no other value is specified.
DEFAULT_LOGGER_ENABLED - Static variable in class com.slamd.common.Constants
The default value that will be used for the "logger enabled" parameter if no value is specified.
DEFAULT_MAX_RESPONSE_WAIT_TIME - Static variable in class com.slamd.common.Constants
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.
DEFAULT_MAX_STAT_INTERVALS - Static variable in class com.slamd.common.Constants
The default number of collection intervals that should be retained by the real-time stat reporter.
DEFAULT_MAX_UPLOAD_SIZE - Static variable in class com.slamd.common.Constants
The default value that will be used for the maximum file upload size if none is specified.
DEFAULT_MODE - Static variable in class com.slamd.tftp.TFTPClient
Default download mode when building a data TFTP packet.
DEFAULT_MONITOR_GRAPH_HEIGHT - Static variable in class com.slamd.common.Constants
The default height to use for resource monitor graphs if none is specified.
DEFAULT_MONITOR_LISTENER_PORT_NUMBER - Static variable in class com.slamd.common.Constants
The default port on which the SLAMD server will listen for resource monitor client connections.
DEFAULT_NUMBER_OF_RETRIES - Static variable in class com.slamd.tftp.TFTPClient
Default number of retries before transmitting an error TFTP packet to the server.
DEFAULT_PACKET_SIZE - Static variable in class com.slamd.resourcemonitor.UDPPingResourceMonitor
The default packet size that will be used if none is specified.
DEFAULT_PAGE_FOOTER - Static variable in class com.slamd.common.Constants
The default page footer that will be used if no other value is specified.
DEFAULT_PAGE_HEADER - Static variable in class com.slamd.common.Constants
The default page header that will be used if no other value is specified.
DEFAULT_PEAK_UTILIZATION_LOG_THRESHOLD - Static variable in class com.slamd.resourcemonitor.VMStatResourceMonitor
The default value that will be used as the peak utilization log threshold.
DEFAULT_PING_INTERVAL - Static variable in class com.slamd.resourcemonitor.UDPPingResourceMonitor
The default ping interval that will be used if none is specified.
DEFAULT_PING_TIMEOUT - Static variable in class com.slamd.resourcemonitor.UDPPingResourceMonitor
The default ping timeout that will be used if none is specified.
DEFAULT_PORT - Static variable in class com.slamd.tools.udpping.UDPPing
The default port that will be used if none is specified.
DEFAULT_PROCESS_ID - Static variable in class com.slamd.resourcemonitor.ProcessSizeResourceMonitor
The default process ID that will be used if none is given.
DEFAULT_PROCESS_ID_FILE - Static variable in class com.slamd.resourcemonitor.ProcessSizeResourceMonitor
The default process ID file that will be used if none is given.
DEFAULT_PROCESS_NAME - Static variable in class com.slamd.resourcemonitor.ProcessSizeResourceMonitor
The default process name that will be used if none is given.
DEFAULT_RDN_ATTRS - Static variable in class com.slamd.tools.makeldif.MakeLDIF
The RDN attributes that will be used by default if none are specified.
DEFAULT_REQUIRE_AUTHENTICATION - Static variable in class com.slamd.common.Constants
The default value that indicates whether the client listener will require clients to authenticate.
DEFAULT_RESULT_CODE - Static variable in class com.slamd.dslogplay.LogOperation
The default result code string that should be used if the associated operation was successful.
DEFAULT_SCHEDULER_DELAY - Static variable in class com.slamd.common.Constants
The default length of time in seconds between iterations of the SLAMD scheduler loop.
DEFAULT_SCHEDULER_START_BUFFER - Static variable in class com.slamd.common.Constants
The default time in seconds before a job's start time that the job request should be sent to clients.
DEFAULT_SKIP_FIRST_LINE - Static variable in class com.slamd.resourcemonitor.VMStatResourceMonitor
The default behavior that will be used with regards to skipping the first line of output if no other value is provided.
DEFAULT_SMTP_PORT - Static variable in class com.slamd.common.Constants
The default port number that will be used to contact the SMTP server.
DEFAULT_SOCKET_TIMEOUT - Static variable in class com.slamd.tftp.TFTPClient
Default timeout, in milliseconds, to wait before the client retransmits last packet.
DEFAULT_START_COMMAND - Static variable in class com.slamd.tools.CommandLineClientManager
The default command that will be used to start the client manager if none is provided.
DEFAULT_START_COMMAND_WINDOWS - Static variable in class com.slamd.tools.CommandLineClientManager
The default command that will be used to start the client manager on Windows systems if none is provided.
DEFAULT_STAT_LISTENER_PORT_NUMBER - Static variable in class com.slamd.common.Constants
The default port on which the SLAMD server will listen for real-time statistics reporting.
DEFAULT_STAT_PERSISTENCE_INTERVAL - Static variable in class com.slamd.common.Constants
The default length of time in seconds between periodic saves of statistical data on the client.
DEFAULT_STAT_REPORT_INTERVAL - Static variable in class com.slamd.common.Constants
The default length of time in seconds to use when reporting statistics to the SLAMD server.
DEFAULT_TARGET_ADDRESS - Static variable in class com.slamd.resourcemonitor.UDPPingResourceMonitor
The default target address that will be used if none is specified.
DEFAULT_TARGET_PORT - Static variable in class com.slamd.resourcemonitor.UDPPingResourceMonitor
The default target port that will be used if none is specified.
DEFAULT_TFTP_SERVER_IP - Static variable in class com.slamd.tftp.TFTPClient
Default TFTP server IP.
DEFAULT_TFTP_SERVER_PORT - Static variable in class com.slamd.tftp.TFTPClient
Standard TFTP port to use when intializing communication with the TFTP server.
DEFAULT_TIMEOUT - Static variable in class com.slamd.tools.udpping.UDPPing
The default timeout that will be used if none is specified.
DEFAULT_UDP_PORT - Static variable in class com.slamd.tftp.TFTPClient
Default client UDP port to use if no random one is used.
DEFAULT_VMSTAT_COMMAND - Static variable in class com.slamd.resourcemonitor.VMStatResourceMonitor
The default vmstat command that will be executed if no alternative is provided.
DEFAULT_WEB_APP_PATH - Static variable in class com.slamd.common.Constants
The default path to use for the location of the Web application files.
DELAY_BETWEEN_ITERATIONS_AT - Static variable in class com.slamd.common.Constants
The name of the LDAP attribute that will be used to specify the delay in seconds between iterations of an optimizing job.
DELETE_FOLDER_METHOD_NAME - Static variable in class com.slamd.scripting.mail.IMAPConnectionVariable
The name of the method that can be used to delete a mailbox folder.
DELETE_FOLDER_METHOD_NUMBER - Static variable in class com.slamd.scripting.mail.IMAPConnectionVariable
The method number for the "deleteFolder" method.
DELETE_LOGOUT_COOKIES_METHOD_NAME - Static variable in class com.slamd.scripting.http.HTTPClientVariable
The name of the method that can be used to determine whether logout cookies should be automatically deleted.
DELETE_LOGOUT_COOKIES_METHOD_NUMBER - Static variable in class com.slamd.scripting.http.HTTPClientVariable
The method number for the "deleteLogoutCookies" method.
DELETE_METHOD_NAME - Static variable in class com.slamd.scripting.ldap.LDAPConnectionVariable
The name of the method that performs an LDAP delete operation.
DELETE_METHOD_NAME - Static variable in class com.slamd.scripting.mail.IMAPConnectionVariable
The name of the method that can be used to delete a message from the IMAP server.
DELETE_METHOD_NAME - Static variable in class com.slamd.scripting.mail.POPConnectionVariable
The name of the method that can be used to delete a message from the POP3 server.
DELETE_METHOD_NUMBER - Static variable in class com.slamd.scripting.ldap.LDAPConnectionVariable
The method number for the "delete" method.
DELETE_METHOD_NUMBER - Static variable in class com.slamd.scripting.mail.IMAPConnectionVariable
The method number for the "delete" method.
DELETE_METHOD_NUMBER - Static variable in class com.slamd.scripting.mail.POPConnectionVariable
The method number for the "delete" method.
DELETE_REQUEST_TYPE - Static variable in class com.slamd.tools.ldapdecoder.protocol.ProtocolOp
The ASN.1 type for delete request protocol ops.
DELETE_RESPONSE_TYPE - Static variable in class com.slamd.tools.ldapdecoder.protocol.ProtocolOp
The ASN.1 type for delete response protocol ops.
DELETE_ROW_METHOD_NAME - Static variable in class com.slamd.scripting.jdbc.JDBCResultSetVariable
The name of the method that can be used to remove the current row from the result set and database.
DELETE_ROW_METHOD_NUMBER - Static variable in class com.slamd.scripting.jdbc.JDBCResultSetVariable
The method number for the "deleteRow" method.
deleteExistingAdds - Static variable in class com.slamd.dslogplay.LogPlaybackJobClass
 
DeleteFolder - Class in com.slamd.tools
This class defines a utility that may be used to delete a job folder from the command line.
DeleteFolder(String[]) - Constructor for class com.slamd.tools.DeleteFolder
Parses the provided command-line arguments.
deleteLogoutCookies() - Method in class com.slamd.http.HTTPClient
Indicates whether this client will automatically delete any cookie whose value is set to "LOGOUT".
deleteOldRDN() - Method in class com.slamd.tools.ldapdecoder.protocol.ModifyDNRequest
Indicates whether the old RDN value should be removed from the entry when it is renamed.
DeleteOperation - Class in com.slamd.dslogplay
This class defines an LDAP delete operation parsed from an access log and implements the necessary logic to parse the log file line and to replay the operation against a Directory Server.
DeleteOperation(String) - Constructor for class com.slamd.dslogplay.DeleteOperation
Creates a new delete operation with the provided information.
DeleteRequest - Class in com.slamd.tools.ldapdecoder.protocol
This class defines an LDAP delete request, which is used to remove an entry from a directory server.
DeleteRequest(String) - Constructor for class com.slamd.tools.ldapdecoder.protocol.DeleteRequest
Creates a new delete request to delete the entry with the given DN.
DeleteResponse - Class in com.slamd.tools.ldapdecoder.protocol
This class defines an LDAP delete response, which provides information about the result of processing a delete request.
DeleteResponse(int, String, String) - Constructor for class com.slamd.tools.ldapdecoder.protocol.DeleteResponse
Creates a new delete response protocol op with the provided information.
DeleteResponse(int, String, String, String[]) - Constructor for class com.slamd.tools.ldapdecoder.protocol.DeleteResponse
Creates a new delete response protocol op with the provided information.
deletesReplayed - Variable in class com.slamd.dslogplay.LogPlaybackJobClass
 
deleteTimer - Variable in class com.slamd.dslogplay.LogPlaybackJobClass
 
DEREF_ALWAYS - Static variable in class com.slamd.tools.ldapdecoder.protocol.SearchRequest
The alias policy that indicates that all aliases encountered should be dereferenced.
DEREF_FINDING_BASE_OBJECT - Static variable in class com.slamd.tools.ldapdecoder.protocol.SearchRequest
The alias policy that indicates that the search base should be dereferenced if it is an alias.
DEREF_IN_SEARCHING - Static variable in class com.slamd.tools.ldapdecoder.protocol.SearchRequest
The alias policy that indicates that any aliases found when performing the search should be dereferenced.
DEREF_NEVER - Static variable in class com.slamd.tools.ldapdecoder.protocol.SearchRequest
The alias policy that indicates that aliases should never be dereferenced.
deregister(String, boolean) - Method in class com.slamd.admin.AccessManager
Removes the specified resource from the set of protected resources for this access manager, optionally flushing the user cache in the process.
deregisterStatistic() - Method in class com.slamd.server.RealTimeJobStats
Deregisters a stat reporter from this stat handler.
description - Variable in class com.slamd.parameter.Parameter
A description for this parameter that can provide additional information about it than just the name.
destroy() - Method in class com.slamd.admin.AdminServlet
Indicates that the servlet engine is shutting down and that the appropriate action should be taken to ensure that SLAMD is properly stopped.
destroy() - Method in class com.slamd.job.JobClass
Prevent the deprecated destroy method from being used by subclasses.
destroyThread() - Method in class com.slamd.dslogplay.LogPlaybackJobClass
Provides a means for destroying this job thread if it does not respond to a graceful shutdown request.
destroyThread() - Method in class com.slamd.job.JobClass
Provides a means for destroying this job thread if it does not respond to a graceful shutdown request.
destroyThread() - Method in class com.slamd.jobs.HTTPGetRateJobClass
Provides a means for destroying this job thread if it does not respond to a graceful shutdown request.
destroyThread() - Method in class com.slamd.jobs.LDAPAddAndDeleteRateJobClass
Provides a means for destroying this job thread if it does not respond to a graceful shutdown request.
destroyThread() - Method in class com.slamd.jobs.LDAPAuthRateJobClass
Provides a means for destroying this job thread if it does not respond to a graceful shutdown request.
destroyThread() - Method in class com.slamd.jobs.LDAPCompareRateJobClass
Provides a means for destroying this job thread if it does not respond to a graceful shutdown request.
destroyThread() - Method in class com.slamd.jobs.LDAPMixedLoadJobClass
Provides a means for destroying this job thread if it does not respond to a graceful shutdown request.
destroyThread() - Method in class com.slamd.jobs.LDAPModDNRateJobClass
Provides a means for destroying this job thread if it does not respond to a graceful shutdown request.
destroyThread() - Method in class com.slamd.jobs.LDAPModRateJobClass
Provides a means for destroying this job thread if it does not respond to a graceful shutdown request.
destroyThread() - Method in class com.slamd.jobs.LDAPMultiConnectionSearchRateJobClass
Provides a means for destroying this job thread if it does not respond to a graceful shutdown request.
destroyThread() - Method in class com.slamd.jobs.LDAPPrimeJobClass
Provides a means for destroying this job thread if it does not respond to a graceful shutdown request.
destroyThread() - Method in class com.slamd.jobs.LDAPSearchAndModRateJobClass
Provides a means for destroying this job thread if it does not respond to a graceful shutdown request.
destroyThread() - Method in class com.slamd.jobs.LDAPSearchRateJobClass
Provides a means for destroying this job thread if it does not respond to a graceful shutdown request.
destroyThread() - Method in class com.slamd.jobs.MultiSearchLDAPLoadJobClass
Provides a means for destroying this job thread if it does not respond to a graceful shutdown request.
destroyThread() - Method in class com.slamd.jobs.SiteMinderJobClass
Provides a means for destroying this job thread if it does not respond to a graceful shutdown request.
destroyThread() - Method in class com.slamd.jobs.SQLModRateJobClass
Provides a means for destroying this job thread if it does not respond to a graceful shutdown request.
destroyThread() - Method in class com.slamd.jobs.SQLSearchRateJobClass
Provides a means for destroying this job thread if it does not respond to a graceful shutdown request.
destroyThread() - Method in class com.slamd.jobs.TCPReplayJobClass
Provides a means for destroying this job thread if it does not respond to a graceful shutdown request.
destroyThread() - Method in class com.slamd.jobs.WeightedSiteMinderJobClass
Provides a means for destroying this job thread if it does not respond to a graceful shutdown request.
destroyThread() - Method in class com.slamd.scripting.BSFJobClass
Provides a means for destroying this job thread if it does not respond to a graceful shutdown request.
DISABLE_AUTHENTICATION_METHOD_NAME - Static variable in class com.slamd.scripting.http.HTTPClientVariable
The name of the method that indicates that no authentication information should be included in requests sent using this client.
DISABLE_AUTHENTICATION_METHOD_NUMBER - Static variable in class com.slamd.scripting.http.HTTPClientVariable
The method number for the "disableAuthentication" method.
DISABLE_DEBUG_MODE_METHOD_NAME - Static variable in class com.slamd.scripting.http.HTTPClientVariable
The name of the method that indicates that the client should stop operating in debug mode.
DISABLE_DEBUG_MODE_METHOD_NUMBER - Static variable in class com.slamd.scripting.http.HTTPClientVariable
The method number for the "disableDebugMode" method.
DISABLE_PROXY_METHOD_NAME - Static variable in class com.slamd.scripting.http.HTTPClientVariable
The name of the method that indicates that no proxy server should be used when sending requests using this client.
DISABLE_PROXY_METHOD_NUMBER - Static variable in class com.slamd.scripting.http.HTTPClientVariable
The method number for the "disableProxy" method.
DISABLE_STATISTICS_COLLECTION_METHOD_NAME - Static variable in class com.slamd.scripting.tftp.TFTPClientVariable
The name of the method that is used to disable the gathering of statistical information.
DISABLE_STATISTICS_COLLECTION_METHOD_NUMBER - Static variable in class com.slamd.scripting.tftp.TFTPClientVariable
The number of the disableStatisticsCollection method.
DISABLE_STATISTICS_METHOD_NAME - Static variable in class com.slamd.scripting.http.HTTPClientVariable
The name of the method that indicates that statistics collection should be disabled.
DISABLE_STATISTICS_METHOD_NUMBER - Static variable in class com.slamd.scripting.http.HTTPClientVariable
The method number for the "disableStatistics" method.
disableAuthentication() - Method in class com.slamd.http.HTTPClient
Indicates that no authentication should be performed for the remote Web server.
disableDebugMode() - Method in class com.slamd.http.HTTPClient
Indicates that this HTTP client should not operate in debug mode.
disableJob(String) - Method in class com.slamd.server.Scheduler
Disables a job that is pending execution and updates the job state in the config database.
DisableJob - Class in com.slamd.tools
This class defines a utility that may be used to disable a scheduled job from the command line.
DisableJob(String[]) - Constructor for class com.slamd.tools.DisableJob
Parses the provided command-line arguments.
disableProxy() - Method in class com.slamd.http.HTTPClient
Indicates that the client should not use a proxy server but rather try to communicate directly with the remote Web server.
disableSessionCaching() - Method in class com.slamd.jobs.JSSERandomClientCertSocketFactory
Indicates whether session caching has been disabled for SSL sockets created using this socket factory.
disableStatisticsCollection() - Method in class com.slamd.http.HTTPClient
Indicates that the client should not automatically maintain any statistics.
disableStatisticsCollection() - Method in class com.slamd.tftp.TFTPClient
Sets the variables collectStatistics and collectingNow to false.
disconnect() - Method in class com.slamd.client.Client
Disconnects the client from the SLAMD server.
disconnect() - Method in class com.slamd.clientmanager.ClientManager
Closes the connection to the SLAMD server and disconnects any clients that may be connected.
disconnect(boolean) - Method in class com.slamd.server.ClientManagerConnection
Closes the connection to the client manager.
DISCONNECT_METHOD_NAME - Static variable in class com.slamd.scripting.jdbc.JDBCConnectionVariable
The name of the method that can be used to disconnect from the database.
DISCONNECT_METHOD_NAME - Static variable in class com.slamd.scripting.ldap.LDAPConnectionVariable
The name of the method that performs an LDAP disconnect operation.
DISCONNECT_METHOD_NAME - Static variable in class com.slamd.scripting.mail.IMAPConnectionVariable
The name of the method that can be used to disconnect from the IMAP server.
DISCONNECT_METHOD_NAME - Static variable in class com.slamd.scripting.mail.POPConnectionVariable
The name of the method that can be used to disconnect from the POP3 server.
DISCONNECT_METHOD_NAME - Static variable in class com.slamd.scripting.mail.SMTPConnectionVariable
The name of the method that can be used to disconnect from an SMTP server.
DISCONNECT_METHOD_NUMBER - Static variable in class com.slamd.scripting.jdbc.JDBCConnectionVariable
The method number for the "close" method.
DISCONNECT_METHOD_NUMBER - Static variable in class com.slamd.scripting.ldap.LDAPConnectionVariable
The method number for the "disconnect" method.
DISCONNECT_METHOD_NUMBER - Static variable in class com.slamd.scripting.mail.IMAPConnectionVariable
The method number for the "disconnect" method.
DISCONNECT_METHOD_NUMBER - Static variable in class com.slamd.scripting.mail.POPConnectionVariable
The method number for the "disconnect" method.
DISCONNECT_METHOD_NUMBER - Static variable in class com.slamd.scripting.mail.SMTPConnectionVariable
The method number for the "disconnect" method.
disconnects - Variable in class com.slamd.tools.tcpreplay.ReplayThread
 
DISPLAY_DATE_FORMAT - Static variable in class com.slamd.common.Constants
The format string that will be used when displaying date information to the end user.
DISPLAY_IN_READ_ONLY_AT - Static variable in class com.slamd.common.Constants
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.
displayGUI() - Method in class com.slamd.tools.ldifstructure.LDIFStructure
Generates and displays the GUI that may be used to browse the contents of the LDIF.
displayInReadOnlyMode() - Method in class com.slamd.db.JobFolder
Indicates whether this folder should be visible in restricted read-only mode.
displayInReadOnlyMode() - Method in class com.slamd.job.Job
Indicates whether this job should be displayed in restricted read-only mode.
displayInReadOnlyMode() - Method in class com.slamd.job.OptimizingJob
Indicates whether this optimizing job should be displayed in restricted read-only mode.
displayName - Variable in class com.slamd.parameter.Parameter
The name that will be used to reference the parameter any time a name needs to be displayed to the end user.
displayRawBytes - Variable in class com.slamd.tools.ldapdecoder.LDAPDecoder
 
displayUsage() - Method in class com.slamd.misc.SplitFile
Prints usage information for this program to standard error.
displayUsage() - Static method in class com.slamd.stat.PersistentStatViewer
Displays usage information for this program.
displayUsage() - Static method in class com.slamd.stat.StatDebugger
Displays usage information for this program.
displayUsage() - Static method in class com.slamd.tools.AddJobClass
Displays usage information for this program.
displayUsage() - Static method in class com.slamd.tools.CancelJob
Displays usage information for this program.
displayUsage() - Method in class com.slamd.tools.CommandLineClient
Displays usage information for this program.
displayUsage() - Static method in class com.slamd.tools.CommandLineClientManager
Displays the usage information for this program on standard error.
displayUsage() - Static method in class com.slamd.tools.CommandLineJobScheduler
Displays usage information for this program.
displayUsage() - Method in class com.slamd.tools.CommandLineResourceMonitorClient
Displays usage information for this program.
displayUsage() - Static method in class com.slamd.tools.CreateEgg
Displays usage information for this program.
displayUsage() - Static method in class com.slamd.tools.CreateFolder
Displays usage information for this program.
displayUsage() - Static method in class com.slamd.tools.DBDump
Displays usage information for this program.
displayUsage() - Static method in class com.slamd.tools.DeleteFolder
Displays usage information for this program.
displayUsage() - Static method in class com.slamd.tools.DisableJob
Displays usage information for this program.
displayUsage() - Static method in class com.slamd.tools.EnableJob
Displays usage information for this program.
displayUsage() - Static method in class com.slamd.tools.ExportData
Displays usage information for this program.
displayUsage() - Static method in class com.slamd.tools.ExportJob
Displays usage information for this program.
displayUsage() - Static method in class com.slamd.tools.GetJob
Displays usage information for this program.
displayUsage() - Static method in class com.slamd.tools.ImportData
Displays usage information for this program.
displayUsage() - Static method in class com.slamd.tools.InstallJobPack
Displays usage information for this program.
displayUsage() - Static method in class com.slamd.tools.ldapdecoder.LDAPDecoder
Displays usage information for this LDAP decoder.
displayUsage() - Static method in class com.slamd.tools.ldifstructure.LDIFStructure
Writes usage information for this program to standard error.
displayUsage() - Static method in class com.slamd.tools.ListFolders
Displays usage information for this program.
displayUsage() - Method in class com.slamd.tools.makeldif.MakeLDIF
Displays information about how to use this program.
displayUsage() - Static method in class com.slamd.tools.ReloadJobClasses
Displays usage information for this program.
displayUsage() - Static method in class com.slamd.tools.RestartSLAMD
Displays usage information for this program.
displayUsage() - Method in class com.slamd.tools.RunScript
Writes usage information for this program to standard error.
displayUsage() - Static method in class com.slamd.tools.SLAMDStatus
Displays usage information for this program.
displayUsage() - Method in class com.slamd.tools.StandaloneClient
Writes usage information for this program to standard error.
displayUsage() - Static method in class com.slamd.tools.StartSLAMD
Displays usage information for this program.
displayUsage() - Static method in class com.slamd.tools.StopSLAMD
Displays usage information for this program.
displayUsage() - Method in class com.slamd.tools.SwingClient
Displays usage information for this program.
displayUsage() - Static method in class com.slamd.tools.tcpreplay.TCPCapture
Displays usage information for this program.
displayUsage() - Static method in class com.slamd.tools.tcpreplay.TCPReplay
Displays usage information for this program.
displayUsage() - Static method in class com.slamd.tools.throughputtest.ThroughputTestClient
Displays usage information for this program.
displayUsage() - Static method in class com.slamd.tools.throughputtest.ThroughputTestServer
Displays usage information for this program.
displayUsage() - Static method in class com.slamd.tools.udpping.UDPPing
Displays usage information for this program.
displayUsage() - Static method in class com.slamd.tools.udpping.UDPPingServer
Displays usage information for this program.
displayUsage() - Static method in class com.slamd.tools.UploadFile
Displays usage information for this program.
displayUsage() - Static method in class com.slamd.tools.ViewLog
Displays usage information for this program.
displayVersion() - Method in class com.slamd.tools.makeldif.MakeLDIF
Displays version information for the MakeLDIF program.
DIVIDE_1_METHOD_NUMBER - Static variable in class com.slamd.scripting.general.IntegerVariable
The method number for the "divide" method.
DIVIDE_2_METHOD_NUMBER - Static variable in class com.slamd.scripting.general.IntegerVariable
The method number for the "divideBy" method.
DIVIDE_METHOD_NAME - Static variable in class com.slamd.scripting.general.IntegerVariable
The name of the method that will be used to divide one integer value by another.
divideValues(String, long) - Method in class com.slamd.stat.LongValueTracker
Creates a new long value tracker whose contents will be the data elements for this tracker divided by the given value.
doBind - Static variable in class com.slamd.dslogplay.LogPlaybackJobClass
 
DOC_URI_QUICK_START_ODT - Static variable in class com.slamd.common.Constants
The URI that may be used to access the SLAMD Quick Start Guide in OpenDocument format.
DOC_URI_QUICK_START_PDF - Static variable in class com.slamd.common.Constants
The URI that may be used to access the SLAMD Quick Start Guide in PDF format.
DOC_URI_TOOLS_ODT - Static variable in class com.slamd.common.Constants
The URI that may be used to access the SLAMD Tools Guide in OpenDocument format.
DOC_URI_TOOLS_PDF - Static variable in class com.slamd.common.Constants
The URI that may be used to access the SLAMD Tools Guide in PDF format.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.slamd.admin.AdminServlet
Receives an HTTP GET request from a client, interprets the request, and generates the appropriate response.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.slamd.misc.GetFile
Processes the servlet request and returns the appropriate file.
doneReporting(StatTracker, int) - Method in class com.slamd.stat.RealTimeStatReporter
Indicates that the stat tracker will not be providing any more data.
doneRunning() - Method in class com.slamd.job.Job
Indicates whether all possible processing has been done for this job.
doneRunning() - Method in class com.slamd.job.OptimizingJob
Indicates whether the optimization process has completed (i.e., no additional iterations will be performed, for whatever reason).
doPing() - Method in class com.slamd.tools.udpping.UDPPing
Handles the work of actually sending the specified number of ping packets to the remote system.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.slamd.admin.AdminServlet
Receives an HTTP POST request from a client, interprets the request, and generates the appropriate response.
doPostProcessing() - Method in class com.slamd.loadvariance.LoadVarianceJobClass
Performs any processing that should be done immediately after each call to doProcessing().
doPreProcessing() - Method in class com.slamd.loadvariance.LoadVarianceJobClass
Performs any processing that should be done immediately before each call to doProcessing().
doProcessing() - Method in class com.slamd.loadvariance.LoadVarianceJobClass
Performs the actual processing for this job.
doProcessing() - Method in class com.slamd.loadvariance.LoadVarianceTestJobClass
Performs the actual processing for this job.
doShutdown() - Method in class com.slamd.loadvariance.LoadVarianceJobClass
Performs any processing that should be done at the very end of execution after all actual processing has completed.
doShutdown() - Method in class com.slamd.loadvariance.LoadVarianceTestJobClass
Performs any processing that should be done at the very end of execution after all actual processing has completed.
doStartup() - Method in class com.slamd.loadvariance.LoadVarianceJobClass
Performs any processing that should be done at the very beginning of execution before any actual processing is performed.
doStartup() - Method in class com.slamd.loadvariance.LoadVarianceTestJobClass
Performs any processing that should be done at the very beginning of execution before any actual processing is performed.
DOWNLOAD_MAIL - Static variable in class com.slamd.tftp.TFTPClient
Mail mode description string used in building a data TFTP packet.
DOWNLOAD_NETASCII - Static variable in class com.slamd.tftp.TFTPClient
Ascii mode description string used in building a data TFTP packet
DOWNLOAD_OCTET - Static variable in class com.slamd.tftp.TFTPClient
Binary mode description string used in building a data TFTP packet
DSADMImportRateJobClass - Class in com.slamd.jobs
This class defines a SLAMD job that has the ability to perform a "dsadm import" operation in the Sun Java System Directory Server 6 and extract statistics from the progress of the import, including the total number of entries processed, the average and recent import rates, and the hit ratio.
DSADMImportRateJobClass() - Constructor for class com.slamd.jobs.DSADMImportRateJobClass
The default constructor used to create a new instance of the job class.
DSCFGImportRateJobClass - Class in com.slamd.jobs
This class defines a SLAMD job that has the ability to perform a "dscfg import" operation in the Sun Java System Directory Server 6 and extract statistics from the progress of the import, including the total number of entries processed, the average and recent import rates, and the hit ratio.
DSCFGImportRateJobClass() - Constructor for class com.slamd.jobs.DSCFGImportRateJobClass
The default constructor used to create a new instance of the job class.
DSMigrator - Class in com.slamd.db
This class provides a utility that can be used to migrate data from a SLAMD 1.x-style configuration directory server to the new embedded configuration database.
DSMigrator(SLAMDServer, String, int, boolean, String, String, String) - Constructor for class com.slamd.db.DSMigrator
Creates a new instance of this DS migrator with the specified configuration.
DynamicConstants - Class in com.slamd.common
This file has been dynamically generated as part of the SLAMD build process.
DynamicConstants() - Constructor for class com.slamd.common.DynamicConstants
 

E

ELEMENT_ACTUAL_DURATION - Static variable in class com.slamd.job.Job
The name of the encoded element that holds the actual duration.
ELEMENT_ACTUAL_START_TIME - Static variable in class com.slamd.job.Job
The name of the encoded element that holds the actual start time.
ELEMENT_ACTUAL_START_TIME - Static variable in class com.slamd.job.OptimizingJob
The name of the encoded element that holds the actual start time.
ELEMENT_ACTUAL_STOP_TIME - Static variable in class com.slamd.job.Job
The name of the encoded element that holds the actual stop time.
ELEMENT_ACTUAL_STOP_TIME - Static variable in class com.slamd.job.OptimizingJob
The name of the encoded element that holds the actual stop time.
ELEMENT_CHILDREN - Static variable in class com.slamd.db.JobFolder
The name of the encoded element that holds the names of the child folders.
ELEMENT_COLLECTION_INTERVAL - Static variable in class com.slamd.job.Job
The name of the encoded element that holds the statistics collection interval.
ELEMENT_COLLECTION_INTERVAL - Static variable in class com.slamd.job.OptimizingJob
The name of the encoded element that holds the collection interval.