|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.bea.logging.LogFileConfigImpl
public class LogFileConfigImpl
| Field Summary |
|---|
| Fields inherited from interface com.bea.logging.LogFileConfig |
|---|
BY_SIZE, BY_TIME, FILESIZE_LIMIT, MAX_ROTATED_FILES, NONE, TIME_FORMAT |
| Constructor Summary | |
|---|---|
LogFileConfigImpl()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
activate()
Deprecated. |
void |
activateUpdate(List changes)
Deprecated. |
String |
getBaseLogFileName()
Deprecated. The name of the current log file. |
String |
getLogFileRotationDir()
Deprecated. The dir where the old rotated files are stored |
String |
getLogFileSeverity()
Deprecated. The least important severity of messages that will be written to the log file. |
int |
getRotatedFileCount()
Deprecated. If old rotated files are to be deleted, this parameter determines how many of the last files to always keep |
int |
getRotationSize()
Deprecated. The size threshold at which the log file is rotated in KB. |
String |
getRotationTime()
Deprecated. The time in k:mm format when the first rotation happens where k is the hour specified in 24 hour notation and mm is the minutes. |
int |
getRotationTimeSpan()
Deprecated. The interval for every time based log rotation. |
long |
getRotationTimeSpanFactor()
Deprecated. The factor that is applied to the timespan to arrive at the number of milliseconds that will be the frequency of time based log rotations. |
String |
getRotationType()
Deprecated. Determines how the log file rotation will be performed based on size, time or not at all. |
boolean |
isNumberOfFilesLimited()
Deprecated. Determines whether old rotated files need to be kept around forever |
boolean |
isRotateLogOnStartupEnabled()
Deprecated. Configures whether the log file will be rotated on startup. |
void |
prepare()
Deprecated. |
void |
prepareUpdate(List changes)
Deprecated. |
void |
rollbackUpdate(List changes)
Deprecated. |
void |
setBaseLogFileName(String baseLogFileName)
Deprecated. |
void |
setLogFileRotationDir(String logFileRotationDir)
Deprecated. |
void |
setLogFileSeverity(String logFileSeverity)
Deprecated. |
void |
setNumberOfFilesLimited(boolean numberOfFilesLimited)
Deprecated. |
void |
setRotatedFileCount(int rotatedFileCount)
Deprecated. |
void |
setRotateLogOnStartupEnabled(boolean rotateLogOnStartupEnabled)
Deprecated. |
void |
setRotationSize(int rotationSize)
Deprecated. |
void |
setRotationTime(String rotationTime)
Deprecated. |
void |
setRotationTimeSpan(int rotationTimeSpan)
Deprecated. |
void |
setRotationTimeSpanFactor(long rotationTimeSpanFactor)
Deprecated. |
void |
setRotationType(String rotationType)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LogFileConfigImpl()
| Method Detail |
|---|
public String getBaseLogFileName()
LogFileConfig
getBaseLogFileName in interface LogFileConfigpublic void setBaseLogFileName(String baseLogFileName)
setBaseLogFileName in interface LogFileConfigpublic String getLogFileRotationDir()
LogFileConfig
getLogFileRotationDir in interface LogFileConfigpublic void setLogFileRotationDir(String logFileRotationDir)
setLogFileRotationDir in interface LogFileConfigpublic String getLogFileSeverity()
LogFileConfig
getLogFileSeverity in interface LogFileConfigpublic void setLogFileSeverity(String logFileSeverity)
setLogFileSeverity in interface LogFileConfigpublic boolean isNumberOfFilesLimited()
LogFileConfig
isNumberOfFilesLimited in interface LogFileConfigpublic void setNumberOfFilesLimited(boolean numberOfFilesLimited)
setNumberOfFilesLimited in interface LogFileConfigpublic int getRotatedFileCount()
LogFileConfig
getRotatedFileCount in interface LogFileConfigpublic void setRotatedFileCount(int rotatedFileCount)
setRotatedFileCount in interface LogFileConfigpublic boolean isRotateLogOnStartupEnabled()
LogFileConfig
isRotateLogOnStartupEnabled in interface LogFileConfigpublic void setRotateLogOnStartupEnabled(boolean rotateLogOnStartupEnabled)
setRotateLogOnStartupEnabled in interface LogFileConfigpublic int getRotationSize()
LogFileConfig
getRotationSize in interface LogFileConfigpublic void setRotationSize(int rotationSize)
setRotationSize in interface LogFileConfigpublic String getRotationTime()
LogFileConfig
getRotationTime in interface LogFileConfigpublic void setRotationTime(String rotationTime)
setRotationTime in interface LogFileConfigpublic int getRotationTimeSpan()
LogFileConfig
getRotationTimeSpan in interface LogFileConfigpublic void setRotationTimeSpan(int rotationTimeSpan)
setRotationTimeSpan in interface LogFileConfigpublic long getRotationTimeSpanFactor()
LogFileConfig
getRotationTimeSpanFactor in interface LogFileConfigpublic void setRotationTimeSpanFactor(long rotationTimeSpanFactor)
setRotationTimeSpanFactor in interface LogFileConfigpublic String getRotationType()
LogFileConfig
getRotationType in interface LogFileConfigpublic void setRotationType(String rotationType)
setRotationType in interface LogFileConfigpublic void prepare()
public void activate()
public void prepareUpdate(List changes)
public void activateUpdate(List changes)
public void rollbackUpdate(List changes)
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs100 Copyright 2006 BEA Systems Inc. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||