|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.server.measurement.MeasurementProblemManagerBean
public class MeasurementProblemManagerBean
A manager for working with problems such as out-of-bounds measurements.
| Constructor Summary | |
|---|---|
MeasurementProblemManagerBean()
|
|
| Method Summary | |
|---|---|
org.rhq.core.domain.util.PageList<org.rhq.core.domain.resource.composite.ProblemResourceComposite> |
findProblemResources(org.rhq.core.domain.auth.Subject subject,
long oldestDate,
org.rhq.core.domain.util.PageControl pc)
Returns a list of all "problem resources" where a problem resource has one or more of the following statements true: it is known to be down
one or more of its alerts were triggered
one or more of its measurements were out-of-bounds (compared to their baselines)
If one or more of those are true for any resource, and they became true at or after the given
oldestDate time (specified in epoch milliseconds), that resource is returned in the list (assuming the
given user has access to view that resource). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MeasurementProblemManagerBean()
| Method Detail |
|---|
public org.rhq.core.domain.util.PageList<org.rhq.core.domain.resource.composite.ProblemResourceComposite> findProblemResources(org.rhq.core.domain.auth.Subject subject,
long oldestDate,
org.rhq.core.domain.util.PageControl pc)
MeasurementProblemManagerLocaldown
oldestDate time (specified in epoch milliseconds), that resource is returned in the list (assuming the
given user has access to view that resource).
findProblemResources in interface MeasurementProblemManagerLocalfindProblemResources in interface MeasurementProblemManagerRemotesubject - the user asking for the dataoldestDate - no problems will be returned that started before this time
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||