|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.execution.client.agent.internal.AgentImpl
org.eclipse.tptp.platform.execution.client.agent.internal.CollectorImpl
public class CollectorImpl
| Field Summary |
|---|
| Fields inherited from class org.eclipse.tptp.platform.execution.client.agent.internal.AgentImpl |
|---|
_autoAttach, _dataProcessor, _isActive, _listeners, _name, _process, _profileFile, _type, _uuid, _version, agentMetadata, agentMode |
| Constructor Summary | |
|---|---|
CollectorImpl()
|
|
CollectorImpl(java.lang.String name)
|
|
CollectorImpl(java.lang.String name,
java.lang.String type)
|
|
| Method Summary | |
|---|---|
void |
cancel()
|
int |
getAgentState()
|
void |
handleCommand(org.eclipse.tptp.platform.execution.util.ICommandElement command)
|
boolean |
isAgentPaused()
|
boolean |
isAgentRunning()
Checks if agent is running and returns true/false |
void |
pause()
|
void |
resume()
|
void |
run()
|
void |
stop()
|
| Methods inherited from class org.eclipse.tptp.platform.execution.client.agent.internal.AgentImpl |
|---|
addAgentListener, addDataListener, addEventListener, attach, connectionClosed, detach, getAgentController, getAgentInstanceId, getAgentListener, getAgentMetaData, getAgentMode, getAgentTokenId, getName, getProcess, getSupportedInterfaces, getType, getUUID, getVersion, handleAgentCommand, isActive, isAttached, isAttached, isAutoAttach, isMonitored, processExited, processLaunched, receiveData, releaseAccess, releaseControl, removeAgentListener, removeEventListener, requestAccess, requestControl, sendCommand, sendCommand, sendData, sendData, sendDataWithoutDime, setAgentController, setAgentInstanceId, setAgentMode, setAgentTokenId, setName, setProcess, setType, setUUID, setVersion, startMonitoring, startMonitoring, startMonitoring, stopMonitoring, stopMonitoring |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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 |
| Constructor Detail |
|---|
public CollectorImpl()
public CollectorImpl(java.lang.String name)
public CollectorImpl(java.lang.String name,
java.lang.String type)
| Method Detail |
|---|
public boolean isAgentRunning()
isAgentRunning in interface org.eclipse.tptp.platform.execution.client.agent.ICollectorpublic boolean isAgentPaused()
public void run()
run in interface org.eclipse.tptp.platform.execution.client.agent.ICollectorpublic void stop()
stop in interface org.eclipse.tptp.platform.execution.client.agent.ICollectorpublic void cancel()
cancel in interface org.eclipse.tptp.platform.execution.client.agent.ICollectorpublic void pause()
pause in interface org.eclipse.tptp.platform.execution.client.agent.ICollectorpublic void resume()
resume in interface org.eclipse.tptp.platform.execution.client.agent.ICollectorpublic int getAgentState()
getAgentState in interface org.eclipse.tptp.platform.execution.client.agent.ICollectorpublic void handleCommand(org.eclipse.tptp.platform.execution.util.ICommandElement command)
|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||