Uses of Class
org.jboss.as.controller.audit.AuditLogger.Status
-
Packages that use AuditLogger.Status Package Description org.jboss.as.controller.audit -
-
Uses of AuditLogger.Status in org.jboss.as.controller.audit
Methods in org.jboss.as.controller.audit that return AuditLogger.Status Modifier and Type Method Description AuditLogger.StatusManagedAuditLogger. getLoggerStatus()Gets the status of the audit loggerAuditLogger.StatusManagedAuditLoggerImpl. getLoggerStatus()static AuditLogger.StatusAuditLogger.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static AuditLogger.Status[]AuditLogger.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.as.controller.audit with parameters of type AuditLogger.Status Modifier and Type Method Description voidManagedAuditLogger. setLoggerStatus(AuditLogger.Status newStatus)Sets the status of the audit loggervoidManagedAuditLoggerImpl. setLoggerStatus(AuditLogger.Status newStatus)
-