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

ACCESS_MODE_RANDOM - Static variable in class com.sun.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.sun.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.sun.slamd.misc.GetFile
The access mode that indicates that the files should be retrieved in sequential order.
AccessDeniedException - Exception in com.sun.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.sun.slamd.admin.AccessDeniedException
Creates a new access denied exception with the specified message.
AccessDeniedException(String, Exception) - Constructor for exception com.sun.slamd.admin.AccessDeniedException
Creates a new access denied exception with the specified message and parent exception.
AccessManager - Class in com.sun.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.sun.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.sun.slamd.admin.AccessManager
Creates a new access manager to use for protecting access to the administrative interface.
AccumulatingTracker - Class in com.sun.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.sun.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.sun.slamd.stat.AccumulatingTracker
Creates a new accumulating tracker with the specified information.
actionPerformed(ActionEvent) - Method in class SwingClient
Detects an action event (i.e., button click) and performs the appropriate task.
AD_PASSWORD_ATTR - Static variable in class com.sun.slamd.isw.ADModRateJobClass
The name of the attribute in Active Directory that holds a user's password.
AD_PASSWORD_ATTR - Static variable in class com.sun.slamd.isw.ADToDSModRateWithLatencyJobClass
The name of the attribute in Active Directory that holds a user's password.
AD_USN_ATTR - Static variable in class com.sun.slamd.isw.ADLatencyCheckConsumerThread
The name of the attribute in active directory that contains the USN value indicating the current change level of the entry.
ADAddAndDelRateJobClass - Class in com.sun.slamd.isw
This class implements a SLAMD job class for adding new user entries to an Active Directory server over LDAPS, and then subsequently deleting them.
ADAddAndDelRateJobClass() - Constructor for class com.sun.slamd.isw.ADAddAndDelRateJobClass
The default constructor used to create a new instance of the job thread.
ADAddRateJobClass - Class in com.sun.slamd.isw
This class implements a SLAMD job class for adding new user entries to an Active Directory server over LDAPS.
ADAddRateJobClass() - Constructor for class com.sun.slamd.isw.ADAddRateJobClass
The default constructor used to create a new instance of the add thread.
adBindDN - Static variable in class com.sun.slamd.isw.ISWLatencyCheckJobClass
The DN to use to bind to AD.
adBindDNParameter - Variable in class com.sun.slamd.isw.ISWLatencyCheckJobClass
The parameter that indicates the DN to use when binding to the Active Directory server.
adBindPassword - Static variable in class com.sun.slamd.isw.ISWLatencyCheckJobClass
The password to use to bind to AD.
adBindPasswordParameter - Variable in class com.sun.slamd.isw.ISWLatencyCheckJobClass
The parameter that indicates the bind password for Active Directory.
ADD_1_METHOD_NUMBER - Static variable in class com.sun.slamd.scripting.general.IntegerVariable
The method number for the first "add" method.
ADD_2_METHOD_NUMBER - Static variable in class com.sun.slamd.scripting.general.IntegerVariable
The method number for the second "add" method.
ADD_ATTRIBUTE_1_METHOD_NUMBER - Static variable in class com.sun.slamd.scripting.ldap.LDAPEntryVariable
The method number for the first "addAttribute" method.
ADD_ATTRIBUTE_2_METHOD_NUMBER - Static variable in class com.sun.slamd.scripting.ldap.LDAPEntryVariable
The method number for the second "addAttribute" method.
ADD_ATTRIBUTE_3_METHOD_NUMBER - Static variable in class com.sun.slamd.scripting.ldap.LDAPEntryVariable
The method number for the third "addAttribute" method.
ADD_ATTRIBUTE_METHOD_NAME - Static variable in class com.sun.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.sun.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.sun.slamd.scripting.mail.MailMessageVariable
The method number for the "addBodyLine" method.
ADD_BODY_LINES_METHOD_NAME - Static variable in class com.sun.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.sun.slamd.scripting.mail.MailMessageVariable
The method number for the "addBodyLines" method.
ADD_CC_RECIPIENT_METHOD_NAME - Static variable in class com.sun.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.sun.slamd.scripting.mail.MailMessageVariable
The method number for the "addCCRecipient" method.
ADD_HEADER_LINE_METHOD_NAME - Static variable in class com.sun.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.sun.slamd.scripting.mail.MailMessageVariable
The method number for the "addHeaderLine" method.
ADD_METHOD_NAME - Static variable in class com.sun.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.sun.slamd.scripting.ldap.LDAPConnectionVariable
The name of the method that performs an LDAP add operation.
ADD_METHOD_NUMBER - Static variable in class com.sun.slamd.scripting.ldap.LDAPConnectionVariable
The method number for the "add" method.
ADD_MODIFICATION_METHOD_NAME - Static variable in class com.sun.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.sun.slamd.scripting.ldap.LDAPModificationSetVariable
The methodNumber for the "addModification" method.
ADD_PARAMETER_1_METHOD_NUMBER - Static variable in class com.sun.slamd.scripting.http.HTTPRequestVariable
The method number for the first "addParameter" method.
ADD_PARAMETER_2_METHOD_NUMBER - Static variable in class com.sun.slamd.scripting.http.HTTPRequestVariable
The method number for the second "addParameter" method.
ADD_PARAMETER_METHOD_NAME - Static variable in class com.sun.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_TO_RECIPIENT_METHOD_NAME - Static variable in class com.sun.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.sun.slamd.scripting.mail.MailMessageVariable
The method number for the "addToRecipient" method.
ADD_VALUE_METHOD_NAME - Static variable in class com.sun.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.sun.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.sun.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.sun.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.sun.slamd.scripting.general.IntegerValueTrackerVariable
The method number for the "addvalue" method.
ADD_VALUE_METHOD_NUMBER - Static variable in class com.sun.slamd.scripting.general.StringArrayVariable
The method number for the "addValue" method.
ADD_VALUE_METHOD_NUMBER - Static variable in class com.sun.slamd.scripting.ldap.LDAPAttributeVariable
The method number for the "addValue" method.
ADD_VALUE_METHOD_NUMBER - Static variable in class com.sun.slamd.scripting.ldap.LDAPModificationVariable
The method number for the "addValue" method.
addAttribute(String, String, String) - Method in class com.sun.slamd.scripting.ldap.LDAPEntryTemplate
Adds a new attribute definition to this template.
addAttribute(LDAPAttributeVariable) - Method in class com.sun.slamd.scripting.ldap.LDAPEntryVariable
Adds the specified attribute to this entry.
addBodyLine(String) - Method in class com.sun.slamd.scripting.mail.MailMessageVariable
Adds the specified line to the body for this message.
addCCRecipient(String) - Method in class com.sun.slamd.scripting.mail.MailMessageVariable
Adds the specified address to the list of CC recipients for this message.
addChildName(String) - Method in class com.sun.slamd.db.JobFolder
Adds the specified folder as a child of this folder.
addChoice(String) - Method in class com.sun.slamd.parameter.MultiChoiceParameter
Adds the specified choice to the list of options.
addChoice(String, String) - Method in class com.sun.slamd.parameter.MultiChoiceParameter
Adds the specified choice to the list of options.
addCookie(HTTPCookie) - Method in class com.sun.slamd.http.HTTPClient
Adds the specified cookie to the set of cookies associated with this client.
addCounter(String, SequentialValueCounter) - Method in class com.sun.slamd.scripting.ldap.LDAPEntryTemplate
Adds the specified sequential value counter for use with this template.
addData(double[]) - Method in class com.sun.slamd.stat.StackedValueTracker
Adds data to this stat tracker.
addDataSet(double[], int, String) - Method in class com.sun.slamd.stat.StatGrapher
Adds the specified data to the set of information that will be graphed.
addDNToDelete(String) - Method in class com.sun.slamd.example.LDAPLoadJobClass
Adds the specified DN to the list of DNs to be deleted and/or renamed.
addDNToDelete(String) - Method in class com.sun.slamd.example.LDAPLoadWithReplicaLatencyJobClass
Adds the specified DN to the list of DNs to be deleted and/or renamed.
addDNToDelete(String) - Method in class com.sun.slamd.example.MultiSearchLDAPLoadJobClass
Adds the specified DN to the list of DNs to be deleted and/or renamed.
addDNToDelete(String) - Method in class com.sun.slamd.example.WeightedLDAPLoadJobClass
Adds the specified DN to the list of DNs to be deleted and/or renamed.
addElement(ASN1Element) - Method in class com.sun.slamd.asn1.ASN1Sequence
Adds the specified ASN.1 element to the set of elements encoded in this sequence.
addElement(ASN1Element) - Method in class com.sun.slamd.asn1.ASN1Set
Adds the specified ASN.1 element to the set of elements encoded in this set.
ADDelRateJobClass - Class in com.sun.slamd.isw
This class implements a SLAMD job class for removing user entries from an Active Directory server over LDAPS.
ADDelRateJobClass() - Constructor for class com.sun.slamd.isw.ADDelRateJobClass
The default constructor used to create a new instance of the delete thread.
addEncodedParameter(String, String) - Method in class com.sun.slamd.http.HTTPRequest
Adds the provided parameter to this request with a value that is already properly URL-encoded.
addFileName(String) - Method in class com.sun.slamd.db.JobFolder
Adds the specified file name to the set of uploaded files for this job folder.
addGroupName(String) - Method in class com.sun.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.sun.slamd.db.SLAMDUser
Adds the provided group name to the set of groups associated with this user.
addHeader(String, String) - Method in class com.sun.slamd.http.HTTPResponse
Adds a header with the given name and value to this response.
addHeaderLine(String) - Method in class com.sun.slamd.scripting.mail.MailMessageVariable
Adds the specified line to the list of headers for this message.
AddJobClass - Class in <Unnamed>
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 AddJobClass
Parses the provided command-line arguments.
addJobClass(String) - Method in class com.sun.slamd.db.SLAMDDB
Adds information about the specified job class to the configuration database.
addJobClass(JobClass) - Method in class com.sun.slamd.server.SLAMDServer
Adds the specified class as a job thread that can be used to run jobs in the SLAMD server.
addJobID(String) - Method in class com.sun.slamd.db.JobFolder
Adds the provided job ID to the set of jobs associated with this folder.
addJobInProgress(Job) - Method in class com.sun.slamd.server.ResourceMonitorClientConnection
Adds the provided job to the list of jobs in progress.
addJobReport(Job) - Method in class com.sun.slamd.report.HTMLReportGenerator
Indicates that information about the provided job should be included in the report.
addJobReport(Job) - Method in class com.sun.slamd.report.PDFReportGenerator
Indicates that information about the provided job should be included in the report.
addJobReport(Job) - Method in interface com.sun.slamd.report.ReportGenerator
Indicates that information about the provided job should be included in the report.
addJobReport(Job) - Method in class com.sun.slamd.report.TextReportGenerator
Indicates that information about the provided job should be included in the report.
addLogMessage(String) - Method in class com.sun.slamd.job.Job
Adds the specified message to the set of messages logged during this job's execution.
addMember(String) - Method in class com.sun.slamd.db.SLAMDGroup
Adds the specified user as a member of this group.
AddOperation - Class in com.sun.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.sun.slamd.dslogplay.AddOperation
Creates a new add operation with the provided information.
addOptimizingJobID(String) - Method in class com.sun.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.sun.slamd.report.HTMLReportGenerator
Indicates that information about the provided optimizing job should be included in the report.
addOptimizingJobReport(OptimizingJob) - Method in class com.sun.slamd.report.PDFReportGenerator
Indicates that information about the provided optimizing job should be included in the report.
addOptimizingJobReport(OptimizingJob) - Method in interface com.sun.slamd.report.ReportGenerator
Indicates that information about the provided optimizing job should be included in the report.
addOptimizingJobReport(OptimizingJob) - Method in class com.sun.slamd.report.TextReportGenerator
Indicates that information about the provided optimizing job should be included in the report.
addParameter(String, String) - Method in class com.sun.slamd.http.HTTPRequest
Adds the specified parameter to this request.
addParameter(String, String[]) - Method in class com.sun.slamd.http.HTTPRequest
Adds the specified parameter to this request.
addParameter(Parameter) - Method in class com.sun.slamd.parameter.ParameterList
Adds the specified parameter to the parameter list.
AddRateJobClass - Class in com.sun.slamd.example
This class implements a SLAMD job class for performing repeated add operations against an LDAP directory server.
AddRateJobClass() - Constructor for class com.sun.slamd.example.AddRateJobClass
The default constructor used to create a new instance of the add thread.
AddRateWithReplicaLatencyJobClass - Class in com.sun.slamd.example
This class implements a SLAMD job class for performing repeated add operations against an LDAP directory server.
AddRateWithReplicaLatencyJobClass() - Constructor for class com.sun.slamd.example.AddRateWithReplicaLatencyJobClass
The default constructor used to create a new instance of the add thread.
addStackedBarGraphDataSet(String, String[], double[]) - Method in class com.sun.slamd.stat.StatGrapher
Adds the specified data for use in generating a stacked bar graph.
addStringValue(String) - Method in class com.sun.slamd.scripting.general.StringArrayVariable
Adds the specified value to this string array.
addTemplate(LDAPEntryTemplate) - Method in class com.sun.slamd.scripting.ldap.LDAPEntryGenerator
Adds the specified entry template for use with this entry generator.
addToRecipient(String) - Method in class com.sun.slamd.scripting.mail.MailMessageVariable
Adds the specified address to the list of To recipients for this message.
addUserName(String) - Method in class com.sun.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.sun.slamd.scripting.ldap.AttributeValueList
Adds the specified value to the value list.
addValue(String, int) - Method in class com.sun.slamd.scripting.ldap.AttributeValueList
Adds the specified value to the value list with the indicated weight.
addValue(String) - Method in class com.sun.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.sun.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.sun.slamd.server.RealTimeJobStatList
Adds the provided value to the data for the given interval in the list.
addValue(double) - Method in class com.sun.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.sun.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.sun.slamd.stat.LongValueTracker
Adds the specified value to the set of information collected so far for this stat tracker.
adHost - Static variable in class com.sun.slamd.isw.ISWLatencyCheckJobClass
The address of the AD server.
adHostParameter - Variable in class com.sun.slamd.isw.ISWLatencyCheckJobClass
The parameter that indicates the address of the Active Directory server.
ADLatencyCheckConsumerThread - Class in com.sun.slamd.isw
This class defines a thread that watches for changes to a specified entry in Active Directory and notifies another thread responsible for making changes against the Sun ONE Directory that the change was pushed across.
ADLatencyCheckConsumerThread(ISWLatencyCheckJobClass) - Constructor for class com.sun.slamd.isw.ADLatencyCheckConsumerThread
Creates a new instance of this consumer thread, including establishing a connection to Active Directory and reading the USN from the monitor entry.
ADLatencyCheckProducerThread - Class in com.sun.slamd.isw
This class defines a thread that will periodically make changes to an Active Directory server that will be monitored by a consumer thread targeted at the Sun ONE Directory Server with which the Active Directory server is linked via Identity Synchronization for Windows.
ADLatencyCheckProducerThread(ISWLatencyCheckJobClass) - Constructor for class com.sun.slamd.isw.ADLatencyCheckProducerThread
Creates a new instance of this producer thread, including establishing a connection to the Active Directory server.
AdminServlet - Class in com.sun.slamd.admin
This class serves as the single point of entry for the Web-based SLAMD administration interface.
AdminServlet() - Constructor for class com.sun.slamd.admin.AdminServlet
 
