|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.productivity.java.syslog4j.impl.AbstractSyslog org.productivity.java.syslog4j.impl.net.AbstractNetSyslog
public abstract class AbstractNetSyslog
AbstractNetSyslog is an abstract extension of AbstractSyslog that provides support for network-based syslog clients.
Syslog4j is licensed under the Lesser GNU Public License v2.1. A copy of the LGPL license is available in the META-INF folder in all distributions of Syslog4j and in the base directory of the "doc" ZIP.
Field Summary | |
---|---|
protected java.net.InetAddress |
cachedHostAddress
|
protected static java.lang.Object |
cachedHostAddressSyncObject
|
protected AbstractNetSyslogConfigIF |
netSyslogConfig
|
Fields inherited from class org.productivity.java.syslog4j.impl.AbstractSyslog |
---|
backLogStatus, backLogStatusSyncObject, notifiedBackLogHandlers, structuredSyslogMessageProcessor, syslogConfig, syslogMessageProcessor, syslogProtocol |
Constructor Summary | |
---|---|
AbstractNetSyslog()
|
Method Summary | |
---|---|
java.net.InetAddress |
getHostAddress()
|
protected void |
initialize()
|
Methods inherited from class org.productivity.java.syslog4j.impl.AbstractSyslog |
---|
alert, alert, backLog, backLog, createWriter, createWriterThread, critical, critical, debug, debug, emergency, emergency, error, error, getBackLogStatus, getConfig, getMessageProcessor, getProtocol, getStructuredMessageProcessor, getWriter, info, info, initialize, log, log, log, modifyMessage, notice, notice, prefixMessage, returnWriter, setBackLogStatus, setMessageProcessor, setStructuredMessageProcessor, warn, warn, write, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.productivity.java.syslog4j.SyslogIF |
---|
flush, shutdown |
Field Detail |
---|
protected static final java.lang.Object cachedHostAddressSyncObject
protected java.net.InetAddress cachedHostAddress
protected AbstractNetSyslogConfigIF netSyslogConfig
Constructor Detail |
---|
public AbstractNetSyslog()
Method Detail |
---|
protected void initialize() throws SyslogRuntimeException
initialize
in class AbstractSyslog
SyslogRuntimeException
public java.net.InetAddress getHostAddress()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |