public interface DCS
Modifier and Type | Method and Description |
---|---|
AddDataResponseMsg |
addData(AddDataRequestMsg req)
AddData, adds a single transaction record to the database
|
AddMachineAndProcessDataResponseMsg |
addMachineAndProcessData(AddMachineAndProcessDataRequestMsg addMachineAndProcessDataRequestMsg)
AddMachineAndProcessData, adds a set of performance records from a set of monitored processes from a given machine
|
AddDataResponseMsg |
addMoreData(List<AddDataRequestMsg> req)
AddData, adds multiple transaction record to the database
|
AddStatisticalDataResponseMsg |
addStatisticalData(AddStatisticalDataRequestMsg addStatisticalDataRequestMsg)
AddData, adds a set of statistics records from a broker to the database
|
@RequestWrapper(localName="AddData", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataCollector", className="org.miloss.fgsms.services.interfaces.datacollector.AddData") @ResponseWrapper(localName="AddDataResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataCollector", className="org.miloss.fgsms.services.interfaces.datacollector.AddDataResponse") AddDataResponseMsg addData(AddDataRequestMsg req) throws AccessDeniedException, ServiceUnavailableException
req
- ServiceUnavailableException
AccessDeniedException
@RequestWrapper(localName="AddStatisticalData", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataCollector", className="org.miloss.fgsms.services.interfaces.datacollector.AddStatisticalData") @ResponseWrapper(localName="AddStatisticalDataResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataCollector", className="org.miloss.fgsms.services.interfaces.datacollector.AddStatisticalDataResponse") AddStatisticalDataResponseMsg addStatisticalData(AddStatisticalDataRequestMsg addStatisticalDataRequestMsg) throws AccessDeniedException, ServiceUnavailableException
addStatisticalDataRequestMsg
- ServiceUnavailableException
AccessDeniedException
@RequestWrapper(localName="AddMoreData", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataCollector", className="org.miloss.fgsms.services.interfaces.datacollector.AddMoreData") @ResponseWrapper(localName="AddMoreDataResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataCollector", className="org.miloss.fgsms.services.interfaces.datacollector.AddMoreDataResponse") AddDataResponseMsg addMoreData(List<AddDataRequestMsg> req) throws AccessDeniedException, ServiceUnavailableException
req
- ServiceUnavailableException
AccessDeniedException
@RequestWrapper(localName="AddMachineAndProcessData", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataCollector", className="org.miloss.fgsms.services.interfaces.datacollector.AddMachineAndProcessData") @ResponseWrapper(localName="AddMachineAndProcessDataResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataCollector", className="org.miloss.fgsms.services.interfaces.datacollector.AddMachineAndProcessDataResponse") AddMachineAndProcessDataResponseMsg addMachineAndProcessData(AddMachineAndProcessDataRequestMsg addMachineAndProcessDataRequestMsg) throws AccessDeniedException, ServiceUnavailableException
addMachineAndProcessDataRequestMsg
- ServiceUnavailableException
AccessDeniedException
Copyright © 2008–2017 MIL-OSS. All rights reserved.