org.shiftone.jrat.provider.tree.ui
Class TraceTreeNode
java.lang.Object
org.shiftone.jrat.provider.tree.ui.TraceTreeNode
- All Implemented Interfaces:
- javax.swing.tree.TreeNode
public class TraceTreeNode
- extends java.lang.Object
- implements javax.swing.tree.TreeNode
- Author:
- jeff@shiftone.org (Jeff Drost)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TraceTreeNode
public TraceTreeNode(TreeNode node)
getMaxDepth
public int getMaxDepth()
getDepth
public int getDepth()
getPctOfAvgParentDuration
public double getPctOfAvgParentDuration()
getPctOfAvgRootDuration
public double getPctOfAvgRootDuration()
getAverageMethodDuration
public java.lang.Double getAverageMethodDuration()
getTotalMethodDuration
public long getTotalMethodDuration()
getMaxConcurrentThreads
public int getMaxConcurrentThreads()
getSumOfSquares
public long getSumOfSquares()
getAccumulator
public Accumulator getAccumulator()
getMethodKey
public MethodKey getMethodKey()
getAverageDuration
public java.lang.Double getAverageDuration()
getStdDeviation
public java.lang.Double getStdDeviation()
getTotalDuration
public long getTotalDuration()
getConcurrentThreads
public int getConcurrentThreads()
getTotalErrors
public long getTotalErrors()
getTotalEnters
public long getTotalEnters()
getTotalExits
public long getTotalExits()
getMinDuration
public long getMinDuration()
getMaxDuration
public long getMaxDuration()
isRootNode
public boolean isRootNode()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
children
public java.util.Enumeration children()
- Specified by:
children in interface javax.swing.tree.TreeNode
getAllowsChildren
public boolean getAllowsChildren()
- Specified by:
getAllowsChildren in interface javax.swing.tree.TreeNode
getChildAt
public javax.swing.tree.TreeNode getChildAt(int childIndex)
- Specified by:
getChildAt in interface javax.swing.tree.TreeNode
getChildNodeAt
public TraceTreeNode getChildNodeAt(int childIndex)
getChildCount
public int getChildCount()
- Specified by:
getChildCount in interface javax.swing.tree.TreeNode
getParent
public javax.swing.tree.TreeNode getParent()
- Specified by:
getParent in interface javax.swing.tree.TreeNode
getParentNode
public TraceTreeNode getParentNode()
getIndex
public int getIndex(javax.swing.tree.TreeNode node)
- Specified by:
getIndex in interface javax.swing.tree.TreeNode
isLeaf
public boolean isLeaf()
- Specified by:
isLeaf in interface javax.swing.tree.TreeNode