|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Feature allowing the enlistment of EventNotificationFeature interfaces.
Field Summary | |
static java.lang.String |
EVENT_ENLISTMENT_FEATURE
ADL Identifier |
Fields inherited from interface org.objectweb.transaction.api.Feature |
FEATURE |
Method Summary | |
void |
delist(Event evt,
EventNotificationFeature hdl)
Delist an EventNotificationFeature interface as handler for the specified Event. |
void |
enlist(Event evt,
EventNotificationFeature hdl)
Enlist an EventNotificationFeature interface as handler for the specified Event. |
Field Detail |
public static final java.lang.String EVENT_ENLISTMENT_FEATURE
Method Detail |
public void enlist(Event evt, EventNotificationFeature hdl)
evt
- the event to be notified.hdl
- the handler to enlist.public void delist(Event evt, EventNotificationFeature hdl)
evt
- the event to forget.hdl
- the handler to delist.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |