Package org.apache.openejb.jee.wls
Class Logging
- java.lang.Object
-
- org.apache.openejb.jee.wls.Logging
-
public class Logging extends Object
Java class for logging complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="logging"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="log-filename" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="logging-enabled" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/> <element name="rotation-type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="number-of-files-limited" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/> <element name="file-count" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="file-size-limit" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="rotate-log-on-startup" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/> <element name="log-file-rotation-dir" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="rotation-time" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="file-time-span" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BigIntegerfileCountprotected BigIntegerfileSizeLimitprotected BigIntegerfileTimeSpanprotected Stringidprotected StringlogFilenameprotected StringlogFileRotationDirprotected BooleanloggingEnabledprotected BooleannumberOfFilesLimitedprotected BooleanrotateLogOnStartupprotected StringrotationTimeprotected StringrotationType
-
Constructor Summary
Constructors Constructor Description Logging()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegergetFileCount()Gets the value of the fileCount property.BigIntegergetFileSizeLimit()Gets the value of the fileSizeLimit property.BigIntegergetFileTimeSpan()Gets the value of the fileTimeSpan property.StringgetId()Gets the value of the id property.StringgetLogFilename()Gets the value of the logFilename property.StringgetLogFileRotationDir()Gets the value of the logFileRotationDir property.BooleangetLoggingEnabled()Gets the value of the loggingEnabled property.BooleangetNumberOfFilesLimited()Gets the value of the numberOfFilesLimited property.BooleangetRotateLogOnStartup()Gets the value of the rotateLogOnStartup property.StringgetRotationTime()Gets the value of the rotationTime property.StringgetRotationType()Gets the value of the rotationType property.voidsetFileCount(BigInteger value)Sets the value of the fileCount property.voidsetFileSizeLimit(BigInteger value)Sets the value of the fileSizeLimit property.voidsetFileTimeSpan(BigInteger value)Sets the value of the fileTimeSpan property.voidsetId(String value)Sets the value of the id property.voidsetLogFilename(String value)Sets the value of the logFilename property.voidsetLogFileRotationDir(String value)Sets the value of the logFileRotationDir property.voidsetLoggingEnabled(Boolean value)Sets the value of the loggingEnabled property.voidsetNumberOfFilesLimited(Boolean value)Sets the value of the numberOfFilesLimited property.voidsetRotateLogOnStartup(Boolean value)Sets the value of the rotateLogOnStartup property.voidsetRotationTime(String value)Sets the value of the rotationTime property.voidsetRotationType(String value)Sets the value of the rotationType property.
-
-
-
Field Detail
-
logFilename
protected String logFilename
-
loggingEnabled
protected Boolean loggingEnabled
-
rotationType
protected String rotationType
-
numberOfFilesLimited
protected Boolean numberOfFilesLimited
-
fileCount
protected BigInteger fileCount
-
fileSizeLimit
protected BigInteger fileSizeLimit
-
rotateLogOnStartup
protected Boolean rotateLogOnStartup
-
logFileRotationDir
protected String logFileRotationDir
-
rotationTime
protected String rotationTime
-
fileTimeSpan
protected BigInteger fileTimeSpan
-
id
protected String id
-
-
Method Detail
-
getLogFilename
public String getLogFilename()
Gets the value of the logFilename property.- Returns:
- possible object is
String
-
setLogFilename
public void setLogFilename(String value)
Sets the value of the logFilename property.- Parameters:
value- allowed object isString
-
getLoggingEnabled
public Boolean getLoggingEnabled()
Gets the value of the loggingEnabled property.- Returns:
- possible object is
Boolean
-
setLoggingEnabled
public void setLoggingEnabled(Boolean value)
Sets the value of the loggingEnabled property.- Parameters:
value- allowed object isBoolean
-
getRotationType
public String getRotationType()
Gets the value of the rotationType property.- Returns:
- possible object is
String
-
setRotationType
public void setRotationType(String value)
Sets the value of the rotationType property.- Parameters:
value- allowed object isString
-
getNumberOfFilesLimited
public Boolean getNumberOfFilesLimited()
Gets the value of the numberOfFilesLimited property.- Returns:
- possible object is
Boolean
-
setNumberOfFilesLimited
public void setNumberOfFilesLimited(Boolean value)
Sets the value of the numberOfFilesLimited property.- Parameters:
value- allowed object isBoolean
-
getFileCount
public BigInteger getFileCount()
Gets the value of the fileCount property.- Returns:
- possible object is
BigInteger
-
setFileCount
public void setFileCount(BigInteger value)
Sets the value of the fileCount property.- Parameters:
value- allowed object isBigInteger
-
getFileSizeLimit
public BigInteger getFileSizeLimit()
Gets the value of the fileSizeLimit property.- Returns:
- possible object is
BigInteger
-
setFileSizeLimit
public void setFileSizeLimit(BigInteger value)
Sets the value of the fileSizeLimit property.- Parameters:
value- allowed object isBigInteger
-
getRotateLogOnStartup
public Boolean getRotateLogOnStartup()
Gets the value of the rotateLogOnStartup property.- Returns:
- possible object is
Boolean
-
setRotateLogOnStartup
public void setRotateLogOnStartup(Boolean value)
Sets the value of the rotateLogOnStartup property.- Parameters:
value- allowed object isBoolean
-
getLogFileRotationDir
public String getLogFileRotationDir()
Gets the value of the logFileRotationDir property.- Returns:
- possible object is
String
-
setLogFileRotationDir
public void setLogFileRotationDir(String value)
Sets the value of the logFileRotationDir property.- Parameters:
value- allowed object isString
-
getRotationTime
public String getRotationTime()
Gets the value of the rotationTime property.- Returns:
- possible object is
String
-
setRotationTime
public void setRotationTime(String value)
Sets the value of the rotationTime property.- Parameters:
value- allowed object isString
-
getFileTimeSpan
public BigInteger getFileTimeSpan()
Gets the value of the fileTimeSpan property.- Returns:
- possible object is
BigInteger
-
setFileTimeSpan
public void setFileTimeSpan(BigInteger value)
Sets the value of the fileTimeSpan property.- Parameters:
value- allowed object isBigInteger
-
-