Package | Description |
---|---|
org.miloss.fgsms.plugins | |
org.miloss.fgsms.plugins.sla | |
org.miloss.fgsms.services.interfaces.common | |
org.miloss.fgsms.services.interfaces.policyconfiguration |
fgsms Policy Configuration Service.
|
Modifier and Type | Method and Description |
---|---|
List<NameValuePair> |
PluginCommon.GetOptionalParameters()
returns a list of optional parameters
|
List<NameValuePair> |
PluginCommon.GetRequiredParameters()
returns a list of required parameters
|
Modifier and Type | Method and Description |
---|---|
boolean |
SLARuleInterface.CheckNonTransactionalRule(ServicePolicy pol,
List<NameValuePair> params,
AtomicReference<String> nullableFaultMsg,
boolean pooled)
Returns True is the rule's conditions have been met (SLA
Violation).
|
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
|
boolean |
SLARuleInterface.CheckTransactionalRule(MachinePerformanceData req,
List<NameValuePair> params,
AtomicReference<String> nullableFaultMsg)
Returns True is the rule's conditions have been met (SLA Violation)
Machine Performance data This function should never throw an exception
|
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
|
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.
|
boolean |
SLARuleInterface.CheckTransactionalRule(String url,
List<BrokerData> data,
List<NameValuePair> params,
AtomicReference<String> nullableFaultMsg)
Returns True is the rule's conditions have been met (SLA Violation)
Statistical Message Broker data This function should never throw an
exception
|
String |
SLARuleInterface.GetHtmlFormattedDisplay(List<NameValuePair> params)
returns a html encoded string contain usually the rule name plus the configured values.
|
void |
SLAActionInterface.ProcessAction(AlertContainer alert,
List<NameValuePair> params)
Process an action.
|
boolean |
SLAActionInterface.ValidateConfiguration(List<NameValuePair> params,
AtomicReference<String> outError)
validates the configuration before saving it.
|
boolean |
SLARuleInterface.ValidateConfiguration(List<NameValuePair> params,
AtomicReference<String> outError,
ServicePolicy policy)
Validates the configuration settings.
|
Modifier and Type | Field and Description |
---|---|
protected List<NameValuePair> |
NameValuePairSet.items |
Modifier and Type | Method and Description |
---|---|
NameValuePair |
ObjectFactory.createNameValuePair()
Create an instance of
NameValuePair |
Modifier and Type | Method and Description |
---|---|
List<NameValuePair> |
NameValuePairSet.getItems()
Gets the value of the items property.
|
Modifier and Type | Field and Description |
---|---|
protected List<NameValuePair> |
GetPluginInformationResponseMsg.optionalParameter |
protected List<NameValuePair> |
SLARuleGeneric.parameterNameValue |
protected List<NameValuePair> |
SLAAction.parameterNameValue |
protected List<NameValuePair> |
FederationPolicy.parameterNameValue |
protected List<NameValuePair> |
GetPluginHtmlFormattedDisplayRequestMsgWrapper.parameters |
protected List<NameValuePair> |
GetPluginInformationResponseMsg.requiredParameter |
Modifier and Type | Method and Description |
---|---|
List<NameValuePair> |
GetPluginInformationResponseMsg.getOptionalParameter()
Gets the value of the optionalParameter property.
|
List<NameValuePair> |
SLARuleGeneric.getParameterNameValue()
Gets the value of the parameterNameValue property.
|
List<NameValuePair> |
SLAAction.getParameterNameValue()
Gets the value of the parameterNameValue property.
|
List<NameValuePair> |
FederationPolicy.getParameterNameValue()
Gets the value of the parameterNameValue property.
|
List<NameValuePair> |
GetPluginHtmlFormattedDisplayRequestMsgWrapper.getParameters()
Gets the value of the parameters property.
|
List<NameValuePair> |
GetPluginInformationResponseMsg.getRequiredParameter()
Gets the value of the requiredParameter property.
|
Copyright © 2008–2017 MIL-OSS. All rights reserved.