Uses of Enum Class
org.jboss.as.controller.audit.AuditLogger.Status
Packages that use AuditLogger.Status
-
Uses of AuditLogger.Status in org.jboss.as.controller.audit
Methods in org.jboss.as.controller.audit that return AuditLogger.StatusModifier and TypeMethodDescriptionManagedAuditLogger.getLoggerStatus()Gets the status of the audit loggerManagedAuditLoggerImpl.getLoggerStatus()static AuditLogger.StatusReturns the enum constant of this class with the specified name.static AuditLogger.Status[]AuditLogger.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.as.controller.audit with parameters of type AuditLogger.StatusModifier and TypeMethodDescriptionvoidManagedAuditLogger.setLoggerStatus(AuditLogger.Status newStatus) Sets the status of the audit loggervoidManagedAuditLoggerImpl.setLoggerStatus(AuditLogger.Status newStatus)