Uses of Class
com.caucho.management.server.HealthEventLog.HealthEventLogType

Packages that use HealthEventLog.HealthEventLogType
com.caucho.management.server   
 

Uses of HealthEventLog.HealthEventLogType in com.caucho.management.server
 

Methods in com.caucho.management.server that return HealthEventLog.HealthEventLogType
static HealthEventLog.HealthEventLogType HealthEventLog.HealthEventLogType.fromTypeName(java.lang.String name)
           
 HealthEventLog.HealthEventLogType HealthEventLog.getType()
           
static HealthEventLog.HealthEventLogType HealthEventLog.HealthEventLogType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HealthEventLog.HealthEventLogType[] HealthEventLog.HealthEventLogType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.caucho.management.server with parameters of type HealthEventLog.HealthEventLogType
 void HealthEventLog.setType(HealthEventLog.HealthEventLogType type)
           
 

Constructors in com.caucho.management.server with parameters of type HealthEventLog.HealthEventLogType
HealthEventLog(HealthEventLog.HealthEventLogType type)