|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CheckParamResult
Interface for reporting the results of a parameter check from a Job
implementation.
Job.checkConfig(com.novell.nds.dirxml.job.JobManager,java.util.Locale)
Field Summary |
---|
Fields inherited from interface com.novell.nds.dirxml.job.JobResult |
---|
ABORTED, ERROR, SUCCESS, WARNING |
Method Summary | |
---|---|
String |
getParamName()
Return the name of the parameter that has a value problem. |
String |
getParamValue()
Get the value of the parameter that has a value problem. |
void |
setParamName(String paramName)
Set the name of the parameter that has a value problem. |
void |
setParamValue(String value)
Set the value (if any) of the parameter that has a value problem. |
Methods inherited from interface com.novell.nds.dirxml.job.JobResult |
---|
getCode, getLevel, getMessage, getObject, setCode, setLevel, setMessage, setObject |
Method Detail |
---|
String getParamName()
The message reporting the problem should not refer to the parameter by name. The user interface will report the localized parameter display name in context with the problem message.
void setParamName(String paramName)
The message reporting the problem should not refer to the parameter by name. The user interface will report the localized parameter display name in context with the problem message.
paramName
- name of parameterString getParamValue()
void setParamValue(String value)
value
- parameter value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |