|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TaskEventListener
BEA Systems, Inc.
| Method Summary | |
|---|---|
void |
destroy()
Destroy this instance and release any resources obtained in initialize or during calls to onTaskEvent(). |
String |
getName()
Get the name assigned to this listener |
void |
initialize()
Initialize any resources needed to start handling events in onTaskEvent(). |
void |
onTaskEvent(TaskEvent event)
Handle the given event. |
void |
setName(String name)
Get the name for this listener |
void |
setProperties(Map<String,Property> properties)
Set any properties configured for this TaskEventListener in the custom module that deployed it. |
| Method Detail |
|---|
String getName()
void setName(String name)
void setProperties(Map<String,Property> properties)
properties -
void initialize()
throws ManagementException
ManagementException
void destroy()
throws ManagementException
ManagementException
void onTaskEvent(TaskEvent event)
throws VetoException
VetoException - If any error occurs processing the event. How this
exception is handled by Worklist depends on how the listener
is registered (sync/async, critical/non-critical)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||