|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NotificationEventHandlerPlugin
This interface supports the creation of notification event handlers.
Notification events are produced when tasks are escalated. Use the NotificationEventHandlerPlugin service provider interface (SPI) to create plug-ins to get informed about these escalation events.
For example, you can use the SPI to create additional escalation work items or use your own e-mail (Java) application to send e-mals to specific people when the task is escalated.
This interface provides methods that are called when an notification event occurs.
Default Implementation Class:
NotificationEventHandler
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
void |
escalationNotification(Task task,
Escalation escalation)
This method is called when an escalation of a task is fired. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
void escalationNotification(Task task, Escalation escalation)
Note: This method is only called when the escalation action was set to 'event'.
task
- The task that is escalated.escalation
- The escalation data.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |