| Package | Description | 
|---|---|
| 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.poller.remote | |
| org.opennms.web.rest.v1.support | |
| org.opennms.web.rest.v2 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
MockScanReportDao.generateId(ScanReport service)  | 
protected String | 
MockScanReportDao.getId(ScanReport service)  | 
| Modifier and Type | Method and Description | 
|---|---|
ScanReport | 
ScanReportPollResult.getScanReport()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ScanReportPollResult.setScanReport(ScanReport report)  | 
| Constructor and Description | 
|---|
ScanReport(ScanReport pkg)
Copy constructor. 
 | 
ScanReportPollResult(ScanReport scanReport,
                    String serviceName,
                    Integer serviceId,
                    String nodeLabel,
                    Integer nodeId,
                    String ipAddress,
                    PollStatus status)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PollerBackEnd.reportSingleScan(ScanReport report)
Report a single scan from the client to the server. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ServerUnreachableAdaptor.reportSingleScan(ScanReport report)  | 
void | 
DefaultPollerBackEnd.reportSingleScan(ScanReport report)  | 
void | 
ExceptionProtectedPollerBackEnd.reportSingleScan(ScanReport report)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ScanReport | 
FrontEndInvoker.doInBackground()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ScanReportHandler.scanComplete(ScanReport report)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<ScanReport> | 
ScanReportList.getObjects()  | 
| Constructor and Description | 
|---|
ScanReportList(Collection<? extends ScanReport> definitions)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ScanReport | 
ScanReportRestService.doGet(javax.ws.rs.core.UriInfo uriInfo,
     String id)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected JaxbListWrapper<ScanReport> | 
ScanReportRestService.createListWrapper(Collection<ScanReport> list)  | 
protected Class<ScanReport> | 
ScanReportRestService.getDaoClass()  | 
protected Class<ScanReport> | 
ScanReportRestService.getQueryBeanClass()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected javax.ws.rs.core.Response | 
ScanReportRestService.doUpdate(javax.ws.rs.core.SecurityContext securityContext,
        javax.ws.rs.core.UriInfo uriInfo,
        String key,
        ScanReport targetObject)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected JaxbListWrapper<ScanReport> | 
ScanReportRestService.createListWrapper(Collection<ScanReport> list)  | 
Copyright © 2020. All rights reserved.