Package | Description |
---|---|
org.miloss.fgsms.plugins.sla | |
org.miloss.fgsms.services.interfaces.status |
fgsms Status Service.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SLARuleInterface.CheckTransactionalRule(SetStatusRequestMsg req,
List<NameValuePair> params,
AtomicReference<String> nullableFaultMsg)
Returns True is the rule's conditions have been met (SLA Violation) This
represents when a Status message comes in to the status service, such as
from an OS agent.
|
Modifier and Type | Field and Description |
---|---|
protected SetStatusRequestMsg |
SetStatus.req |
Modifier and Type | Field and Description |
---|---|
protected List<SetStatusRequestMsg> |
SetMoreStatus.req |
Modifier and Type | Method and Description |
---|---|
SetStatusRequestMsg |
ObjectFactory.createSetStatusRequestMsg()
Create an instance of
SetStatusRequestMsg |
SetStatusRequestMsg |
SetStatus.getReq()
Gets the value of the req property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<SetStatusRequestMsg> |
ObjectFactory.createSetExtendedStatusRequestMsg(SetStatusRequestMsg value)
|
JAXBElement<SetStatusRequestMsg> |
ObjectFactory.createSetStatusRequestMsg(SetStatusRequestMsg value)
|
List<SetStatusRequestMsg> |
SetMoreStatus.getReq()
Gets the value of the req property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<SetStatusRequestMsg> |
ObjectFactory.createSetExtendedStatusRequestMsg(SetStatusRequestMsg value)
|
JAXBElement<SetStatusRequestMsg> |
ObjectFactory.createSetStatusRequestMsg(SetStatusRequestMsg value)
|
void |
SetStatus.setReq(SetStatusRequestMsg value)
Sets the value of the req property.
|
SetStatusResponseMsg |
StatusService.setStatus(SetStatusRequestMsg req)
Set the Status on a single item.
|
Modifier and Type | Method and Description |
---|---|
SetStatusResponseMsg |
StatusService.setMoreStatus(List<SetStatusRequestMsg> req)
Set the status on more than one item.
|
Copyright © 2008–2017 MIL-OSS. All rights reserved.