@Transactional(readOnly=true)
public interface DistributedPollerService
DistributedPollerService interface.
Modifier and Type | Method and Description |
---|---|
void |
deleteLocationMonitor(LocationMonitorIdCommand command,
org.springframework.validation.BindingResult errors)
deleteLocationMonitor
|
LocationMonitorListModel |
getLocationMonitorDetails(LocationMonitorIdCommand command,
org.springframework.validation.BindingResult errors)
getLocationMonitorDetails
|
LocationMonitorListModel |
getLocationMonitorList()
getLocationMonitorList
|
void |
pauseAllLocationMonitors()
Pause all the locations monitors
|
void |
pauseLocationMonitor(LocationMonitorIdCommand command,
org.springframework.validation.BindingResult errors)
pauseLocationMonitor
|
void |
resumeAllLocationMonitors()
Resume all the locations monitors (those that have been stopped are not resumed)
|
void |
resumeLocationMonitor(LocationMonitorIdCommand command,
org.springframework.validation.BindingResult errors)
resumeLocationMonitor
|
LocationMonitorListModel getLocationMonitorList()
getLocationMonitorList
LocationMonitorListModel
object.LocationMonitorListModel getLocationMonitorDetails(LocationMonitorIdCommand command, org.springframework.validation.BindingResult errors)
getLocationMonitorDetails
command
- a org.opennms.web.command.LocationMonitorIdCommand
object.errors
- a BindingResult
object.LocationMonitorListModel
object.@Transactional(readOnly=false) void pauseLocationMonitor(LocationMonitorIdCommand command, org.springframework.validation.BindingResult errors)
pauseLocationMonitor
command
- a org.opennms.web.command.LocationMonitorIdCommand
object.errors
- a BindingResult
object.@Transactional(readOnly=false) void resumeLocationMonitor(LocationMonitorIdCommand command, org.springframework.validation.BindingResult errors)
resumeLocationMonitor
command
- a org.opennms.web.command.LocationMonitorIdCommand
object.errors
- a BindingResult
object.@Transactional(readOnly=false) void deleteLocationMonitor(LocationMonitorIdCommand command, org.springframework.validation.BindingResult errors)
deleteLocationMonitor
command
- a org.opennms.web.command.LocationMonitorIdCommand
object.errors
- a BindingResult
object.@Transactional(readOnly=false) void pauseAllLocationMonitors()
@Transactional(readOnly=false) void resumeAllLocationMonitors()
Copyright © 2021. All rights reserved.