public interface StatusManagerLocal
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
getAndClearAgentsWithStatusForServer(String serverName) |
void |
markGlobalCache() |
void |
updateByAgent(int agentId) |
void |
updateByAlertDefinition(org.rhq.core.domain.auth.Subject subject,
int alertDefinitionId) |
void |
updateByAutoBaselineCalculationJob() |
void |
updateByMeasurementBaseline(int baselineId) |
void |
updateByResource(org.rhq.core.domain.auth.Subject subject,
int resourceId) |
List<Integer> getAndClearAgentsWithStatusForServer(String serverName)
void markGlobalCache()
void updateByResource(org.rhq.core.domain.auth.Subject subject,
int resourceId)
void updateByAlertDefinition(org.rhq.core.domain.auth.Subject subject,
int alertDefinitionId)
void updateByMeasurementBaseline(int baselineId)
void updateByAgent(int agentId)
void updateByAutoBaselineCalculationJob()
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.