ch.elca.el4j.services.statistics.detailed.contextpassing
Class DetailedStatisticsContext

java.lang.Object
  extended by ch.elca.el4j.services.statistics.detailed.contextpassing.DetailedStatisticsContext
All Implemented Interfaces:
Serializable

public class DetailedStatisticsContext
extends Object
implements Serializable

This class contains all fields, which are part of the passed context for the detailed statistics. One instance exists per thread.

Author:
Rashid Waraich (RWA), Philipp Oser (POS)
See Also:
Serialized Form
File-location:
DetailedStatisticsContext
Last check-in date:
2009-12-01 10:59:54 +0100 (Di, 01. Dez 2009) by jonasha for revision 4010

Constructor Summary
DetailedStatisticsContext()
           
 
Method Summary
 int getDepth()
           
 int[] getHierarchy()
           
 MeasureId getMeasureId()
           
 int getSequenceNumber()
           
 long getStartTime()
           
 void setDepth(int depth)
           
 void setHierarchy(int[] hierarchy)
           
 void setMeasureId(MeasureId measureId)
           
 void setSequenceNumber(int sequence)
           
 void setStartTime(long startTime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DetailedStatisticsContext

public DetailedStatisticsContext()
Method Detail

getHierarchy

public int[] getHierarchy()
Returns:
Returns the hierarchy.

setHierarchy

public void setHierarchy(int[] hierarchy)
Parameters:
hierarchy - Is the hierarchy to set.

getMeasureId

public MeasureId getMeasureId()
Returns:
Returns the measureId.

setMeasureId

public void setMeasureId(MeasureId measureId)
Parameters:
measureId - Is the measureId to set.

getSequenceNumber

public int getSequenceNumber()
Returns:
Returns the sequence.

setSequenceNumber

public void setSequenceNumber(int sequence)
Parameters:
sequence - Is the sequence to set.

getStartTime

public long getStartTime()
Returns:
Returns the startTime.

setStartTime

public void setStartTime(long startTime)
Parameters:
startTime - Is the startTime to set.

getDepth

public int getDepth()
Returns:
The depth of the call stack.

setDepth

public void setDepth(int depth)
Parameters:
depth - Set the depth of the call stack.


Copyright © 2005-2011 ELCA. All Rights Reserved.