public interface AuditingManagementMBean
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
static final String OBJECT_NAME
String getOpcodeXML() throws ManagementException
ManagementException
void setAuditLevel(String level) throws ManagementException, ConfigurationException
String getAuditLevel() throws ManagementException, ConfigurationException