Package com.sun.slamd.parameter

The com.sun.slamd.parameter package defines all parameters available for use in SLAMD.

See:
          Description

Class Summary
BooleanParameter This class defines a Boolean parameter that can have a value of either "true" or "false".
FileURLAuthenticator This class defines a very simple authenticator that will be used by the FileURL parameter type in order to access resources that require authentication.
FileURLParameter This class defines a parameter whose value specifies a file from which clients may obtain data to use during processing.
FloatParameter This class defines a parameter whose value is a mathematical floating-point value.
IntegerParameter This class defines a parameter whose value is a mathematical integer (no decimal values).
IntegerWithUnitParameter This class defines a parameter that consists of two parts -- an integer value and a string value.
LabelParameter This class defines a special type of parameter that is not a real parameter in the sense that the user can change its value, but rather is simply static text that will appear in the list of parameters to provide a type of section header.
LongParameter This class defines a parameter whose value is a 64-bit mathematical integer (no decimal values) that supports a much wider range of values than the standard integer parameter type.
MultiChoiceParameter This class defines a parameter that provides the user with a list of options from which the value should be chosen.
MultiLineTextParameter This class defines a parameter that may contain multiple lines of text.
MultiValuedParameter This class defines a parameter that may have multiple concurrent values.
Parameter This class defines a generic parameter that can be passed to a job to customize the way that it operates.
ParameterList This class defines a mechanism for dealing with a number of parameters associated with a job as a single unit.
PasswordParameter This class defines a Password parameter, which is the same as a String parameter with the exception that its value will be hidden during input and output.
PlaceholderParameter This class defines a placeholder parameter, which is not a real parameter but rather is just used as a spacer in the admin interface to break up sections of job-specific parameters.
StringParameter This class defines a String parameter whose value is simple text.
 

Exception Summary
InvalidValueException This class defines an exception that may be thrown if an inappropriate value is specified for a parameter.
 

Package com.sun.slamd.parameter Description

The com.sun.slamd.parameter package defines all parameters available for use in SLAMD. These parameters are used to define the information that jobs need in order to be able to execute properly.