TPTP 4.2.0 Tracing and Profiling Tools Project
Internal API Specification

org.eclipse.tptp.trace.arm.internal.agent
Interface IAgent

All Superinterfaces:
org.eclipse.hyades.internal.execution.remote.AgentControllerListener, org.eclipse.hyades.internal.execution.remote.CustomCommandHandler, IAgentMetadata, IDynamicDiscoverer, IXmlTraceWriter, org.eclipse.hyades.internal.execution.remote.MonitorListener, org.eclipse.hyades.internal.execution.remote.RemoteClientListener
All Known Implementing Classes:
Agent, DebugAgent

public interface IAgent
extends org.eclipse.hyades.internal.execution.remote.CustomCommandHandler, org.eclipse.hyades.internal.execution.remote.AgentControllerListener, org.eclipse.hyades.internal.execution.remote.MonitorListener, org.eclipse.hyades.internal.execution.remote.RemoteClientListener, IXmlTraceWriter, IDynamicDiscoverer, IAgentMetadata


Method Summary
 void addMonitorListener(org.eclipse.hyades.internal.execution.remote.MonitorListener listener)
           
 
Methods inherited from interface org.eclipse.hyades.internal.execution.remote.CustomCommandHandler
handleCommand
 
Methods inherited from interface org.eclipse.hyades.internal.execution.remote.AgentControllerListener
agentControllerActive, agentControllerInactive
 
Methods inherited from interface org.eclipse.hyades.internal.execution.remote.MonitorListener
monitorActive, monitorInactive
 
Methods inherited from interface org.eclipse.hyades.internal.execution.remote.RemoteClientListener
clientActive, clientInactive
 
Methods inherited from interface org.eclipse.tptp.trace.arm.internal.agent.trace.IXmlTraceWriter
write
 
Methods inherited from interface org.eclipse.tptp.trace.arm.internal.agent.IDynamicDiscoverer
isClientAttached, remotePeerAttach
 
Methods inherited from interface org.eclipse.tptp.trace.arm.internal.agent.IAgentMetadata
getAgentUUID, getNodeUUID, getProcessUUID, getRACIp, getRACPort, isClientAttached, isClientMonitoring, isRACActive, waitUntilClientMonitoring
 

Method Detail

addMonitorListener

public void addMonitorListener(org.eclipse.hyades.internal.execution.remote.MonitorListener listener)

TPTP 4.2.0 Tracing and Profiling Tools Project
Internal API Specification