|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.gpt.control.webharvest.engine.Executor
public abstract class Executor
Executes query.
Constructor Summary | |
---|---|
Executor(DataProcessor dataProcessor,
ExecutionUnit unit)
Creates instance of the executor. |
Method Summary | |
---|---|
void |
execute()
Executes query. |
ExecutionUnit |
getExecutionUnit()
Gets execution unit. |
protected DataProcessor |
getProcessor()
Gets data processor. |
protected abstract boolean |
isActive()
Indicates if thread is active. |
protected abstract boolean |
isShutdown()
Indicates if thread is in shutdown process |
protected abstract boolean |
isSuspended()
Indicates if thread is in suspended mode |
void |
shutdown()
Cleans up. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Executor(DataProcessor dataProcessor, ExecutionUnit unit)
dataProcessor
- data processorunit
- execution unitMethod Detail |
---|
public ExecutionUnit getExecutionUnit()
protected DataProcessor getProcessor()
public void execute()
public void shutdown()
protected abstract boolean isActive()
true
if thread is activeprotected abstract boolean isShutdown()
true
if thread is in shutdown processprotected abstract boolean isSuspended()
true
if thread is in suspended modepublic String toString()
toString
in class Object
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |