@Transactional(readOnly=true)
public interface DistributedStatusService
DistributedStatusService interface.
Modifier and Type | Method and Description |
---|---|
SimpleWebTable |
createFacilityStatusTable(Date startDate,
Date endDate)
createFacilityStatusTable
|
DistributedStatusHistoryModel |
createHistoryModel(String locationName,
String monitorId,
String applicationName,
String timeSpan,
String previousLocation)
createHistoryModel
|
SimpleWebTable |
createStatusTable(DistributedStatusDetailsCommand command,
org.springframework.validation.Errors errors)
createStatusTable
|
int |
getApplicationCount()
getApplicationCount
|
SimpleWebTable createStatusTable(DistributedStatusDetailsCommand command, org.springframework.validation.Errors errors)
createStatusTable
command
- a org.opennms.web.command.DistributedStatusDetailsCommand
object.errors
- a Errors
object.SimpleWebTable
object.SimpleWebTable createFacilityStatusTable(Date startDate, Date endDate)
createFacilityStatusTable
startDate
- a java$util$Date object.endDate
- a java$util$Date object.SimpleWebTable
object.DistributedStatusHistoryModel createHistoryModel(String locationName, String monitorId, String applicationName, String timeSpan, String previousLocation)
createHistoryModel
int getApplicationCount()
getApplicationCount
Copyright © 2021. All rights reserved.