|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.dsp.management.beans.AuditConfig
public final class AuditConfig
Global audit configuration at the data space level.
| Nested Class Summary | |
|---|---|
static class |
AuditConfig.SeverityLevel
Audit severity levels. |
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,AuditGroupConfig> |
getGroups()
Returns a map of the audit groups. |
AuditConfig.SeverityLevel |
getSeverityLevel()
Returns the global severity level ie the level of information to be captured by the auditing process. |
boolean |
isAsynchronous()
Returns true if auditing has to happen asynchronously. |
boolean |
isAuditConfiguration()
Returns true if configuration changes has to be audited. |
boolean |
isAuditQueries()
Returns true if queries has to be audited. |
boolean |
isAuditUpdates()
Returns true if updates has to be audited |
boolean |
isEnabled()
Returns true if auditing is enabled. |
boolean |
isIncrementalAuditDispatch()
When true audit events may be dispatched even before the entire operation (query, etc) completes. |
boolean |
isLogged()
Returns true if auditing information is to be included in the application server log file. |
void |
setAsynchronous(boolean asynchronous)
|
void |
setAuditConfiguration(boolean auditConfiguration)
|
void |
setAuditQueries(boolean auditQueries)
|
void |
setAuditUpdates(boolean auditUpdates)
|
void |
setEnabled(boolean enabled)
|
void |
setGroups(java.util.Map<java.lang.String,AuditGroupConfig> groups)
The passed audit config groups are updated when this bean is sent back to the mbean api. |
void |
setIncrementalAuditDispatch(boolean incrementalAuditDispatch)
|
void |
setLogged(boolean logged)
|
void |
setSeverityLevel(AuditConfig.SeverityLevel severityLevel)
|
java.lang.String |
toString()
|
void |
validate()
Validates bean specific attributes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public boolean isAsynchronous()
true if auditing has to happen asynchronously.
true if auditing has to happen asynchronouslypublic void setAsynchronous(boolean asynchronous)
public boolean isAuditConfiguration()
true if configuration changes has to be audited.
true if configuration changes has to be auditedpublic void setAuditConfiguration(boolean auditConfiguration)
public boolean isAuditQueries()
true if queries has to be audited.
true if queries has to be auditedpublic void setAuditQueries(boolean auditQueries)
public boolean isAuditUpdates()
true if updates has to be audited
true if updates has to be auditedpublic void setAuditUpdates(boolean auditUpdates)
public boolean isEnabled()
true if auditing is enabled.
true if auditing is enabledpublic void setEnabled(boolean enabled)
public java.util.Map<java.lang.String,AuditGroupConfig> getGroups()
public void setGroups(java.util.Map<java.lang.String,AuditGroupConfig> groups)
throws ValidationException
groups -
ValidationExceptionpublic boolean isLogged()
true if auditing information is to be included in the application server log file.
true if auditing information should be loggedpublic void setLogged(boolean logged)
public boolean isIncrementalAuditDispatch()
true if audit can be dispatched incrementallypublic void setIncrementalAuditDispatch(boolean incrementalAuditDispatch)
public AuditConfig.SeverityLevel getSeverityLevel()
public void setSeverityLevel(AuditConfig.SeverityLevel severityLevel)
public void validate()
throws ValidationException
Validatable
validate in interface ValidatableValidationException - if the validation fails.public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||