|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RemoteConfigSocketAppender
The RemoteConfigSocketAppender takes charge of
managing socket appender specific properties.
| Field Summary |
|---|
| Fields inherited from interface jet.server.api.rmi.admin.cfg.logger.RemoteConfigAppender |
|---|
DST_CONSOLE, DST_DAILY_ROLLING_FILE, DST_FILE, DST_LF5, DST_NTLOG, DST_ROLLING_FILE, DST_SOCKET, DST_SYSLOG, DST_TELNET, LAYOUT_HTML, LAYOUT_PATTERN, LAYOUT_SIMPLE, LAYOUT_TTCC, LAYOUT_XML, LAYOUTS, THRESHOLD_ALL, THRESHOLD_DEBUG, THRESHOLD_ERROR, THRESHOLD_FATAL, THRESHOLD_INFO, THRESHOLD_OFF, THRESHOLD_WARN, THRESHOLDS |
| Method Summary | |
|---|---|
java.lang.String |
getHost()
get the socket's remote host. |
int |
getPort()
get the socket port. |
int |
getReconnectionDelay()
get the socket's reconnection delay. |
boolean |
isPrintLocationInfo()
judge whether to print the location info to the socket appender. |
void |
setHost(java.lang.String host)
set the socket's remote host. |
void |
setPort(int port)
set the socket's port value. |
void |
setPrintLocationInfo(boolean locInfo)
set the socket appender location info. |
void |
setReconnectionDelay(int delay)
set the socket's reconnection delay. |
| Methods inherited from interface jet.server.api.rmi.admin.cfg.logger.RemoteConfigAppender |
|---|
getName, getThreshold, isSelected, setSelected, setThreshold |
| Method Detail |
|---|
java.lang.String getHost()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setHost(java.lang.String host)
throws java.rmi.RemoteException
host, - the socket's remote host.
java.rmi.RemoteException - will be thrown if error occurs.
int getPort()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setPort(int port)
throws java.rmi.RemoteException
port, - the socket's port value.
java.rmi.RemoteException - will be thrown if error occurs.
int getReconnectionDelay()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setReconnectionDelay(int delay)
throws java.rmi.RemoteException
delay, - the socket's reconnection delay.
java.rmi.RemoteException - will be thrown if error occurs.
boolean isPrintLocationInfo()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setPrintLocationInfo(boolean locInfo)
throws java.rmi.RemoteException
locInfo, - the socket's location info boolean value.
java.rmi.RemoteException - will be thrown if error occurs.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||