|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.svclayer.support.DistributedStatusHistoryModel
public class DistributedStatusHistoryModel
DistributedStatusHistoryModel class.
| Nested Class Summary | |
|---|---|
static class |
DistributedStatusHistoryModel.ServiceGraph
|
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
List<OnmsApplication> |
getApplications()
getApplications |
OnmsApplication |
getChosenApplication()
getChosenApplication |
Collection<OnmsMonitoredService> |
getChosenApplicationMemberServices()
getChosenApplicationMemberServices |
OnmsMonitoringLocationDefinition |
getChosenLocation()
getChosenLocation |
OnmsLocationMonitor |
getChosenMonitor()
getChosenMonitor |
RelativeTimePeriod |
getChosenPeriod()
getChosenPeriod |
List<String> |
getErrors()
getErrors |
List<OnmsMonitoringLocationDefinition> |
getLocations()
getLocations |
List<OnmsLocationMonitor> |
getMonitors()
getMonitors |
List<RelativeTimePeriod> |
getPeriods()
getPeriods |
SortedSet<DistributedStatusHistoryModel.ServiceGraph> |
getServiceGraphs()
getServiceGraphs |
void |
setServiceGraphs(SortedSet<DistributedStatusHistoryModel.ServiceGraph> serviceGraphs)
setServiceGraphs |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public 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.
locations - a List object.applications - a List object.monitors - a List object.periods - a List object.chosenLocation - a OnmsMonitoringLocationDefinition object.chosenApplication - a OnmsApplication object.chosenApplicationMemberServices - a Collection object.chosenMonitor - a OnmsLocationMonitor object.chosenPeriod - a RelativeTimePeriod object.errors - a List object.| Method Detail |
|---|
public List<OnmsApplication> getApplications()
getApplications
List object.public List<OnmsMonitoringLocationDefinition> getLocations()
getLocations
List object.public OnmsApplication getChosenApplication()
getChosenApplication
OnmsApplication object.public Collection<OnmsMonitoredService> getChosenApplicationMemberServices()
getChosenApplicationMemberServices
Collection object.public OnmsMonitoringLocationDefinition getChosenLocation()
getChosenLocation
OnmsMonitoringLocationDefinition object.public List<String> getErrors()
getErrors
List object.public RelativeTimePeriod getChosenPeriod()
getChosenPeriod
RelativeTimePeriod object.public List<RelativeTimePeriod> getPeriods()
getPeriods
List object.public OnmsLocationMonitor getChosenMonitor()
getChosenMonitor
OnmsLocationMonitor object.public List<OnmsLocationMonitor> getMonitors()
getMonitors
List object.public SortedSet<DistributedStatusHistoryModel.ServiceGraph> getServiceGraphs()
getServiceGraphs
SortedSet object.public void setServiceGraphs(SortedSet<DistributedStatusHistoryModel.ServiceGraph> serviceGraphs)
setServiceGraphs
serviceGraphs - a SortedSet object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||