
public class DCS4jBean extends Object implements DCS, OpStatusService
| Modifier | Constructor and Description |
|---|---|
|
DCS4jBean() |
protected |
DCS4jBean(WebServiceContext c2)
constructor used for unit testing, do not remove
|
| Modifier and Type | Method and Description |
|---|---|
AddDataResponseMsg |
addData(AddDataRequestMsg req)
AddData, adds a single transaction record to the database
|
AddMachineAndProcessDataResponseMsg |
addMachineAndProcessData(AddMachineAndProcessDataRequestMsg req)
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 req)
AddData, adds a set of statistics records from a broker to the database
|
protected static SecurityWrapper |
getCurrentClassificationLevel() |
GetOperatingStatusResponseMessage |
getOperatingStatus(GetOperatingStatusRequestMessage request)
Get the operating status of this service
|
public DCS4jBean()
throws DatatypeConfigurationException
DatatypeConfigurationExceptionprotected DCS4jBean(WebServiceContext c2) throws DatatypeConfigurationException
c2 - DatatypeConfigurationException@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") public AddDataResponseMsg addData(AddDataRequestMsg req) throws AccessDeniedException, ServiceUnavailableException
DCSaddData in interface DCSreq - AccessDeniedExceptionServiceUnavailableExceptionprotected static SecurityWrapper getCurrentClassificationLevel() throws ServiceUnavailableException
ServiceUnavailableException@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") public AddDataResponseMsg addMoreData(List<AddDataRequestMsg> req) throws AccessDeniedException, ServiceUnavailableException
DCSaddMoreData in interface DCSreq - AccessDeniedExceptionServiceUnavailableException@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") public AddStatisticalDataResponseMsg addStatisticalData(AddStatisticalDataRequestMsg req) throws AccessDeniedException, ServiceUnavailableException
DCSaddStatisticalData in interface DCSaddStatisticalDataRequestMsg - AccessDeniedExceptionServiceUnavailableException@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") public AddMachineAndProcessDataResponseMsg addMachineAndProcessData(AddMachineAndProcessDataRequestMsg req) throws AccessDeniedException, ServiceUnavailableException
addMachineAndProcessData in interface DCSreq - addMachineAndProcessDataRequestMsg - AccessDeniedExceptionServiceUnavailableException@RequestWrapper(localName="GetOperatingStatus", targetNamespace="urn:org:miloss:fgsms:services:interfaces:common", className="org.miloss.fgsms.services.interfaces.common.GetOperatingStatus") @ResponseWrapper(localName="GetOperatingStatusResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:common", className="org.miloss.fgsms.services.interfaces.common.GetOperatingStatusResponse") public GetOperatingStatusResponseMessage getOperatingStatus(GetOperatingStatusRequestMessage request)
getOperatingStatus in interface OpStatusServicerequest - Copyright © 2008–2017 MIL-OSS. All rights reserved.