|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CustomAuditLog
A representation of the model object 'Custom Audit Log'.
The following features are supported:
File Name
Max Number Of Backup Files
Rollover Type
Rollover Size
Base Hour
Rollover Period
Message Format Kind
BrSelServicePackage.getCustomAuditLog()
Method Summary | |
---|---|
int |
getBaseHour()
Returns the value of the 'Base Hour' attribute. |
java.lang.String |
getFileName()
Returns the value of the 'File Name' attribute. |
int |
getMaxNumberOfBackupFiles()
Returns the value of the 'Max Number Of Backup Files' attribute. |
com.ibm.websphere.models.config.process.MessageFormatKind |
getMessageFormatKind()
Returns the value of the 'Message Format Kind' attribute. |
int |
getRolloverPeriod()
Returns the value of the 'Rollover Period' attribute. |
int |
getRolloverSize()
Returns the value of the 'Rollover Size' attribute. |
com.ibm.websphere.models.config.process.RolloverType |
getRolloverType()
Returns the value of the 'Rollover Type' attribute. |
void |
setBaseHour(int value)
Sets the value of the ' Base Hour ' attribute |
void |
setFileName(java.lang.String value)
Sets the value of the ' File Name ' attribute |
void |
setMaxNumberOfBackupFiles(int value)
Sets the value of the ' Max Number Of Backup Files ' attribute |
void |
setMessageFormatKind(com.ibm.websphere.models.config.process.MessageFormatKind value)
Sets the value of the ' Message Format Kind ' attribute |
void |
setRolloverPeriod(int value)
Sets the value of the ' Rollover Period ' attribute |
void |
setRolloverSize(int value)
Sets the value of the ' Rollover Size ' attribute |
void |
setRolloverType(com.ibm.websphere.models.config.process.RolloverType value)
Sets the value of the ' Rollover Type ' attribute |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getFileName()
"${SERVER_LOG_ROOT}/BrSelAudit.log"
.
Specify the name of the custom audit file.
setFileName(String)
,
BrSelServicePackage.getCustomAuditLog_FileName()
void setFileName(java.lang.String value)
File Name
' attribute.
value
- the new value of the 'File Name' attribute.getFileName()
int getMaxNumberOfBackupFiles()
"1"
.
Number of archive files.
setMaxNumberOfBackupFiles(int)
,
BrSelServicePackage.getCustomAuditLog_MaxNumberOfBackupFiles()
void setMaxNumberOfBackupFiles(int value)
Max Number Of Backup Files
' attribute.
value
- the new value of the 'Max Number Of Backup Files' attribute.getMaxNumberOfBackupFiles()
com.ibm.websphere.models.config.process.RolloverType getRolloverType()
RolloverType
.
If the meaning of the 'Rollover Type' attribute isn't clear, there really should be more of a description here...
RolloverType
,
setRolloverType(RolloverType)
,
BrSelServicePackage.getCustomAuditLog_RolloverType()
void setRolloverType(com.ibm.websphere.models.config.process.RolloverType value)
Rollover Type
' attribute.
value
- the new value of the 'Rollover Type' attribute.RolloverType
,
getRolloverType()
int getRolloverSize()
"1"
.
Specify the size in Megabytes for size-based rollover.
setRolloverSize(int)
,
BrSelServicePackage.getCustomAuditLog_RolloverSize()
void setRolloverSize(int value)
Rollover Size
' attribute.
value
- the new value of the 'Rollover Size' attribute.getRolloverSize()
int getBaseHour()
"24"
.
Specify the hours at which time-based rollover starts.
setBaseHour(int)
,
BrSelServicePackage.getCustomAuditLog_BaseHour()
void setBaseHour(int value)
Base Hour
' attribute.
value
- the new value of the 'Base Hour' attribute.getBaseHour()
int getRolloverPeriod()
"24"
.
Specify the time-based rollover period.
setRolloverPeriod(int)
,
BrSelServicePackage.getCustomAuditLog_RolloverPeriod()
void setRolloverPeriod(int value)
Rollover Period
' attribute.
value
- the new value of the 'Rollover Period' attribute.getRolloverPeriod()
com.ibm.websphere.models.config.process.MessageFormatKind getMessageFormatKind()
MessageFormatKind
.
The desired format for messages. Valid values include basic and advanced. Default is basic.
MessageFormatKind
,
setMessageFormatKind(MessageFormatKind)
,
BrSelServicePackage.getCustomAuditLog_MessageFormatKind()
void setMessageFormatKind(com.ibm.websphere.models.config.process.MessageFormatKind value)
Message Format Kind
' attribute.
value
- the new value of the 'Message Format Kind' attribute.MessageFormatKind
,
getMessageFormatKind()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |