|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICollector
Collector is a type of agent primarily supporting data collection and agent control operations.
| Method Summary | |
|---|---|
void |
cancel()
Cancel the data collection process |
int |
getAgentState()
Deprecated. since TPTP 4.0 See Agent Management document for Agent Event Management |
boolean |
isAgentRunning()
Checks if agent is running and returns true/false |
void |
pause()
Pause the data collection process |
void |
resume()
Resume the data collection process |
void |
run()
Start the data collection process |
void |
stop()
Stop the data collection process |
| Methods inherited from interface org.eclipse.tptp.platform.execution.client.agent.IAgent |
|---|
addAgentListener, addDataListener, addEventListener, getAgentListener, getAgentMetaData, getAgentMode, getName, getProcess, getSupportedInterfaces, isMonitored, receiveData, releaseAccess, releaseControl, removeEventListener, requestAccess, requestControl, sendCommand, sendCommand, sendData, setProcess, startMonitoring, startMonitoring, startMonitoring, stopMonitoring |
| Method Detail |
|---|
void run()
void pause()
void resume()
void cancel()
void stop()
boolean isAgentRunning()
int getAgentState()
|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||