|
Log4j 1.3alpha-1 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.log4j.plugins.PluginSkeleton | +--org.apache.log4j.plugins.Receiver | +--org.apache.log4j.db.DBReceiver
Field Summary |
Fields inherited from class org.apache.log4j.plugins.Receiver |
thresholdLevel |
Fields inherited from class org.apache.log4j.plugins.PluginSkeleton |
active, name, repository |
Constructor Summary | |
DBReceiver()
|
Method Summary | |
void |
activateOptions()
|
org.apache.log4j.db.ConnectionSource |
getConnectionSource()
|
int |
getRefreshMillis()
|
boolean |
isPaused()
|
void |
setConnectionSource(org.apache.log4j.db.ConnectionSource connectionSource)
|
void |
setPaused(boolean paused)
|
void |
setRefreshMillis(int refreshMillis)
|
void |
shutdown()
|
Methods inherited from class org.apache.log4j.plugins.Receiver |
doPost, getLogger, getThreshold, isAsSevereAsThreshold, setThreshold |
Methods inherited from class org.apache.log4j.plugins.PluginSkeleton |
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getLoggerRepository, getName, isActive, isEquivalent, removePropertyChangeListener, removePropertyChangeListener, setLoggerRepository, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DBReceiver()
Method Detail |
public void activateOptions()
activateOptions
in interface org.apache.log4j.spi.OptionHandler
public void setRefreshMillis(int refreshMillis)
public int getRefreshMillis()
public org.apache.log4j.db.ConnectionSource getConnectionSource()
public void setConnectionSource(org.apache.log4j.db.ConnectionSource connectionSource)
connectionSource
- The connectionSource to set.public void shutdown()
shutdown
in interface org.apache.log4j.plugins.Plugin
public void setPaused(boolean paused)
setPaused
in interface org.apache.log4j.plugins.Pauseable
public boolean isPaused()
isPaused
in interface org.apache.log4j.plugins.Pauseable
|
Log4j 1.3alpha-1 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |