|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| 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()
void setParamName(String paramName)
paramName - name of parameterString getParamValue()
void setParamValue(String value)
value - parameter value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||