Uses of Class
com.aoindustries.aoserv.client.monitoring.AlertLevel
-
Packages that use AlertLevel Package Description com.aoindustries.aoserv.client.backup com.aoindustries.aoserv.client.monitoring com.aoindustries.aoserv.client.mysql com.aoindustries.aoserv.client.pki -
-
Uses of AlertLevel in com.aoindustries.aoserv.client.backup
Methods in com.aoindustries.aoserv.client.backup that return AlertLevel Modifier and Type Method Description AlertLevelMysqlReplication. getMaxAlertLevel() -
Uses of AlertLevel in com.aoindustries.aoserv.client.monitoring
Methods in com.aoindustries.aoserv.client.monitoring that return AlertLevel Modifier and Type Method Description static AlertLevelAlertLevel. fromOrdinal(int ordinal)Gets the alert level from ordinal without the overhead of a call tovalues.static AlertLevelAlertLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static AlertLevel[]AlertLevel. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AlertLevel in com.aoindustries.aoserv.client.mysql
Methods in com.aoindustries.aoserv.client.mysql that return AlertLevel Modifier and Type Method Description AlertLevelDatabase. getMaxCheckTableAlertLevel() -
Uses of AlertLevel in com.aoindustries.aoserv.client.pki
Methods in com.aoindustries.aoserv.client.pki that return AlertLevel Modifier and Type Method Description AlertLevelCertificate.Check. getAlertLevel()The alert level for monitoring purposes.Constructors in com.aoindustries.aoserv.client.pki with parameters of type AlertLevel Constructor Description Check(String check, String value, AlertLevel alertLevel, String message)
-