|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceError | |
---|---|
org.rhq.core.domain.resource |
Uses of ResourceError in org.rhq.core.domain.resource |
---|
Methods in org.rhq.core.domain.resource that return types with arguments of type ResourceError | |
---|---|
List<ResourceError> |
Resource.getResourceErrors()
Returns the list of all errors of all types encountered by this resource. |
List<ResourceError> |
Resource.getResourceErrors(ResourceErrorType type)
Returns only those errors of the given type. |
Methods in org.rhq.core.domain.resource with parameters of type ResourceError | |
---|---|
void |
Resource.addResourceError(ResourceError resourceError)
|
Method parameters in org.rhq.core.domain.resource with type arguments of type ResourceError | |
---|---|
void |
Resource.setResourceErrors(List<ResourceError> resourceErrors)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |