Uses of Class
org.rhq.core.domain.alert.AlertDefinition

Packages that use AlertDefinition
org.rhq.core.domain.alert   
org.rhq.core.domain.alert.composite   
org.rhq.core.domain.alert.notification   
org.rhq.core.domain.resource   
org.rhq.core.domain.resource.group   
 

Uses of AlertDefinition in org.rhq.core.domain.alert
 

Methods in org.rhq.core.domain.alert that return AlertDefinition
 AlertDefinition AlertDampeningEvent.getAlertDefinition()
           
 AlertDefinition AlertCondition.getAlertDefinition()
           
 AlertDefinition Alert.getAlertDefinition()
           
 AlertDefinition AlertDefinition.getGroupAlertDefinition()
           
 

Methods in org.rhq.core.domain.alert with parameters of type AlertDefinition
static AlertDefinitionContext AlertDefinitionContext.get(AlertDefinition definition)
           
 void AlertDampeningEvent.setAlertDefinition(AlertDefinition alertDefinition)
           
 void AlertCondition.setAlertDefinition(AlertDefinition alertDef)
           
 void Alert.setAlertDefinition(AlertDefinition alertDefinition)
           
 void AlertDefinition.setGroupAlertDefinition(AlertDefinition groupAlertDefinition)
           
 void AlertDefinition.update(AlertDefinition alertDef, boolean copyIds)
           
 

Constructors in org.rhq.core.domain.alert with parameters of type AlertDefinition
Alert(AlertDefinition alertDefinition, long ctime)
          Creates a new alert with the specified definition and creation time.
AlertCondition(AlertDefinition alertDef, AlertConditionCategory type)
           
AlertDampeningEvent(AlertDefinition alertDefinition, AlertDampeningEvent.Type type)
           
AlertDefinition(AlertDefinition alertDef)
          Creates a skeletal copy of the specified alert definition.
AlertDefinition(AlertDefinition alertDef, boolean copyIds)
           
 

Uses of AlertDefinition in org.rhq.core.domain.alert.composite
 

Methods in org.rhq.core.domain.alert.composite that return AlertDefinition
 AlertDefinition AlertDefinitionComposite.getAlertDefinition()
           
 

Constructors in org.rhq.core.domain.alert.composite with parameters of type AlertDefinition
AlertDefinitionComposite(AlertDefinition alertDefinition, Integer parentResourceId, String parentResourceName)
           
 

Uses of AlertDefinition in org.rhq.core.domain.alert.notification
 

Methods in org.rhq.core.domain.alert.notification that return AlertDefinition
 AlertDefinition AlertNotification.getAlertDefinition()
           
 

Methods in org.rhq.core.domain.alert.notification with parameters of type AlertDefinition
 void AlertNotification.setAlertDefinition(AlertDefinition alertDefinition)
           
 

Constructors in org.rhq.core.domain.alert.notification with parameters of type AlertDefinition
AlertNotification(AlertDefinition alertDefinition)
           
EmailNotification(AlertDefinition alertDefinition, String emailAddress)
           
RoleNotification(AlertDefinition alertDefinition, Role role)
           
SnmpNotification(AlertDefinition alertDefinition, String host, Integer port, String oid)
           
SubjectNotification(AlertDefinition alertDefinition, Subject subject)
           
 

Uses of AlertDefinition in org.rhq.core.domain.resource
 

Methods in org.rhq.core.domain.resource that return types with arguments of type AlertDefinition
 Set<AlertDefinition> Resource.getAlertDefinitions()
           
 

Methods in org.rhq.core.domain.resource with parameters of type AlertDefinition
 void Resource.addAlertDefinition(AlertDefinition alertDefinition)
           
 

Method parameters in org.rhq.core.domain.resource with type arguments of type AlertDefinition
 void Resource.setAlertDefinitions(Set<AlertDefinition> alertDefinitions)
           
 

Uses of AlertDefinition in org.rhq.core.domain.resource.group
 

Methods in org.rhq.core.domain.resource.group that return types with arguments of type AlertDefinition
 Set<AlertDefinition> ResourceGroup.getAlertDefinitions()
           
 

Method parameters in org.rhq.core.domain.resource.group with type arguments of type AlertDefinition
 void ResourceGroup.setAlertDefinitions(Set<AlertDefinition> alertDefinitions)
           
 



Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.