org.seasar.extension.jdbc
クラス SqlLogRegistryLocator

java.lang.Object
  拡張org.seasar.extension.jdbc.SqlLogRegistryLocator

public class SqlLogRegistryLocator
extends java.lang.Object

SqlLogRegistryを取得するためのロケータです。

作成者:
taedium

フィールドの概要
protected static SqlLogRegistry instance
          SQLログのレジストリ
 
コンストラクタの概要
SqlLogRegistryLocator()
           
 
メソッドの概要
static SqlLogRegistry getInstance()
          SQLログのレジストリを返します。
static void setInstance(SqlLogRegistry instance)
          SQLログのレジストリを設定します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

instance

protected static SqlLogRegistry instance
SQLログのレジストリ

コンストラクタの詳細

SqlLogRegistryLocator

public SqlLogRegistryLocator()
メソッドの詳細

getInstance

public static SqlLogRegistry getInstance()
SQLログのレジストリを返します。

戻り値:
SQLログのレジストリ

setInstance

public static void setInstance(SqlLogRegistry instance)
SQLログのレジストリを設定します。

パラメータ:
instance - SQLログのレジストリ


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.