Package | Description |
---|---|
org.miloss.fgsms.common | |
org.miloss.fgsms.plugins.sla | |
org.miloss.fgsms.presentation | |
org.miloss.fgsms.services.interfaces.automatedreportingservice |
fgsms Automated Reporting Service.
|
org.miloss.fgsms.services.interfaces.policyconfiguration |
fgsms Policy Configuration Service.
|
org.miloss.fgsms.sla |
This package is for processing Service Level Agreement Rules and Actions in fgsms.
|
Modifier and Type | Method and Description |
---|---|
static SLAAction |
Utility.newEmailAction(String from,
String subject,
String body)
creates a new send an email sla action
|
Modifier and Type | Field and Description |
---|---|
protected SLAAction |
AlertContainer.slaActionBaseType
A reference to the action that will be processed by this alert container.
|
Modifier and Type | Method and Description |
---|---|
SLAAction |
AlertContainer.getSlaActionBaseType()
A reference to the action that will be processed by this alert container.
|
Constructor and Description |
---|
AlertContainer(String faultMsg,
String htmlEncodedFaultMessage,
String modifiedurl,
String relatedMessageId,
long currentTimeMillis,
String incidentid,
boolean pooled,
boolean sendtoAdminsOnly,
SLAAction slaActionBaseType,
String SLAID,
ServicePolicy t,
SituationCategoryType typeofalert)
creates a new alert container
|
Modifier and Type | Method and Description |
---|---|
static SLAAction |
Helper.BuildSLAAction(javax.servlet.http.HttpServletRequest request,
PCS pcs,
SecurityWrapper c)
from manage.jsp and scheduledEditPost.jsp, occurs when a new sla is
added to a policy expects "Action" = plugin classname
|
Modifier and Type | Method and Description |
---|---|
static String |
Helper.BuildSLASingleAction(SLAAction item,
PCS pcs,
SecurityWrapper c)
used on manage.jsp to render SLA info in the tab'd box
|
static String |
Helper.GetPluginHelp(SLAAction action,
PCS pcs,
SecurityWrapper c,
String item_type) |
static String |
Helper.ToFriendlyName(SLAAction action,
PCS pcs,
SecurityWrapper c) |
Modifier and Type | Method and Description |
---|---|
static String |
Helper.BuildSLAAction(List<SLAAction> items,
PCS pcs,
SecurityWrapper c)
renders an action set as a user readable html string, occurs when
editing existing slas
|
Modifier and Type | Field and Description |
---|---|
protected List<SLAAction> |
ReportDefinition.notifications |
Modifier and Type | Method and Description |
---|---|
List<SLAAction> |
ReportDefinition.getNotifications()
Gets the value of the notifications property.
|
Modifier and Type | Field and Description |
---|---|
protected List<SLAAction> |
ArrayOfSLAActionBaseType.slaAction |
Modifier and Type | Method and Description |
---|---|
SLAAction |
ObjectFactory.createSLAAction()
Create an instance of
SLAAction |
Modifier and Type | Method and Description |
---|---|
JAXBElement<SLAAction> |
ObjectFactory.createSLAAction(SLAAction value)
|
List<SLAAction> |
ArrayOfSLAActionBaseType.getSLAAction()
Gets the value of the slaAction property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<SLAAction> |
ObjectFactory.createSLAAction(SLAAction value)
|
Modifier and Type | Method and Description |
---|---|
static void |
SLACommon.ProcessAlerts(String faultMsg,
String htmlEncodedFaultMessage,
String modifiedurl,
String relatedMessageId,
long currentTimeMillis,
String incidentid,
boolean pooled,
boolean sendtoAdminsOnly,
List<SLAAction> slaActionBaseType,
String SLAID,
ServicePolicy t,
AlertType at)
Handles sending of alert messages.
|
Copyright © 2008–2017 MIL-OSS. All rights reserved.