Package | Description |
---|---|
org.opennms.features.poller.remote.gwt.server | |
org.opennms.netmgt.dao.api | |
org.opennms.netmgt.dao.hibernate | |
org.opennms.netmgt.dao.mock | |
org.opennms.netmgt.model |
This file is part of OpenNMS(R).
|
org.opennms.netmgt.poller.remote | |
org.opennms.netmgt.poller.remote.support | |
org.opennms.web.svclayer.model |
Modifier and Type | Method and Description |
---|---|
OnmsMonitoringLocationDefinition |
LocationMonitorDao.findMonitoringLocationDefinition(String monitoringLocationDefinitionName)
findMonitoringLocationDefinition
|
Modifier and Type | Method and Description |
---|---|
List<OnmsMonitoringLocationDefinition> |
LocationMonitorDao.findAllMonitoringLocationDefinitions()
findAllMonitoringLocationDefinitions
|
Modifier and Type | Method and Description |
---|---|
Collection<OnmsLocationMonitor> |
LocationMonitorDao.findByLocationDefinition(OnmsMonitoringLocationDefinition locationDefinition)
findByLocationDefinition
|
void |
LocationMonitorDao.saveMonitoringLocationDefinition(OnmsMonitoringLocationDefinition def)
saveMonitoringLocationDefinition
|
Modifier and Type | Method and Description |
---|---|
void |
LocationMonitorDao.saveMonitoringLocationDefinitions(Collection<OnmsMonitoringLocationDefinition> defs)
saveMonitoringLocationDefinitions
|
Modifier and Type | Method and Description |
---|---|
OnmsMonitoringLocationDefinition |
LocationMonitorDaoHibernate.findMonitoringLocationDefinition(String monitoringLocationDefinitionName)
findMonitoringLocationDefinition
|
Modifier and Type | Method and Description |
---|---|
Collection<OnmsMonitoringLocationDefinition> |
LocationMonitorDaoHibernate.findAllLocationDefinitions()
findAllLocationDefinitions
|
List<OnmsMonitoringLocationDefinition> |
LocationMonitorDaoHibernate.findAllMonitoringLocationDefinitions()
findAllMonitoringLocationDefinitions
|
Modifier and Type | Method and Description |
---|---|
Collection<OnmsLocationMonitor> |
LocationMonitorDaoHibernate.findByLocationDefinition(OnmsMonitoringLocationDefinition locationDefinition)
findByLocationDefinition
|
void |
LocationMonitorDaoHibernate.saveMonitoringLocationDefinition(OnmsMonitoringLocationDefinition onmsDef)
saveMonitoringLocationDefinition
|
Modifier and Type | Method and Description |
---|---|
void |
LocationMonitorDaoHibernate.saveMonitoringLocationDefinitions(Collection<OnmsMonitoringLocationDefinition> onmsDefs)
saveMonitoringLocationDefinitions
|
Modifier and Type | Method and Description |
---|---|
OnmsMonitoringLocationDefinition |
MockLocationMonitorDao.findMonitoringLocationDefinition(String monitoringLocationDefinitionName) |
Modifier and Type | Method and Description |
---|---|
List<OnmsMonitoringLocationDefinition> |
MockLocationMonitorDao.findAllMonitoringLocationDefinitions() |
Modifier and Type | Method and Description |
---|---|
Collection<OnmsLocationMonitor> |
MockLocationMonitorDao.findByLocationDefinition(OnmsMonitoringLocationDefinition locationDefinition) |
void |
MockLocationMonitorDao.saveMonitoringLocationDefinition(OnmsMonitoringLocationDefinition def) |
Modifier and Type | Method and Description |
---|---|
void |
MockLocationMonitorDao.saveMonitoringLocationDefinitions(Collection<OnmsMonitoringLocationDefinition> defs) |
Modifier and Type | Method and Description |
---|---|
List<OnmsMonitoringLocationDefinition> |
OnmsMonitoringLocationDefinitionList.getObjects() |
Constructor and Description |
---|
OnmsMonitoringLocationDefinitionList(Collection<? extends OnmsMonitoringLocationDefinition> definitions) |
Modifier and Type | Method and Description |
---|---|
Collection<OnmsMonitoringLocationDefinition> |
PollerFrontEnd.getMonitoringLocations()
getMonitoringLocations
|
Collection<OnmsMonitoringLocationDefinition> |
PollerBackEnd.getMonitoringLocations()
Return the set of available MonitoringLocationDefinitions
|
Modifier and Type | Method and Description |
---|---|
Collection<OnmsMonitoringLocationDefinition> |
ServerUnreachableAdaptor.getMonitoringLocations()
getMonitoringLocations
|
Collection<OnmsMonitoringLocationDefinition> |
ExceptionProtectedPollerBackEnd.getMonitoringLocations()
getMonitoringLocations
|
Collection<OnmsMonitoringLocationDefinition> |
DefaultPollerFrontEnd.getMonitoringLocations()
getMonitoringLocations
|
Collection<OnmsMonitoringLocationDefinition> |
DefaultPollerBackEnd.getMonitoringLocations()
getMonitoringLocations
|
Modifier and Type | Method and Description |
---|---|
OnmsMonitoringLocationDefinition |
DistributedStatusHistoryModel.getChosenLocation()
getChosenLocation
|
Modifier and Type | Method and Description |
---|---|
List<OnmsMonitoringLocationDefinition> |
DistributedStatusHistoryModel.getLocations()
getLocations
|
Constructor and Description |
---|
DistributedStatusHistoryModel(List<OnmsMonitoringLocationDefinition> locations,
List<OnmsApplication> applications,
List<OnmsLocationMonitor> monitors,
List<RelativeTimePeriod> periods,
OnmsMonitoringLocationDefinition chosenLocation,
OnmsApplication chosenApplication,
Collection<OnmsMonitoredService> chosenApplicationMemberServices,
OnmsLocationMonitor chosenMonitor,
RelativeTimePeriod chosenPeriod,
List<String> errors)
Constructor for DistributedStatusHistoryModel.
|
LocationMonitorModel(OnmsLocationMonitor monitor,
OnmsMonitoringLocationDefinition def)
Create a LocationMonitorModel and populate it with data from a
OnmsLocationMonitor and OnmsMonitoringLocationDefinition (if any).
|
Constructor and Description |
---|
DistributedStatusHistoryModel(List<OnmsMonitoringLocationDefinition> locations,
List<OnmsApplication> applications,
List<OnmsLocationMonitor> monitors,
List<RelativeTimePeriod> periods,
OnmsMonitoringLocationDefinition chosenLocation,
OnmsApplication chosenApplication,
Collection<OnmsMonitoredService> chosenApplicationMemberServices,
OnmsLocationMonitor chosenMonitor,
RelativeTimePeriod chosenPeriod,
List<String> errors)
Constructor for DistributedStatusHistoryModel.
|
Copyright © 2015. All rights reserved.