TPTP 4.2.0 Tracing and Profiling Tools Project
Internal API Specification

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

All Known Subinterfaces:
IAgent
All Known Implementing Classes:
Agent, DebugAgent

public interface IXmlTraceWriter

This class writes the XML to the workbench over the RAC using a string of the message. This string is the XML trace that Hyades understands.

Since:
6.0 - Oct 27, 2004

Method Summary
 void write(IBaseRecord message)
          Write a message out to the RAC, which will be subsequently forwarded to the UI.
 

Method Detail

write

public void write(IBaseRecord message)
Write a message out to the RAC, which will be subsequently forwarded to the UI.

Parameters:
message - The message to be written out to the RAC.

TPTP 4.2.0 Tracing and Profiling Tools Project
Internal API Specification