TPTP 4.4.0 Platform Project
Public API Specification

org.eclipse.hyades.execution.trace.util
Class RecordTraceStart

java.lang.Object
  extended byorg.eclipse.hyades.execution.trace.util.RecordTraceStart

public class RecordTraceStart
extends java.lang.Object

This is the record for a trace start. For up-to-date descriptions of the tag attributes, see Event Specification for the Java Profiler at http://www.eclipse.org/hyades.


Constructor Summary
RecordTraceStart(java.lang.String agentIdRef)
          Creates a record for a new trace.
 
Method Summary
 java.lang.String getAgentIdRef()
           
 java.lang.String getCollationValue()
           
 java.lang.String getTime()
           
 java.lang.String getTraceId()
           
 void setCollationValue(java.lang.String collationValue)
           
 java.lang.String toString()
          Converts this record into a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RecordTraceStart

public RecordTraceStart(java.lang.String agentIdRef)
Creates a record for a new trace.

Parameters:
agentIdRef - the UUID of the agent
Method Detail

toString

public java.lang.String toString()
Converts this record into a string.

Returns:
this record as a string

getAgentIdRef

public java.lang.String getAgentIdRef()

getCollationValue

public java.lang.String getCollationValue()

getTime

public java.lang.String getTime()

getTraceId

public java.lang.String getTraceId()

setCollationValue

public void setCollationValue(java.lang.String collationValue)

TPTP 4.4.0 Platform Project
Public API Specification