com.ibm.dse.base
Interface OperationXValidate
- All Known Subinterfaces:
- ProcessorXValidate
- public interface OperationXValidate
The cross-validation service interface for operations.
A class that implements this interface can be attached
to an operation via the "xVal=" attribute tag.
Method Summary |
java.lang.String[] |
xValidate(Context ctx)
Performs the operation "cross-validation" service |
xValidate
public java.lang.String[] xValidate(Context ctx)
- Performs the operation "cross-validation" service
- Returns:
- String[] - The validation error string list.