Package | Description |
---|---|
org.miloss.fgsms.plugins.sla | |
org.miloss.fgsms.services.interfaces.datacollector |
fgsms Data Collector Service.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SLARuleInterface.CheckTransactionalRule(AddDataRequestMsg req,
List<NameValuePair> params,
AtomicReference<String> nullableFaultMsg)
Returns True is the rule's conditions have been met (SLA Violation) Web
Service Transaction performance data This function should never throw an
exception
|
Modifier and Type | Field and Description |
---|---|
protected AddDataRequestMsg |
AddData.req |
Modifier and Type | Field and Description |
---|---|
protected List<AddDataRequestMsg> |
AddMoreData.req |
Modifier and Type | Method and Description |
---|---|
AddDataRequestMsg |
ObjectFactory.createAddDataRequestMsg()
Create an instance of
AddDataRequestMsg |
AddDataRequestMsg |
AddData.getReq()
Gets the value of the req property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<AddDataRequestMsg> |
ObjectFactory.createAddDataRequestMsg(AddDataRequestMsg value)
|
List<AddDataRequestMsg> |
AddMoreData.getReq()
Gets the value of the req property.
|
Modifier and Type | Method and Description |
---|---|
AddDataResponseMsg |
DCS.addData(AddDataRequestMsg req)
AddData, adds a single transaction record to the database
|
JAXBElement<AddDataRequestMsg> |
ObjectFactory.createAddDataRequestMsg(AddDataRequestMsg value)
|
void |
AddData.setReq(AddDataRequestMsg value)
Sets the value of the req property.
|
Modifier and Type | Method and Description |
---|---|
AddDataResponseMsg |
DCS.addMoreData(List<AddDataRequestMsg> req)
AddData, adds multiple transaction record to the database
|
Copyright © 2008–2017 MIL-OSS. All rights reserved.