Skip to main content link. Accesskey S
  • Log In
  • Help
  • IBM Logo
  • IBM Web Experience Factory wiki
  • All Wikis
  • All Forums
  • Home
  • Product Documentation
  • Community Articles
  • Learning Center
  • IBM Redbooks
Community Articles Product Documentation Learning Center IBM Redbooks This category Web Experience Factory 8 Documentation WebSphere Portlet Factory 7 Documentation WebSphere Portlet Factory 7.0.1 Documentation Custom Search Scope...
Search
Community Articles > WebSphere Dashboard Framework > WebSphere Dashboard Framework - Developing a custom escalation handler for alerts
  • New Article
  • Share Show Menu▼
  • Subscribe Show Menu▼

About the Original Author

Rob Flynn
Contribution Summary:
  • Articles authored: 237
  • Articles edited: 298
  • Comments Posted: 2

Recent articles by this author

JAX-WS Handler Sample using IBM Web Experience Factory

Overview The Web Experience Factory (WEF) 8.0 release contains an enhancement to the web service call builders that gives you an option to define a global JAXWS handler class. This handler makes it possible for models to intercept and process the inbound and outbound SOAP envelopes associated ...

WebSphere Dashboard Framework 7.0.1.1 Fix pack now available

The WebSphere Dashboard Framework 7.0.1.1 Fix pack has been released.

IBM Web Experience Factory Version 7.0.1.4 Fix Pack is now available

This fix pack includes new fixes and updates for Web Experience Factory Version 7.0.1. and is now available on Fix Central and can be downloaded from here: ...

IBM Web Experience Factory WCAG 2.0 Compliance

IBM Web Experience Factory, developed and tested compliant to WCAG 2.0, can produce output (web pages, sites and content) that can be WCAG 2.0 Level A and Level AA compliant. IBM Web Experience Factory neither enforces nor prevents this compliance. Application developers must know and understand ...

Yeah!!! New IBM Web Experience Factory V8.0 is announced!!!

A quick snapshot of what's new in IBM Web Experience Factory... IBM Web Experience Factory is all about making it quick and easy to develop applications (portlets) that are included as part of an exceptional web experience. We've seen our customers doing some awesome stuff, whether it be ...

Community articleWebSphere Dashboard Framework - Developing a custom escalation handler for alerts

Added by Rob Flynn | Edited by IBM contributor Rob Flynn on January 5, 2010 | Version 11
  • Edit
  • More Actions Show Menu▼
Rate this article 1 starsRate this article 2 starsRate this article 3 starsRate this article 4 starsRate this article 5 stars
expanded Abstract
collapsed Abstract
No abstract provided.
Tags: Alerts, Escalation
The default Escalation Handler, AlertAgeEscalationHandler.java, implements an escalation rule based on alert age.

Follow these steps to use the Java interface EscalationHandler.java to develop a custom escalation handler.
  1. Write a class to implement EscalationHandler.java (for example, NewRuleEscalationHandler.java). Three abstract methods should be implemented.
  2. If the custom escalation handler needs special configuration data from end users, additional pages need to be developed. To change to the new escalation rules, there are some changes that need to be made to the ManageAlertsSupport.model.
  3. To display the new escalation rule, define a new resource key in ManageAlertsSupport.properties (for example, escalationHandler_NewRule = Escalate Based Upon New Rule). To support localization, this resource key should be defined in other language property files.
  4. Add a new entry in the escalationHandlers.xml file located in the WEB-INF/solutions/alerting/config directory. After adding the entry, the code should be similar to the the code fragment below.

<Escalations resources="com.bowstreet.solutions.alerting.admin.ManageAlertsSupport">
<Escalation resource_key="escalationHandler_AlertAge">
<Label>Escalate Based Upon Alert Age</Label>
<Value>
com.bowstreet.solutions.alerting.impl.escalation.AlertAgeEscalationHandler
</Value>
</Escalation>
<Escalation resource_key="escalationHandler_NewRule">
<Label>Escalate Based Upon New Rule</Label>
<Value>
com.bowstreet.solutions.alerting.impl.escalation.NewRuleEscalationHandler
</Value>
</Escalation>
</Escalations> 

  • Edit
  • More Actions Show Menu▼


expanded Attachments (0)
collapsed Attachments (0)
Edit the article to add or modify attachments.
expanded Versions (11)
collapsed Versions (11)
Version Comparison     
VersionDateChanged by              Summary of changes
This version (11)Jan 5, 2010 10:54:00 AMRob Flynn  IBM contributor
10Jan 5, 2010 10:53:49 AMRob Flynn  IBM contributor
9Sep 17, 2008 4:44:48 PMKerry Thompson  IBM contributor
8Sep 17, 2008 3:37:56 PMKerry Thompson  IBM contributor
7Sep 17, 2008 3:37:33 PMKerry Thompson  IBM contributor
6Sep 16, 2008 5:15:32 PMKerry Thompson  IBM contributor
5Jun 23, 2008 11:45:58 AMRob Flynn  IBM contributor
4Jun 17, 2008 10:30:14 AMRob Flynn  IBM contributor
3Jun 13, 2008 1:18:45 PMRob Flynn  IBM contributor
2May 30, 2008 2:49:22 PMRob Flynn  IBM contributor
1May 22, 2008 9:57:23 AMRob Flynn  IBM contributor
expanded Comments (0)
collapsed Comments (0)
Copy and paste this wiki markup to link to this article from another article in this wiki.
Go ElsewhereStay ConnectedHelpAbout
  • IBM Collaboration Solutions wikis
  • IBM developerWorks
  • IBM Software support
  • Twitter LinkIBMSocialBizUX on Twitter
  • BlogsIBMSocialBizUX on Facebook
  • ForumsLotus product forums
  • BlogsIBM Social Business UX blog
  • Community LinkIBM Collaboration Solutions
  • Wiki Help
  • Forgot user name/password
  • Wiki design feedback
  • Content feedback
  • About the wiki
  • About IBM
  • Privacy
  • Accessibility
  • IBM Terms of use
  • Wiki terms of use