BEA Systems, Inc.

com.bea.logging
Class LogFileConfigImpl

java.lang.Object
  extended by com.bea.logging.LogFileConfigImpl
All Implemented Interfaces:
LogFileConfig, Serializable

Deprecated. 10.0.1.0

public class LogFileConfigImpl
extends Object
implements LogFileConfig, Serializable

See Also:
Serialized Form

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

LogFileConfigImpl

public LogFileConfigImpl()
Deprecated. 
Method Detail

getBaseLogFileName

public String getBaseLogFileName()
Deprecated. 
Description copied from interface: LogFileConfig
The name of the current log file.

Specified by:
getBaseLogFileName in interface LogFileConfig
Returns:

setBaseLogFileName

public void setBaseLogFileName(String baseLogFileName)
Deprecated. 
Specified by:
setBaseLogFileName in interface LogFileConfig

getLogFileRotationDir

public String getLogFileRotationDir()
Deprecated. 
Description copied from interface: LogFileConfig
The dir where the old rotated files are stored

Specified by:
getLogFileRotationDir in interface LogFileConfig
Returns:

setLogFileRotationDir

public void setLogFileRotationDir(String logFileRotationDir)
Deprecated. 
Specified by:
setLogFileRotationDir in interface LogFileConfig

getLogFileSeverity

public String getLogFileSeverity()
Deprecated. 
Description copied from interface: LogFileConfig
The least important severity of messages that will be written to the log file.

Specified by:
getLogFileSeverity in interface LogFileConfig
Returns:

setLogFileSeverity

public void setLogFileSeverity(String logFileSeverity)
Deprecated. 
Specified by:
setLogFileSeverity in interface LogFileConfig

isNumberOfFilesLimited

public boolean isNumberOfFilesLimited()
Deprecated. 
Description copied from interface: LogFileConfig
Determines whether old rotated files need to be kept around forever

Specified by:
isNumberOfFilesLimited in interface LogFileConfig
Returns:

setNumberOfFilesLimited

public void setNumberOfFilesLimited(boolean numberOfFilesLimited)
Deprecated. 
Specified by:
setNumberOfFilesLimited in interface LogFileConfig

getRotatedFileCount

public int getRotatedFileCount()
Deprecated. 
Description copied from interface: LogFileConfig
If old rotated files are to be deleted, this parameter determines how many of the last files to always keep

Specified by:
getRotatedFileCount in interface LogFileConfig
Returns:

setRotatedFileCount

public void setRotatedFileCount(int rotatedFileCount)
Deprecated. 
Specified by:
setRotatedFileCount in interface LogFileConfig

isRotateLogOnStartupEnabled

public boolean isRotateLogOnStartupEnabled()
Deprecated. 
Description copied from interface: LogFileConfig
Configures whether the log file will be rotated on startup.

Specified by:
isRotateLogOnStartupEnabled in interface LogFileConfig
Returns:

setRotateLogOnStartupEnabled

public void setRotateLogOnStartupEnabled(boolean rotateLogOnStartupEnabled)
Deprecated. 
Specified by:
setRotateLogOnStartupEnabled in interface LogFileConfig

getRotationSize

public int getRotationSize()
Deprecated. 
Description copied from interface: LogFileConfig
The size threshold at which the log file is rotated in KB. The default value is 500

Specified by:
getRotationSize in interface LogFileConfig
Returns:

setRotationSize

public void setRotationSize(int rotationSize)
Deprecated. 
Specified by:
setRotationSize in interface LogFileConfig

getRotationTime

public String getRotationTime()
Deprecated. 
Description copied from interface: LogFileConfig
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.

Specified by:
getRotationTime in interface LogFileConfig
Returns:

setRotationTime

public void setRotationTime(String rotationTime)
Deprecated. 
Specified by:
setRotationTime in interface LogFileConfig

getRotationTimeSpan

public int getRotationTimeSpan()
Deprecated. 
Description copied from interface: LogFileConfig
The interval for every time based log rotation. The default value for this is 24.

Specified by:
getRotationTimeSpan in interface LogFileConfig
Returns:

setRotationTimeSpan

public void setRotationTimeSpan(int rotationTimeSpan)
Deprecated. 
Specified by:
setRotationTimeSpan in interface LogFileConfig

getRotationTimeSpanFactor

public long getRotationTimeSpanFactor()
Deprecated. 
Description copied from interface: LogFileConfig
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. The default of this attribute is 3600000

Specified by:
getRotationTimeSpanFactor in interface LogFileConfig
Returns:

setRotationTimeSpanFactor

public void setRotationTimeSpanFactor(long rotationTimeSpanFactor)
Deprecated. 
Specified by:
setRotationTimeSpanFactor in interface LogFileConfig

getRotationType

public String getRotationType()
Deprecated. 
Description copied from interface: LogFileConfig
Determines how the log file rotation will be performed based on size, time or not at all. Defaults to None.

Specified by:
getRotationType in interface LogFileConfig
Returns:

setRotationType

public void setRotationType(String rotationType)
Deprecated. 
Specified by:
setRotationType in interface LogFileConfig

prepare

public void prepare()
Deprecated. 

activate

public void activate()
Deprecated. 

prepareUpdate

public void prepareUpdate(List changes)
Deprecated. 

activateUpdate

public void activateUpdate(List changes)
Deprecated. 

rollbackUpdate

public void rollbackUpdate(List changes)
Deprecated. 

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs100
Copyright 2006 BEA Systems Inc.