jp.osdl.jbento2.analyzer
クラス GCAnalyzer

java.lang.Object
  上位を拡張 jp.osdl.jbento2.analyzer.GCAnalyzer

public class GCAnalyzer
extends Object


コンストラクタの概要
GCAnalyzer()
           
 
メソッドの概要
 void analyze()
           
protected  Reader createReader()
           
 String getDest()
           
 long getDurationMillis()
           
protected  long getLastModified()
           
 long getRampUpMillis()
           
 String getSrc()
           
 String getStartTime()
           
static void main(String[] args)
           
 void setDest(String dest)
           
 void setDurationMillis(long durationMillis)
           
 void setRampUpMillis(long rampUpMillis)
           
 void setSrc(String src)
           
 void setStartTime(String startTime)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

GCAnalyzer

public GCAnalyzer()
メソッドの詳細

main

public static void main(String[] args)
                 throws Exception
例外:
Exception

analyze

public void analyze()
             throws Exception
例外:
Exception

createReader

protected Reader createReader()
                       throws IOException
例外:
IOException

getLastModified

protected long getLastModified()

getSrc

public String getSrc()

setSrc

public void setSrc(String src)

getDest

public String getDest()

setDest

public void setDest(String dest)

getStartTime

public String getStartTime()

setStartTime

public void setStartTime(String startTime)

getDurationMillis

public long getDurationMillis()

setDurationMillis

public void setDurationMillis(long durationMillis)

getRampUpMillis

public long getRampUpMillis()

setRampUpMillis

public void setRampUpMillis(long rampUpMillis)


Copyright © 2005-2008 The JBento Project. All Rights Reserved.