|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.globus.exec.service.test.throughput.tasks.Task
org.globus.exec.service.test.throughput.tasks.QueryTask
public abstract class QueryTask
Abstract class for all query tasks. Defines functionality common to all query tasks
| Field Summary | |
|---|---|
protected FaultType[] |
fault
|
| Constructor Summary | |
|---|---|
QueryTask()
|
|
| Method Summary | |
|---|---|
FaultType[] |
getFault()
|
TaskType |
getType()
Get the type of this task |
void |
setFault(FaultType[] fault)
|
| Methods inherited from class org.globus.exec.service.test.throughput.tasks.Task |
|---|
execute, getException, getJobEpr, getJobInformation, isExecuted, setException, setExecuted, setJobEpr, setJobInformation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected FaultType[] fault
| Constructor Detail |
|---|
public QueryTask()
| Method Detail |
|---|
public void setFault(FaultType[] fault)
public FaultType[] getFault()
public TaskType getType()
Task
getType in class Task
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||