Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.events
Class EventLogStatus

java.lang.Object
  extended by org.hyperic.util.HypericEnum
      extended by org.hyperic.hq.events.EventLogStatus
All Implemented Interfaces:
java.io.Serializable, JSON

public class EventLogStatus
extends HypericEnum

See Also:
Serialized Form

Field Summary
static EventLogStatus ANY
           
static EventLogStatus DEBUG
           
static EventLogStatus ERROR
           
static EventLogStatus INFO
           
static EventLogStatus WARN
           
 
Method Summary
static EventLogStatus findByCode(int code)
           
static java.util.List getAll()
           
 
Methods inherited from class org.hyperic.util.HypericEnum
findByCode, findByDescription, getAll, getByCode, getCode, getDescription, getJsonName, getValue, toJSON, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ERROR

public static final EventLogStatus ERROR

WARN

public static final EventLogStatus WARN

INFO

public static final EventLogStatus INFO

DEBUG

public static final EventLogStatus DEBUG

ANY

public static final EventLogStatus ANY
Method Detail

getAll

public static java.util.List getAll()

findByCode

public static EventLogStatus findByCode(int code)

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.