jp.osdl.jbento2.analyzer
クラス GCParserImpl

java.lang.Object
  上位を拡張 jp.osdl.jbento2.analyzer.GCParserImpl
すべての実装されたインタフェース:
GCParser

public class GCParserImpl
extends Object
implements GCParser


コンストラクタの概要
GCParserImpl()
           
 
メソッドの概要
 boolean checkAndSetProcessingTime(String token, GCTokenizer gct, GCTransition transition)
           
 boolean checkAndSetTransitionHeap(String token, GCTokenizer gct, GCTransition transition)
           
 GCSample getGCSample(String keyToken, GCTokenizer gct)
           
 GCTransition getNewGC(String keyToken, GCTokenizer gct)
           
 GCTransition getPermGC(String keyToken, GCTokenizer gct)
           
 GCTransition getTenuredGC(String keyToken, GCTokenizer gct)
           
 GCList parse(Reader reader)
           
 void processCMS(String keyToken, GCTokenizer gct, GCSample sample)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

GCParserImpl

public GCParserImpl()
メソッドの詳細

parse

public GCList parse(Reader reader)
             throws IOException
定義:
インタフェース GCParser 内の parse
例外:
IOException

getGCSample

public GCSample getGCSample(String keyToken,
                            GCTokenizer gct)
                     throws IOException
例外:
IOException

processCMS

public void processCMS(String keyToken,
                       GCTokenizer gct,
                       GCSample sample)
                throws IOException
例外:
IOException

getNewGC

public GCTransition getNewGC(String keyToken,
                             GCTokenizer gct)
                      throws IOException
例外:
IOException

getTenuredGC

public GCTransition getTenuredGC(String keyToken,
                                 GCTokenizer gct)
                          throws IOException
例外:
IOException

getPermGC

public GCTransition getPermGC(String keyToken,
                              GCTokenizer gct)
                       throws IOException
例外:
IOException

checkAndSetTransitionHeap

public boolean checkAndSetTransitionHeap(String token,
                                         GCTokenizer gct,
                                         GCTransition transition)
                                  throws IOException
例外:
IOException

checkAndSetProcessingTime

public boolean checkAndSetProcessingTime(String token,
                                         GCTokenizer gct,
                                         GCTransition transition)
                                  throws IOException
例外:
IOException


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