org.seasar.tuigwaa.system
クラス LogServiceImpl

java.lang.Object
  拡張org.seasar.tuigwaa.system.LogServiceImpl
すべての実装インタフェース:
LogService

public class LogServiceImpl
extends Object
implements LogService

作成者:
someda

フィールドの概要
 
インタフェース org.seasar.tuigwaa.system.LogService から継承したフィールド
DEFAULT_DISPLAY_LINES, MAX_DISPLAY_LINES
 
コンストラクタの概要
LogServiceImpl()
           
 
メソッドの概要
 void addLogfile(String fileName)
           
 List getLogfiles()
           
 List search(String fileName, LogSearchCondition condition)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

LogServiceImpl

public LogServiceImpl()
メソッドの詳細

search

public List search(String fileName,
                   LogSearchCondition condition)
            throws TgwServiceException
定義:
インタフェース LogService 内の search
例外:
TgwServiceException

addLogfile

public void addLogfile(String fileName)
定義:
インタフェース LogService 内の addLogfile

getLogfiles

public List getLogfiles()
定義:
インタフェース LogService 内の getLogfiles


Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.