Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.events
Interface AlertDefinitionInterface

All Known Implementing Classes:
AlertDefinition, GalertDef

public interface AlertDefinitionInterface


Method Summary
 java.lang.String getDescription()
           
 java.lang.Integer getId()
           
 java.lang.String getName()
           
 int getPriority()
           
 Resource getResource()
           
 boolean isDeleted()
           
 boolean isNotifyFiltered()
           
 boolean performsEscalations()
           
 

Method Detail

getId

java.lang.Integer getId()

getName

java.lang.String getName()

getDescription

java.lang.String getDescription()

getPriority

int getPriority()

isNotifyFiltered

boolean isNotifyFiltered()

isDeleted

boolean isDeleted()

performsEscalations

boolean performsEscalations()

getResource

Resource getResource()

Hyperic HQ Plugin API v. 4.4.0.2

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