org.apache.log4j.db
クラス DBReceiver
java.lang.Object
org.apache.log4j.spi.ComponentBase
org.apache.log4j.plugins.PluginSkeleton
org.apache.log4j.plugins.Receiver
org.apache.log4j.db.DBReceiver
- すべての実装されたインタフェース:
- org.apache.log4j.plugins.Pauseable, org.apache.log4j.plugins.Plugin, org.apache.log4j.spi.Component, org.apache.log4j.spi.OptionHandler, org.apache.log4j.spi.Thresholdable, org.apache.log4j.xml.UnrecognizedElementHandler
public class DBReceiver
- extends org.apache.log4j.plugins.Receiver
- implements org.apache.log4j.plugins.Pauseable, org.apache.log4j.xml.UnrecognizedElementHandler
- 作成者:
- Scott Deboy , Ceki Gülcü
クラス org.apache.log4j.plugins.Receiver から継承されたフィールド |
thresholdLevel |
クラス org.apache.log4j.plugins.PluginSkeleton から継承されたフィールド |
active, name |
クラス org.apache.log4j.spi.ComponentBase から継承されたフィールド |
repository |
クラス org.apache.log4j.plugins.Receiver から継承されたメソッド |
doPost, getThreshold, isAsSevereAsThreshold, setThreshold |
クラス org.apache.log4j.plugins.PluginSkeleton から継承されたメソッド |
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getLoggerRepository, getName, isActive, isEquivalent, removePropertyChangeListener, removePropertyChangeListener, setLoggerRepository, setName |
クラス org.apache.log4j.spi.ComponentBase から継承されたメソッド |
getLogger, getNonFloodingLogger, resetErrorCount |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DBReceiver
public DBReceiver()
activateOptions
public void activateOptions()
- 定義:
- インタフェース
org.apache.log4j.spi.OptionHandler
内の activateOptions
setRefreshMillis
public void setRefreshMillis(int refreshMillis)
getRefreshMillis
public int getRefreshMillis()
getConnectionSource
public ConnectionSource getConnectionSource()
- 戻り値:
- Returns the connectionSource.
setConnectionSource
public void setConnectionSource(ConnectionSource connectionSource)
- パラメータ:
connectionSource
- The connectionSource to set.
shutdown
public void shutdown()
- 定義:
- インタフェース
org.apache.log4j.plugins.Plugin
内の shutdown
setPaused
public void setPaused(boolean paused)
- 定義:
- インタフェース
org.apache.log4j.plugins.Pauseable
内の setPaused
isPaused
public boolean isPaused()
- 定義:
- インタフェース
org.apache.log4j.plugins.Pauseable
内の isPaused
parseUnrecognizedElement
public boolean parseUnrecognizedElement(org.w3c.dom.Element element,
java.util.Properties props)
throws java.lang.Exception
- 定義:
- インタフェース
org.apache.log4j.xml.UnrecognizedElementHandler
内の parseUnrecognizedElement
- 例外:
java.lang.Exception
Copyright © 2010 Apache Software Foundation. All Rights Reserved.