|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.wls.Logging
public class Logging
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 | |
---|---|
protected BigInteger |
fileCount
|
protected BigInteger |
fileSizeLimit
|
protected BigInteger |
fileTimeSpan
|
protected String |
id
|
protected String |
logFilename
|
protected String |
logFileRotationDir
|
protected Boolean |
loggingEnabled
|
protected Boolean |
numberOfFilesLimited
|
protected Boolean |
rotateLogOnStartup
|
protected String |
rotationTime
|
protected String |
rotationType
|
Constructor Summary | |
---|---|
Logging()
|
Method Summary | |
---|---|
BigInteger |
getFileCount()
Gets the value of the fileCount property. |
BigInteger |
getFileSizeLimit()
Gets the value of the fileSizeLimit property. |
BigInteger |
getFileTimeSpan()
Gets the value of the fileTimeSpan property. |
String |
getId()
Gets the value of the id property. |
String |
getLogFilename()
Gets the value of the logFilename property. |
String |
getLogFileRotationDir()
Gets the value of the logFileRotationDir property. |
Boolean |
getLoggingEnabled()
Gets the value of the loggingEnabled property. |
Boolean |
getNumberOfFilesLimited()
Gets the value of the numberOfFilesLimited property. |
Boolean |
getRotateLogOnStartup()
Gets the value of the rotateLogOnStartup property. |
String |
getRotationTime()
Gets the value of the rotationTime property. |
String |
getRotationType()
Gets the value of the rotationType property. |
void |
setFileCount(BigInteger value)
Sets the value of the fileCount property. |
void |
setFileSizeLimit(BigInteger value)
Sets the value of the fileSizeLimit property. |
void |
setFileTimeSpan(BigInteger value)
Sets the value of the fileTimeSpan property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setLogFilename(String value)
Sets the value of the logFilename property. |
void |
setLogFileRotationDir(String value)
Sets the value of the logFileRotationDir property. |
void |
setLoggingEnabled(Boolean value)
Sets the value of the loggingEnabled property. |
void |
setNumberOfFilesLimited(Boolean value)
Sets the value of the numberOfFilesLimited property. |
void |
setRotateLogOnStartup(Boolean value)
Sets the value of the rotateLogOnStartup property. |
void |
setRotationTime(String value)
Sets the value of the rotationTime property. |
void |
setRotationType(String value)
Sets the value of the rotationType property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String logFilename
protected Boolean loggingEnabled
protected String rotationType
protected Boolean numberOfFilesLimited
protected BigInteger fileCount
protected BigInteger fileSizeLimit
protected Boolean rotateLogOnStartup
protected String logFileRotationDir
protected String rotationTime
protected BigInteger fileTimeSpan
protected String id
Constructor Detail |
---|
public Logging()
Method Detail |
---|
public String getLogFilename()
String
public void setLogFilename(String value)
value
- allowed object is
String
public Boolean getLoggingEnabled()
Boolean
public void setLoggingEnabled(Boolean value)
value
- allowed object is
Boolean
public String getRotationType()
String
public void setRotationType(String value)
value
- allowed object is
String
public Boolean getNumberOfFilesLimited()
Boolean
public void setNumberOfFilesLimited(Boolean value)
value
- allowed object is
Boolean
public BigInteger getFileCount()
BigInteger
public void setFileCount(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getFileSizeLimit()
BigInteger
public void setFileSizeLimit(BigInteger value)
value
- allowed object is
BigInteger
public Boolean getRotateLogOnStartup()
Boolean
public void setRotateLogOnStartup(Boolean value)
value
- allowed object is
Boolean
public String getLogFileRotationDir()
String
public void setLogFileRotationDir(String value)
value
- allowed object is
String
public String getRotationTime()
String
public void setRotationTime(String value)
value
- allowed object is
String
public BigInteger getFileTimeSpan()
BigInteger
public void setFileTimeSpan(BigInteger value)
value
- allowed object is
BigInteger
public String getId()
String
public void setId(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |