com.oy.shared.lw.perf.agent
Class PerfAgentContext

java.lang.Object
  extended bycom.oy.shared.lw.perf.agent.PerfAgentContext

public final class PerfAgentContext
extends java.lang.Object


Field Summary
private  boolean canModify
           
private  int collectDelayMillis
           
private  HtmlSnapshotFormatter formatter
           
private  int maxHistoryRows
           
private  int snapshotDelayMillis
           
private  java.lang.String snapshotFileName
           
 
Constructor Summary
PerfAgentContext()
           
PerfAgentContext(java.lang.String snapshotFileName)
           
 
Method Summary
private  void assertCanModify()
           
 int getCollectDelayMillis()
           
 HtmlSnapshotFormatter getFormatter()
           
 int getMaxHistoryRows()
           
 int getSnapshotDelayMillis()
           
 java.lang.String getSnapshotFileName()
           
(package private)  void setCanModify(boolean value)
           
 void setCollectDelayMillis(int value)
           
 void setFormatter(HtmlSnapshotFormatter value)
           
 void setMaxHistoryRows(int value)
           
 void setSnapshotDelayMillis(int value)
           
 void setSnapshotFileName(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

collectDelayMillis

private int collectDelayMillis

snapshotDelayMillis

private int snapshotDelayMillis

snapshotFileName

private java.lang.String snapshotFileName

maxHistoryRows

private int maxHistoryRows

formatter

private HtmlSnapshotFormatter formatter

canModify

private boolean canModify
Constructor Detail

PerfAgentContext

public PerfAgentContext()

PerfAgentContext

public PerfAgentContext(java.lang.String snapshotFileName)
Method Detail

setCanModify

void setCanModify(boolean value)

assertCanModify

private void assertCanModify()

getMaxHistoryRows

public int getMaxHistoryRows()

setMaxHistoryRows

public void setMaxHistoryRows(int value)

getCollectDelayMillis

public int getCollectDelayMillis()

setCollectDelayMillis

public void setCollectDelayMillis(int value)

getSnapshotDelayMillis

public int getSnapshotDelayMillis()

setSnapshotDelayMillis

public void setSnapshotDelayMillis(int value)

getFormatter

public HtmlSnapshotFormatter getFormatter()

setFormatter

public void setFormatter(HtmlSnapshotFormatter value)

getSnapshotFileName

public java.lang.String getSnapshotFileName()

setSnapshotFileName

public void setSnapshotFileName(java.lang.String value)


Copyright (C) 2005-2006 Pavel Simakov
http://www.softwaresecretweapons.com