Uses of Class
com.opencloud.slee.resources.sis.management.AuditLevel
-
Packages that use AuditLevel Package Description com.opencloud.slee.resources.sis.management Provides JMX MBean interfaces for managing the SIS. -
-
Uses of AuditLevel in com.opencloud.slee.resources.sis.management
Methods in com.opencloud.slee.resources.sis.management that return AuditLevel Modifier and Type Method 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.Methods in com.opencloud.slee.resources.sis.management with parameters of type AuditLevel Modifier and Type Method Description void
ConfigurationManagementMBean. setAuditLevel(AuditLevel level)
Set the level of audit logging for the SIS RA entity.
-