public interface AuditingManagementMBean
The AuditingManagementMBean
interface provides methods for interacting with Rhino’s auditing subsystems.
Modifier and Type | Field and Description |
---|---|
static String |
MBEAN_NAME
The name of this MBean, equal to the string "Auditing".
|
static String |
OBJECT_NAME
The JMX Object Name of this MBean.
|
Modifier and Type | Method and Description |
---|---|
String |
getAuditLevel()
Returns the type of management operations logged to the managment audit log.
|
String |
getOpcodeXML()
Returns a String representing the current management OpCodes in XML format.
|
void |
setAuditLevel(String level)
Sets the type of management operations logged to the management audit log.
|
static final String MBEAN_NAME
The name of this MBean, equal to the string "Auditing".
static final String OBJECT_NAME
The JMX Object Name of this MBean.
String getOpcodeXML() throws ManagementException
Returns a String representing the current management OpCodes in XML format.
ManagementException
void setAuditLevel(String level) throws ManagementException, ConfigurationException
Sets the type of management operations logged to the management audit log. The given value must be "none", "writes", or "all" (case insensitive).
String getAuditLevel() throws ManagementException, ConfigurationException
Returns the type of management operations logged to the managment audit log. The returned value will be "none", "writes", or "all" (case insensitive).