public interface TaskGroupAndTaskValidator
preInvoke()
method of the request to ensure
the task group and task associated with the request are still
valid.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isTaskGroupAndTaskValid(java.lang.String taskGroup,
java.lang.String task)
This method returns whether the task group and task specified are still valid.
|
static final java.lang.String COPYRIGHT
boolean isTaskGroupAndTaskValid(java.lang.String taskGroup, java.lang.String task)
taskGroup
- The task group to check.task
- The task to check.