org.shiftone.jrat.provider.tree.ui
Class TraceViewBuilder

java.lang.Object
  extended by org.shiftone.jrat.provider.tree.ui.TraceViewBuilder
All Implemented Interfaces:
java.io.Serializable, ViewBuilder

public class TraceViewBuilder
extends java.lang.Object
implements ViewBuilder

Author:
jeff@shiftone.org (Jeff Drost)
See Also:
Serialized Form

Constructor Summary
TraceViewBuilder()
           
TraceViewBuilder(TreeNode root, java.util.Set allMethodKeys, long sessionStartMs, long sessionEndMs, java.util.Properties systemProperties, java.lang.String hostName, java.lang.String hostAddress)
           
 
Method Summary
 javax.swing.JComponent buildView(java.io.ObjectInputStream input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TraceViewBuilder

public TraceViewBuilder()

TraceViewBuilder

public TraceViewBuilder(TreeNode root,
                        java.util.Set allMethodKeys,
                        long sessionStartMs,
                        long sessionEndMs,
                        java.util.Properties systemProperties,
                        java.lang.String hostName,
                        java.lang.String hostAddress)
Method Detail

buildView

public javax.swing.JComponent buildView(java.io.ObjectInputStream input)
                                 throws java.lang.Exception
Specified by:
buildView in interface ViewBuilder
Throws:
java.lang.Exception