|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.productivity.java.syslog4j.server.impl.AbstractSyslogServerConfig
org.productivity.java.syslog4j.server.impl.net.AbstractNetSyslogServerConfig
AbstractNetSyslogServerConfig provides a base abstract implementation of the AbstractSyslogServerConfig configuration interface.
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.lang.String |
host
|
protected int |
port
|
Fields inherited from class org.productivity.java.syslog4j.server.impl.AbstractSyslogServerConfig |
charSet, eventHandlers, shutdownWait |
Constructor Summary | |
AbstractNetSyslogServerConfig()
|
Method Summary | |
java.lang.String |
getHost()
|
int |
getPort()
|
void |
setHost(java.lang.String host)
|
void |
setPort(int port)
|
Methods inherited from class org.productivity.java.syslog4j.server.impl.AbstractSyslogServerConfig |
addEventHandler, getCharSet, getEventHandlers, getShutdownWait, getSyslogServerClass, insertEventHandler, removeAllEventHandlers, removeEventHandler, setCharSet, setShutdownWait |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String host
protected int port
Constructor Detail |
public AbstractNetSyslogServerConfig()
Method Detail |
public java.lang.String getHost()
public void setHost(java.lang.String host)
public int getPort()
public void setPort(int port)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |