Uses of Class
org.rhq.core.domain.resource.ResourceErrorType

Packages that use ResourceErrorType
org.rhq.core.domain.resource   
 

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

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

Methods in org.rhq.core.domain.resource with parameters of type ResourceErrorType
 List<ResourceError> Resource.getResourceErrors(ResourceErrorType type)
          Returns only those errors of the given type.
 void ResourceError.setErrorType(ResourceErrorType errorType)
           
 

Constructors in org.rhq.core.domain.resource with parameters of type ResourceErrorType
ResourceError(Resource resource, ResourceErrorType errorType, String summary, String detail, long timeOccurred)
          Constructor for ResourceError.
ResourceError(Resource resource, ResourceErrorType errorType, Throwable exception, long timeOccurred)
          Constructor for ResourceError that uses ResourceError.setDetailFromThrowable(Throwable) to convert the given exception to an error message.
 



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