Package | Description |
---|---|
com.opencloud.slee.resources.sis.management |
Provides JMX MBean interfaces for managing the SIS.
|
Modifier and Type | Method and Description |
---|---|
static AuditLevel |
AuditLevel.fromString(String s) |
AuditLevel |
ConfigurationManagementMBean.getAuditLevel()
Determine the level of audit logging configured for the SIS RA entity.
|
static AuditLevel |
AuditLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditLevel[] |
AuditLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationManagementMBean.setAuditLevel(AuditLevel level)
Set the level of audit logging for the SIS RA entity.
|