Package | Description |
---|---|
org.opennms.netmgt.dao.api | |
org.opennms.netmgt.dao.hibernate | |
org.opennms.netmgt.dao.mock | |
org.opennms.netmgt.dao.support | |
org.opennms.netmgt.model |
This file is part of OpenNMS(R).
|
org.opennms.netmgt.poller.remote.support | |
org.opennms.web.svclayer.model | |
org.opennms.web.svclayer.support |
Modifier and Type | Method and Description |
---|---|
Collection<OnmsLocationMonitor> |
LocationMonitorDao.findByApplication(OnmsApplication application)
findByApplication
|
Collection<OnmsLocationMonitor> |
LocationMonitorDao.findByLocationDefinition(OnmsMonitoringLocation locationDefinition)
findByLocationDefinition
|
Modifier and Type | Method and Description |
---|---|
OnmsLocationSpecificStatus |
LocationMonitorDao.getMostRecentStatusChange(OnmsLocationMonitor locationMonitor,
OnmsMonitoredService monSvc)
getMostRecentStatusChange
|
OnmsResource |
ResourceDao.getResourceForIpInterface(OnmsIpInterface ipInterface,
OnmsLocationMonitor locationMonitor)
getResourceForIpInterface
|
Modifier and Type | Method and Description |
---|---|
Collection<OnmsLocationMonitor> |
LocationMonitorDaoHibernate.findByApplication(OnmsApplication application)
findByApplication
|
Collection<OnmsLocationMonitor> |
LocationMonitorDaoHibernate.findByLocationDefinition(OnmsMonitoringLocation locationDefinition)
findByLocationDefinition
|
Modifier and Type | Method and Description |
---|---|
OnmsLocationSpecificStatus |
LocationMonitorDaoHibernate.getMostRecentStatusChange(OnmsLocationMonitor locationMonitor,
OnmsMonitoredService monSvc)
getMostRecentStatusChange
|
Modifier and Type | Method and Description |
---|---|
Collection<OnmsLocationMonitor> |
MockLocationMonitorDao.findByApplication(OnmsApplication application) |
Collection<OnmsLocationMonitor> |
MockLocationMonitorDao.findByLocationDefinition(OnmsMonitoringLocation locationDefinition) |
Modifier and Type | Method and Description |
---|---|
protected void |
MockLocationMonitorDao.generateId(OnmsLocationMonitor mon) |
protected String |
MockLocationMonitorDao.getId(OnmsLocationMonitor loc) |
OnmsLocationSpecificStatus |
MockLocationMonitorDao.getMostRecentStatusChange(OnmsLocationMonitor locationMonitor,
OnmsMonitoredService monSvc) |
OnmsResource |
MockResourceDao.getResourceForIpInterface(OnmsIpInterface ipInterface,
OnmsLocationMonitor locationMonitor) |
Modifier and Type | Method and Description |
---|---|
OnmsResource |
DefaultResourceDao.getResourceForIpInterface(OnmsIpInterface ipInterface,
OnmsLocationMonitor locMon) |
Modifier and Type | Method and Description |
---|---|
OnmsLocationMonitor |
LocationMonitorIpInterface.getLocationMonitor()
getLocationMonitor
|
OnmsLocationMonitor |
OnmsLocationSpecificStatus.getLocationMonitor()
getLocationMonitor
|
Modifier and Type | Method and Description |
---|---|
int |
OnmsLocationMonitor.compareTo(OnmsLocationMonitor o)
compareTo
|
void |
OnmsLocationSpecificStatus.setLocationMonitor(OnmsLocationMonitor locationMonitor)
setLocationMonitor
|
Constructor and Description |
---|
LocationMonitorIpInterface(OnmsLocationMonitor locationMonitor,
OnmsIpInterface ipInterface)
Constructor for LocationMonitorIpInterface.
|
OnmsLocationSpecificStatus(OnmsLocationMonitor locationMonitor,
OnmsMonitoredService monitoredService,
PollStatus pollResult)
Constructor for OnmsLocationSpecificStatus.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultPollerBackEnd.updateConnectionHostDetails(OnmsLocationMonitor mon,
Map<String,String> pollerDetails) |
Modifier and Type | Method and Description |
---|---|
OnmsLocationMonitor |
DistributedStatusHistoryModel.getChosenMonitor()
getChosenMonitor
|
Modifier and Type | Method and Description |
---|---|
List<OnmsLocationMonitor> |
DistributedStatusHistoryModel.getMonitors()
getMonitors
|
Constructor and Description |
---|
DistributedStatusHistoryModel(List<OnmsMonitoringLocation> locations,
List<OnmsApplication> applications,
List<OnmsLocationMonitor> monitors,
List<RelativeTimePeriod> periods,
OnmsMonitoringLocation chosenLocation,
OnmsApplication chosenApplication,
Collection<OnmsMonitoredService> chosenApplicationMemberServices,
OnmsLocationMonitor chosenMonitor,
RelativeTimePeriod chosenPeriod,
List<String> errors)
Constructor for DistributedStatusHistoryModel.
|
LocationMonitorModel(OnmsLocationMonitor monitor,
OnmsMonitoringLocation def)
Create a LocationMonitorModel and populate it with data from a
OnmsLocationMonitor and OnmsMonitoringLocationDefinition (if any).
|
Constructor and Description |
---|
DistributedStatusHistoryModel(List<OnmsMonitoringLocation> locations,
List<OnmsApplication> applications,
List<OnmsLocationMonitor> monitors,
List<RelativeTimePeriod> periods,
OnmsMonitoringLocation chosenLocation,
OnmsApplication chosenApplication,
Collection<OnmsMonitoredService> chosenApplicationMemberServices,
OnmsLocationMonitor chosenMonitor,
RelativeTimePeriod chosenPeriod,
List<String> errors)
Constructor for DistributedStatusHistoryModel.
|
Modifier and Type | Method and Description |
---|---|
DefaultDistributedStatusService.Severity |
DefaultDistributedStatusService.calculateCurrentStatus(OnmsLocationMonitor monitor,
Collection<OnmsMonitoredService> applicationServices,
Collection<OnmsLocationSpecificStatus> statuses)
calculateCurrentStatus
|
int |
DefaultDistributedPollerService.OnmsLocationMonitorAreaNameComparator.compare(OnmsLocationMonitor o1,
OnmsLocationMonitor o2) |
Modifier and Type | Method and Description |
---|---|
DefaultDistributedStatusService.Severity |
DefaultDistributedStatusService.calculateCurrentStatus(Collection<OnmsLocationMonitor> monitors,
Collection<OnmsMonitoredService> applicationServices,
Collection<OnmsLocationSpecificStatus> statuses)
calculateCurrentStatus
|
Copyright © 2021. All rights reserved.