org.seasar.tuigwaa.system
インタフェース LogService

既知の実装クラスの一覧:
LogServiceImpl

public interface LogService

作成者:
someda

フィールドの概要
static int DEFAULT_DISPLAY_LINES
           
static int MAX_DISPLAY_LINES
           
 
メソッドの概要
 void addLogfile(String fileName)
           
 List getLogfiles()
           
 List search(String fileName, LogSearchCondition logSearchDto)
           
 

フィールドの詳細

DEFAULT_DISPLAY_LINES

public static final int DEFAULT_DISPLAY_LINES
関連項目:
定数フィールド値

MAX_DISPLAY_LINES

public static final int MAX_DISPLAY_LINES
関連項目:
定数フィールド値
メソッドの詳細

search

public List search(String fileName,
                   LogSearchCondition logSearchDto)
            throws TgwServiceException
例外:
TgwServiceException

addLogfile

public void addLogfile(String fileName)

getLogfiles

public List getLogfiles()


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