Package | Description |
---|---|
org.miloss.fgsms.plugins.sla | |
org.miloss.fgsms.services.interfaces.common | |
org.miloss.fgsms.services.interfaces.dataaccessservice |
fgsms Data Access Service.
|
org.miloss.fgsms.services.interfaces.datacollector |
fgsms Data Collector Service.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SLARuleInterface.CheckTransactionalRule(ProcessPerformanceData req,
List<NameValuePair> params,
AtomicReference<String> nullableFaultMsg)
Returns True is the rule's conditions have been met (SLA Violation)
Process Performance data This function should never throw an exception
|
Modifier and Type | Method and Description |
---|---|
ProcessPerformanceData |
ObjectFactory.createProcessPerformanceData()
Create an instance of
ProcessPerformanceData |
Modifier and Type | Field and Description |
---|---|
protected ProcessPerformanceData |
GetMostRecentProcessDataResponseMsg.performanceData |
Modifier and Type | Field and Description |
---|---|
protected List<ProcessPerformanceData> |
GetProcessPerformanceLogsByRangeResponseMsg.processData |
protected List<ProcessPerformanceData> |
MachineData.processPerformanceData |
Modifier and Type | Method and Description |
---|---|
ProcessPerformanceData |
GetMostRecentProcessDataResponseMsg.getPerformanceData()
Gets the value of the performanceData property.
|
Modifier and Type | Method and Description |
---|---|
List<ProcessPerformanceData> |
GetProcessPerformanceLogsByRangeResponseMsg.getProcessData()
Gets the value of the processData property.
|
List<ProcessPerformanceData> |
MachineData.getProcessPerformanceData()
Gets the value of the processPerformanceData property.
|
Modifier and Type | Method and Description |
---|---|
void |
GetMostRecentProcessDataResponseMsg.setPerformanceData(ProcessPerformanceData value)
Sets the value of the performanceData property.
|
Modifier and Type | Field and Description |
---|---|
protected List<ProcessPerformanceData> |
AddMachineAndProcessDataRequestMsg.processData |
Modifier and Type | Method and Description |
---|---|
List<ProcessPerformanceData> |
AddMachineAndProcessDataRequestMsg.getProcessData()
Gets the value of the processData property.
|
Copyright © 2008–2017 MIL-OSS. All rights reserved.