org.hyperic.hq.galerts.server.session
Class GalertDefPartition
java.lang.Object
org.hyperic.util.HypericEnum
org.hyperic.hq.galerts.server.session.GalertDefPartition
- All Implemented Interfaces:
- java.io.Serializable, JSON
public abstract class GalertDefPartition
- extends HypericEnum
An alert definition is divided into partitions. Currently the only two
partitions are:
Normal - Regular style alert definition. If X happens, el-kabong
Recovery - A partition indicating that an alertable condition is no longer
valid
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NORMAL
public static final GalertDefPartition NORMAL
RECOVERY
public static final GalertDefPartition RECOVERY
execute
public abstract void execute(java.lang.Integer id,
ExecutionReason execReason)
findByCode
public static GalertDefPartition findByCode(int code)
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.