Uses of Class
org.rhq.core.domain.event.EventDefinition

Packages that use EventDefinition
org.rhq.core.domain.event   
org.rhq.core.domain.resource   
 

Uses of EventDefinition in org.rhq.core.domain.event
 

Methods in org.rhq.core.domain.event that return EventDefinition
 EventDefinition EventSource.getEventDefinition()
           
 

Constructors in org.rhq.core.domain.event with parameters of type EventDefinition
EventSource(String location, EventDefinition eventDefinition, Resource resource)
           
 

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

Methods in org.rhq.core.domain.resource that return types with arguments of type EventDefinition
 Set<EventDefinition> ResourceType.getEventDefinitions()
           
 

Methods in org.rhq.core.domain.resource with parameters of type EventDefinition
 void ResourceType.addEventDefinition(EventDefinition eventDefinition)
           
 

Method parameters in org.rhq.core.domain.resource with type arguments of type EventDefinition
 void ResourceType.setEventDefinitions(Set<EventDefinition> eventDefinitions)
           
 



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