ADModRateJobClass - Class in com.sun.slamd.isw
This class implements a SLAMD job class that can be used to perform modifications against an Active Directory server.
ADModRateJobClass() - Constructor for class com.sun.slamd.isw.ADModRateJobClass
The default constructor used to create a new instance of the modify thread.
adMonitorDN - Static variable in class com.sun.slamd.isw.ISWLatencyCheckJobClass
The DN of the entry to monitor in AD.
adMonitorDNParameter - Variable in class com.sun.slamd.isw.ISWLatencyCheckJobClass
The parameter that specifies the DN of the entry to be periodically modified in the Active Directory server to measure the propagation latency to the Sun ONE Directory.
adPollDelay - Static variable in class com.sun.slamd.isw.ISWLatencyCheckJobClass
The poll delay when polling AD for changes.
adPollDelayParameter - Variable in class com.sun.slamd.isw.ISWLatencyCheckJobClass
The parameter that indicates how frequently we will poll the Active Directory server for changes.
adPort - Static variable in class com.sun.slamd.isw.ISWLatencyCheckJobClass
The port to use when communicating with AD.
adPortParameter - Variable in class com.sun.slamd.isw.ISWLatencyCheckJobClass
The parameter that indicates the port number for Active Directory.
ADToDSAddRateWithLatencyJobClass - Class in com.sun.slamd.isw
This class implements a SLAMD job that is intended for use in performing adds against an Active Directory server and then monitoring the length of time required for them to appear in a Sun ONE Directory Server after being processed through Identity Synchronization for Windows.
ADToDSAddRateWithLatencyJobClass() - Constructor for class com.sun.slamd.isw.ADToDSAddRateWithLatencyJobClass
The default constructor used to create a new instance of the add thread.
ADToDSModRateWithLatencyJobClass - Class in com.sun.slamd.isw
This class implements a SLAMD job that is intended for use in performing modifications against an Active Directory server and then monitoring the length of time required for those modifications to appear in the Sun ONE Directory Server after being applied through ISW.
ADToDSModRateWithLatencyJobClass() - Constructor for class com.sun.slamd.isw.ADToDSModRateWithLatencyJobClass
The default constructor used to create a new instance of the modify thread.
aggregate(StatTracker[]) - Method in class com.sun.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.sun.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.sun.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.sun.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.sun.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.sun.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.sun.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.sun.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.sun.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.sun.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.
aggregateThreadData() - Method in class com.sun.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.sun.slamd.client.Client
Specifies whether the client should aggregate the data collected from all the threads before sending the results to the SLAMD server.
ALPHA_CHARS - Static variable in class com.sun.slamd.example.TemplateBasedAddAndDelRateJobClass
The set of characters that should be included in alphabetic values.
ALPHA_CHARS - Static variable in class com.sun.slamd.example.TemplateBasedAddRateJobClass
The set of characters that should be included in alphabetic values.
ALPHA_CHARS - Static variable in class com.sun.slamd.isw.DSToADTemplateBasedAddRateWithLatencyJobClass
The set of characters that should be included in alphabetic values.
ALPHA_CHARS - Static variable in class com.sun.slamd.isw.DSToNTTemplateBasedAddRateWithLatencyJobClass
The set of characters that should be included in alphabetic values.
ALPHA_CHARS - Static variable in class com.sun.slamd.scripting.ldap.LDAPEntryGenerator
The set of characters that should be included in alphabetic values.
ALPHABET - Static variable in class com.sun.slamd.dslogplay.LogPlaybackJobClass
The set of characters to include in randomly-generated values.
ALPHABET - Static variable in class com.sun.slamd.example.AddRateJobClass
The characters that are available for use in the randomly-generated values.
ALPHABET - Static variable in class com.sun.slamd.example.AddRateWithReplicaLatencyJobClass
The characters that are available for use in the randomly-generated values.
ALPHABET - Static variable in class com.sun.slamd.example.CombinedAddAndDelRateJobClass
The characters that are available for use in the randomly-generated values.
ALPHABET - Static variable in class com.sun.slamd.example.CombinedAddAndDelRateWithReplicaLatencyJobClass
The characters that are available for use in the randomly-generated values.
ALPHABET - Static variable in class com.sun.slamd.example.CompRateJobClass
The characters that are available for use in the randomly-generated values.
ALPHABET - Static variable in class com.sun.slamd.example.DelRateJobClass
The characters that are available for use in the randomly-generated values.
ALPHABET - Static variable in class com.sun.slamd.example.DelRateWithReplicaLatencyJobClass
The characters that are available for use in the randomly-generated values.
ALPHABET - Static variable in class com.sun.slamd.example.LDAPLoadJobClass
The set of characters that will make up randomly-generated strings.
ALPHABET - Static variable in class com.sun.slamd.example.LDAPLoadWithReplicaLatencyJobClass
The set of characters that will make up randomly-generated strings.
ALPHABET - Static variable in class com.sun.slamd.example.ModRateJobClass
The characters that are available for use in the randomly-generated values.
ALPHABET - Static variable in class com.sun.slamd.example.ModRateWithReplicaLatencyJobClass
The characters that are available for use in the randomly-generated values.
ALPHABET - Static variable in class com.sun.slamd.example.MultiSearchLDAPLoadJobClass
The set of characters that will make up randomly-generated strings.
ALPHABET - Static variable in class com.sun.slamd.example.RawSiteMinderJobClass
The set of characters that will be used to generate random values for the modifications.
ALPHABET - Static variable in class com.sun.slamd.example.SearchAndModJobClass
The set of characters that will be used to generate random values for the modifications.
ALPHABET - Static variable in class com.sun.slamd.example.SiteMinderJobClass
The set of characters that will be used to generate random values for the modifications.
ALPHABET - Static variable in class com.sun.slamd.example.SiteMinderWithReplicaLatencyJobClass
The set of characters that will be used to generate random values for the modifications.
ALPHABET - Static variable in class com.sun.slamd.example.SMTPSendRateJobClass
The set of characters that will be used when forming random "words".
ALPHABET - Static variable in class com.sun.slamd.example.SQLModRateJobClass
The characters that are available for use in the randomly-generated values.
ALPHABET - Static variable in class com.sun.slamd.example.WeightedLDAPLoadJobClass
The set of characters that will make up randomly-generated strings.
ALPHABET - Static variable in class com.sun.slamd.example.WeightedModRateJobClass
The characters that are available for use in the randomly-generated values.
ALPHABET - Static variable in class com.sun.slamd.example.WeightedModRateWithReplicaLatencyJobClass
The characters that are available for use in the randomly-generated values.
ALPHABET - Static variable in class com.sun.slamd.example.WeightedSearchAndModJobClass
The set of characters that will be used to generate random values for the modifications.
ALPHABET - Static variable in class com.sun.slamd.example.WeightedSiteMinderJobClass
The set of characters that will be used to generate random values for the modifications.
ALPHABET - Static variable in class com.sun.slamd.example.WeightedSiteMinderWithReplicaLatencyJobClass
The set of characters that will be used to generate random values for the modifications.
ALPHABET - Static variable in class com.sun.slamd.isw.ADModRateJobClass
The characters that are available for use in the randomly-generated values.
ALPHABET - Static variable in class com.sun.slamd.isw.ADToDSModRateWithLatencyJobClass
The characters that are available for use in the randomly-generated values.
ALPHABET - Static variable in class com.sun.slamd.isw.DSToADModRateWithLatencyJobClass
The characters that are available for use in the randomly-generated values.
ALPHABET - Static variable in class com.sun.slamd.isw.DSToNTModRateWithLatencyJobClass
The characters that are available for use in the randomly-generated values.
ALPHABET - Static variable in class com.sun.slamd.isw.ISWLatencyCheckJobClass
The characters that are available for use in the randomly-generated values.
ALPHABET - Static variable in class com.sun.slamd.scripting.general.ScriptVariable
The set of characters that will be used to generate random string values.
ALPHABET_CHARS - Static variable in class com.sun.slamd.common.Constants
A character array containing all the alphabetic characters.
ALPHANUMERIC_CHARS - Static variable in class com.sun.slamd.common.Constants
A character array containing all the alphabetic and numeric characters.
ALPHANUMERIC_CHARS - Static variable in class com.sun.slamd.example.TemplateBasedAddAndDelRateJobClass
The set of characters that should be included in alphanumeric values.
ALPHANUMERIC_CHARS - Static variable in class com.sun.slamd.example.TemplateBasedAddRateJobClass
The set of characters that should be included in alphanumeric values.
ALPHANUMERIC_CHARS - Static variable in class com.sun.slamd.isw.DSToADTemplateBasedAddRateWithLatencyJobClass
The set of characters that should be included in alphanumeric values.
ALPHANUMERIC_CHARS - Static variable in class com.sun.slamd.isw.DSToNTTemplateBasedAddRateWithLatencyJobClass
The set of characters that should be included in alphanumeric values.
ALPHANUMERIC_CHARS - Static variable in class com.sun.slamd.scripting.ldap.LDAPEntryGenerator
The set of characters that should be included in alphanumeric values.
AlreadyRunningException - Exception in com.sun.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.sun.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, Exception) - Constructor for exception com.sun.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.sun.slamd.example.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.sun.slamd.scripting.general.BooleanVariable
The method number for the first "and" method.
AND_1_METHOD_NUMBER - Static variable in class com.sun.slamd.scripting.general.IntegerVariable
The method number for the first "and" method.
AND_2_METHOD_NUMBER - Static variable in class com.sun.slamd.scripting.general.BooleanVariable
The method number for the second "and" method.
AND_2_METHOD_NUMBER - Static variable in class com.sun.slamd.scripting.general.IntegerVariable
The method number for the second "and" method.
AND_METHOD_NAME - Static variable in class com.sun.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.sun.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.sun.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.sun.slamd.scripting.general.StringVariable
The method number for the "append" method.
appliesToRequest(URL, long) - Method in class com.sun.slamd.http.HTTPCookie
Indicates whether this cookie applies to the provided request.
appliesToUser(SLAMDUser) - Method in class com.sun.slamd.db.SLAMDPermission
Indicates whether this permission is granted for the provided user.
ARE_WE_COLLECTING_NOW_METHOD_NAME - Static variable in class com.sun.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.sun.slamd.scripting.tftp.TFTPClientVariable
the number of the areWeCollectingNow method.
areWeCollectingNow() - Method in class com.sun.slamd.tftp.TFTPClient
Returns whether object is currently collecting statistics.
Argument - Interface in com.sun.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.sun.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.sun.slamd.asn1.ASN1Element
The standard ASN.1 type for boolean values.
ASN1_ENUMERATED_TYPE - Static variable in class com.sun.slamd.asn1.ASN1Element
The standard ASN.1 type for enumerated values.
ASN1_INTEGER_TYPE - Static variable in class com.sun.slamd.asn1.ASN1Element
The standard ASN.1 type for integer values.
ASN1_NULL_TYPE - Static variable in class com.sun.slamd.asn1.ASN1Element
The standard ASN.1 type for null values.
ASN1_OCTET_STRING_TYPE - Static variable in class com.sun.slamd.asn1.ASN1Element
The standard ASN.1 type for octet string values.
ASN1_SEQUENCE_TYPE - Static variable in class com.sun.slamd.asn1.ASN1Element
The standard ASN.1 type for sequence values.
ASN1_SET_TYPE - Static variable in class com.sun.slamd.asn1.ASN1Element
The standard ASN.1 type for set values.
ASN1_TYPE_CLASS_TRANSFER_REQUEST - Static variable in class com.sun.slamd.message.Message
The ASN.1 type for a file transfer request message.
ASN1_TYPE_CLASS_TRANSFER_RESPONSE - Static variable in class com.sun.slamd.message.Message
The ASN.1 type for a file transfer response message.
ASN1_TYPE_CLIENT_HELLO - Static variable in class com.sun.slamd.message.Message
The ASN.1 type for a client hello message.
ASN1_TYPE_CLIENT_MANAGER_HELLO - Static variable in class com.sun.slamd.message.Message
The ASN.1 type for a client manager hello message.
ASN1_TYPE_HELLO_RESPONSE - Static variable in class com.sun.slamd.message.Message
The ASN.1 type for a hello response message.
ASN1_TYPE_JOB_COMPLETED - Static variable in class com.sun.slamd.message.Message
The ASN.1 type for a job completed message.
ASN1_TYPE_JOB_CONTROL_REQUEST - Static variable in class com.sun.slamd.message.Message
The ASN.1 type for a job control request message.
ASN1_TYPE_JOB_CONTROL_RESPONSE - Static variable in class com.sun.slamd.message.Message
The ASN.1 type for a job control response message.
ASN1_TYPE_JOB_REQUEST - Static variable in class com.sun.slamd.message.Message
The ASN.1 type for a job request messages.
ASN1_TYPE_JOB_RESPONSE - Static variable in class com.sun.slamd.message.Message
The ASN.1 type for a job response message.
ASN1_TYPE_KEEPALIVE - Static variable in class com.sun.slamd.message.Message
The ASN.1 type for a keepalive message.
ASN1_TYPE_REGISTER_STAT - Static variable in class com.sun.slamd.message.Message
The ASN.1 type for a register stat message.
ASN1_TYPE_REPORT_STAT - Static variable in class com.sun.slamd.message.Message
The ASN.1 type for a report stat message.
ASN1_TYPE_SERVER_HELLO - Static variable in class com.sun.slamd.message.Message
The ASN.1 type for a server hello message.
ASN1_TYPE_SERVER_SHUTDOWN - Static variable in class com.sun.slamd.message.Message
The ASN.1 type for a server shutdown message.
ASN1_TYPE_START_CLIENT_REQUEST - Static variable in class com.sun.slamd.message.Message
The ASN.1 type for a start client request.
ASN1_TYPE_START_CLIENT_RESPONSE - Static variable in class com.sun.slamd.message.Message
The ASN.1 type for a start client response.
ASN1_TYPE_STATUS_REQUEST - Static variable in class com.sun.slamd.message.Message
The ASN.1 type for a status request message.
ASN1_TYPE_STATUS_RESPONSE - Static variable in class com.sun.slamd.message.Message
The ASN.1 type for a status response message.
ASN1_TYPE_STOP_CLIENT_REQUEST - Static variable in class com.sun.slamd.message.Message
The ASN.1 type for a stop client request.
ASN1_TYPE_STOP_CLIENT_RESPONSE - Static variable in class com.sun.slamd.message.Message
The ASN.1 type for a stop client response.
ASN1Boolean - Class in com.sun.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.sun.slamd.asn1.ASN1Boolean
Creates a new ASN.1 Boolean element with the specified value.
ASN1Boolean(byte, boolean) - Constructor for class com.sun.slamd.asn1.ASN1Boolean
Creates a new ASN.1 Boolean element with the specified type and value.
ASN1Element - Class in com.sun.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.sun.slamd.asn1.ASN1Element
Creates a new ASN.1 element with the specified type and no value.
ASN1Element(byte, byte[]) - Constructor for class com.sun.slamd.asn1.ASN1Element
Creates a new ASN.1 element with the specified type and value.
ASN1Element(byte, byte[], byte[]) - Constructor for class com.sun.slamd.asn1.ASN1Element
Creates a new ASN.1 element with the specified information.
ASN1Enumerated - Class in com.sun.slamd.asn1
This class defines an ASN.1 element that can hold an enumerated value.
ASN1Enumerated(int) - Constructor for class com.sun.slamd.asn1.ASN1Enumerated
Creates a new ASN.1 enumerated element with the specified value.
ASN1Enumerated(byte, int) - Constructor for class com.sun.slamd.asn1.ASN1Enumerated
Creates a new ASN.1 enumerated element with the specified type and value.
ASN1Exception - Exception in com.sun.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.sun.slamd.asn1.ASN1Exception
Creates a new ASN.1 exception with the specified message.
ASN1Exception(String, Exception) - Constructor for exception com.sun.slamd.asn1.ASN1Exception
Creates a new ASN.1 exception with the specified message and parent exception.
ASN1Integer - Class in com.sun.slamd.asn1
This class defines an ASN.1 element that can hold an integer value.
ASN1Integer(int) - Constructor for class com.sun.slamd.asn1.ASN1Integer
Creates a new ASN.1 integer element with the specified value.
ASN1Integer(byte, int) - Constructor for class com.sun.slamd.asn1.ASN1Integer
Creates a new ASN.1 integer element with the specified type and value.
ASN1Null - Class in com.sun.slamd.asn1
This class defines an ASN.1 element that does not hold any value.
ASN1Null() - Constructor for class com.sun.slamd.asn1.ASN1Null
Creates a new ASN.1 null element.
ASN1Null(byte) - Constructor for class com.sun.slamd.asn1.ASN1Null
Creates a new ASN.1 null element with the specified type.
ASN1OctetString - Class in com.sun.slamd.asn1
This class defines an ASN.1 element that can hold an octet string value.
ASN1OctetString() - Constructor for class com.sun.slamd.asn1.ASN1OctetString
Creates a new ASN.1 octet string with no value.
ASN1OctetString(byte) - Constructor for class com.sun.slamd.asn1.ASN1OctetString
Creates a new ASN.1 octet string with the specified type and no value.
ASN1OctetString(String) - Constructor for class com.sun.slamd.asn1.ASN1OctetString
Creates a new ASN.1 octet string with the specified value.
ASN1OctetString(byte[]) - Constructor for class com.sun.slamd.asn1.ASN1OctetString
Creates a new ASN.1 octet string with the specified value.
ASN1OctetString(byte, String) - Constructor for class com.sun.slamd.asn1.ASN1OctetString
Creates a new ASN.1 octet string with the specified type and value.
ASN1OctetString(byte, byte[]) - Constructor for class com.sun.slamd.asn1.ASN1OctetString
Creates a new ASN.1 octet string with the specified type and value.
ASN1Reader - Class in com.sun.slamd.asn1
This class provides a mechanism for reading ASN.1 elements from an input stream.
ASN1Reader(InputStream) - Constructor for class com.sun.slamd.asn1.ASN1Reader
Creates a new ASN.1 reader to read elements from the specified input stream.
ASN1Reader(Socket) - Constructor for class com.sun.slamd.asn1.ASN1Reader
Creates a new ASN.1 reader to read elements from the input stream of the provided socket.
ASN1Sequence - Class in com.sun.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.sun.slamd.asn1.ASN1Sequence
Creates a new ASN.1 sequence with no elements encoded in the value.
ASN1Sequence(byte) - Constructor for class com.sun.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.sun.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.sun.slamd.asn1.ASN1Sequence
Creates a new ASN.1 sequence with the given type to hold the specified set of ASN.1 elements.
ASN1Sequence(ArrayList) - Constructor for class com.sun.slamd.asn1.ASN1Sequence
Creates a new ASN.1 sequence to hold the specified set of ASN.1 elements.
ASN1Sequence(byte, ArrayList) - Constructor for class com.sun.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.sun.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.sun.slamd.asn1.ASN1Set
Creates a new ASN.1 set with no elements encoded in the value.
ASN1Set(byte) - Constructor for class com.sun.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.sun.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.sun.slamd.asn1.ASN1Set
Creates a new ASN.1 set with the given type to hold the specified set of ASN.1 elements.
ASN1Set(ArrayList) - Constructor for class com.sun.slamd.asn1.ASN1Set
Creates a new ASN.1 sequence to hold the specified set of ASN.1 elements.
ASN1Set(byte, ArrayList) - Constructor for class com.sun.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.sun.slamd.asn1
This class provides a mechanism for sending ASN.1 elements over an output stream.
ASN1Writer(OutputStream) - Constructor for class com.sun.slamd.asn1.ASN1Writer
Creates a new ASN.1 writer configured to use the specified output stream.
ASN1Writer(Socket) - Constructor for class com.sun.slamd.asn1.ASN1Writer
Creates a new ASN.1 writer configured to use the specified socket.
assign(Argument) - Method in class com.sun.slamd.scripting.engine.Variable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.sun.slamd.scripting.general.BooleanVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.sun.slamd.scripting.general.CategoricalTrackerVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.sun.slamd.scripting.general.FileURLVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.sun.slamd.scripting.general.IncrementalTrackerVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.sun.slamd.scripting.general.IntegerValueTrackerVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.sun.slamd.scripting.general.IntegerVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.sun.slamd.scripting.general.RateLimiterVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.sun.slamd.scripting.general.ScriptVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.sun.slamd.scripting.general.StringArrayVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.sun.slamd.scripting.general.StringVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.sun.slamd.scripting.general.TimeTrackerVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.sun.slamd.scripting.general.ValuePatternVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.sun.slamd.scripting.http.HTMLDocumentVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.sun.slamd.scripting.http.HTTPClientVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.sun.slamd.scripting.http.HTTPRequestVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.sun.slamd.scripting.http.HTTPResponseVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.sun.slamd.scripting.jdbc.JDBCConnectionVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.sun.slamd.scripting.jdbc.JDBCPreparedStatementVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.sun.slamd.scripting.jdbc.JDBCResultSetVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.sun.slamd.scripting.ldap.LDAPAttributeVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.sun.slamd.scripting.ldap.LDAPConnectionVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.sun.slamd.scripting.ldap.LDAPEntryVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.sun.slamd.scripting.ldap.LDAPModificationSetVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.sun.slamd.scripting.ldap.LDAPModificationVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.sun.slamd.scripting.ldap.LDAPUtilsVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.sun.slamd.scripting.mail.IMAPConnectionVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.sun.slamd.scripting.mail.MailMessageVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.sun.slamd.scripting.mail.POPConnectionVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.sun.slamd.scripting.mail.SMTPConnectionVariable
Assigns the value of the provided argument to this variable.
assign(Argument) - Method in class com.sun.slamd.scripting.tftp.TFTPClientVariable
Assigns the value of the provided argument to this variable.
ASSIGN_1_METHOD_NUMBER - Static variable in class com.sun.slamd.scripting.general.BooleanVariable
The method number for the first "assign" method.
ASSIGN_1_METHOD_NUMBER - Static variable in class com.sun.slamd.scripting.general.IntegerVariable
The method number for the first "assign" method.
ASSIGN_1_METHOD_NUMBER - Static variable in class com.sun.slamd.scripting.general.StringVariable
The method number for the first "assign" method.
ASSIGN_1_METHOD_NUMBER - Static variable in class com.sun.slamd.scripting.general.ValuePatternVariable
The method number for the first "assign" method.
ASSIGN_1_METHOD_NUMBER - Static variable in class com.sun.slamd.scripting.http.HTTPRequestVariable
The method number for the first "assign" method.
ASSIGN_1_METHOD_NUMBER - Static variable in class com.sun.slamd.scripting.ldap.LDAPAttributeVariable
The method number for the first "assign" method.
ASSIGN_1_METHOD_NUMBER - Static variable in class com.sun.slamd.scripting.ldap.LDAPEntryVariable
The method number for the first "assign" method.
ASSIGN_1_METHOD_NUMBER - Static variable in class com.sun.slamd.scripting.ldap.LDAPModificationVariable
The method number for the first "assign" method.
ASSIGN_2_METHOD_NUMBER - Static variable in class com.sun.slamd.scripting.general.BooleanVariable
The method number for the second "assign" method.
ASSIGN_2_METHOD_NUMBER - Static variable in class com.sun.slamd.scripting.general.IntegerVariable
The method number for the second "assign" method.
ASSIGN_2_METHOD_NUMBER - Static variable in class com.sun.slamd.scripting.general.StringVariable
The method number for the second "assign" method.
ASSIGN_2_METHOD_NUMBER - Static variable in class com.sun.slamd.scripting.general.ValuePatternVariable
The method number for the second "assign" method.
ASSIGN_2_METHOD_NUMBER - Static variable in class com.sun.slamd.scripting.http.HTTPRequestVariable
The method number for the second "assign" method.
ASSIGN_2_METHOD_NUMBER - Static variable in class com.sun.slamd.scripting.ldap.LDAPAttributeVariable
The method number for the second "assign" method.
ASSIGN_2_METHOD_NUMBER - Static variable in class com.sun.slamd.scripting.ldap.LDAPEntryVariable
The method number for the second "assign" method.
ASSIGN_2_METHOD_NUMBER - Static variable in class com.sun.slamd.scripting.ldap.LDAPModificationVariable
The method number for the second "assign" method.
ASSIGN_3_METHOD_NUMBER - Static variable in class com.sun.slamd.scripting.ldap.LDAPAttributeVariable
The method number for the third "assign" method.
ASSIGN_3_METHOD_NUMBER - Static variable in class com.sun.slamd.scripting.ldap.LDAPModificationVariable
The method number for the third "assign" method.
ASSIGN_4_METHOD_NUMBER - Static variable in class com.sun.slamd.scripting.ldap.LDAPAttributeVariable
The method number for the fourth "assign" method.
ASSIGN_METHOD_NAME - Static variable in class com.sun.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.sun.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.sun.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.sun.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.sun.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.sun.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.sun.slamd.scripting.http.HTMLDocumentVariable
The name of the method u