|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RemoteConfigRollingFileAppender
The RemoteConfigRollingFileAppender takes charge of
managing rolling file 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 | |
|---|---|
int |
getMaxBackupIndex()
get the rolling file appender max backup index. |
long |
getMaxFileSize()
get the max file rolling size(KB) of the rolling file appender. |
void |
setMaxBackupIndex(int index)
set the rolling file appender's max backup index. |
void |
setMaxFileSize(long size)
set the rolling appender max file size. |
| Methods inherited from interface jet.server.api.rmi.admin.cfg.logger.RemoteConfigFileAppender |
|---|
getBufferSize, getFileName, getLayout, getPatternConversion, isAppendable, isBufferedIO, setAppendable, setBufferedIO, setBufferSize, setFileName, setLayout, setPatternConversion |
| Methods inherited from interface jet.server.api.rmi.admin.cfg.logger.RemoteConfigAppender |
|---|
getName, getThreshold, isSelected, setSelected, setThreshold |
| Method Detail |
|---|
long getMaxFileSize()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setMaxFileSize(long size)
throws java.rmi.RemoteException
size, - the max file rolling size(KB) of the rolling file appender.
java.rmi.RemoteException - will be thrown if error occurs.
int getMaxBackupIndex()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setMaxBackupIndex(int index)
throws java.rmi.RemoteException
index, - the max backup index of the rolling file appender.
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 | ||||||||