Uses of Class
org.rhq.core.domain.cloud.PartitionEventType

Packages that use PartitionEventType
org.rhq.core.domain.cloud   
 

Uses of PartitionEventType in org.rhq.core.domain.cloud
 

Methods in org.rhq.core.domain.cloud that return PartitionEventType
 PartitionEventType PartitionEvent.getEventType()
           
static PartitionEventType PartitionEventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PartitionEventType[] PartitionEventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.rhq.core.domain.cloud with parameters of type PartitionEventType
 void PartitionEvent.setEventType(PartitionEventType eventType)
           
 

Constructors in org.rhq.core.domain.cloud with parameters of type PartitionEventType
PartitionEvent(String subjectName, PartitionEventType eventType, PartitionEvent.ExecutionStatus executionStatus)
           
PartitionEvent(String subjectName, PartitionEventType eventType, String eventDetail, PartitionEvent.ExecutionStatus executionStatus)
           
 



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