public interface AvailabilityFacet
| Modifier and Type | Method and Description |
|---|---|
org.rhq.core.domain.measurement.AvailabilityType |
getAvailability()
The plugin container will occasionally call this method at the server level to see if the server is available.
|
org.rhq.core.domain.measurement.AvailabilityType getAvailability()
down in this case.AvailabilityType.UP if the resource is responding as expected; AvailabilityType.DOWN if
it is not responding as expected; AvailabilityType.MISSING if the resource type supports this feature
and the resource is physically missing. Any other return value is invalid.Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.