JIVE Platform
Release 0.3.1

edu.bsu.cs.jive.contour
Class MethodContourCreationRecord

java.lang.Object
  extended by edu.bsu.cs.jive.contour.ContourCreationRecord
      extended by edu.bsu.cs.jive.contour.MethodContourCreationRecord

public class MethodContourCreationRecord
extends ContourCreationRecord

Combines a normal contour creation record with a method's thread of execution.


Nested Class Summary
static interface MethodContourCreationRecord.Exporter
          A reverse-builder for method contour creation records.
static interface MethodContourCreationRecord.Importer
          A builder for method contour creation records.
 
Constructor Summary
MethodContourCreationRecord(MethodContourCreationRecord.Importer builder)
           
 
Method Summary
 void export(MethodContourCreationRecord.Exporter e)
           
 ThreadID thread()
          Get the thread on which the method was called.
 
Methods inherited from class edu.bsu.cs.jive.contour.ContourCreationRecord
export, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodContourCreationRecord

public MethodContourCreationRecord(MethodContourCreationRecord.Importer builder)
Method Detail

export

public void export(MethodContourCreationRecord.Exporter e)

thread

public ThreadID thread()
Get the thread on which the method was called.

Returns:
thread

JIVE Platform
Release 0.3.1