|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.resource.spi.work.WorkAdapter
A helper for work listener implementations
Constructor Summary | |
WorkAdapter()
|
Method Summary | |
void |
workAccepted(WorkEvent e)
Invoked when work is accepted |
void |
workCompleted(WorkEvent e)
Invoked when work is completed |
void |
workRejected(WorkEvent e)
Invoked when work is rejected |
void |
workStarted(WorkEvent e)
Invoked when work is started |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WorkAdapter()
Method Detail |
public void workAccepted(WorkEvent e)
WorkListener
workAccepted
in interface WorkListener
e
- the eventpublic void workCompleted(WorkEvent e)
WorkListener
workCompleted
in interface WorkListener
e
- the eventpublic void workRejected(WorkEvent e)
WorkListener
workRejected
in interface WorkListener
e
- the eventpublic void workStarted(WorkEvent e)
WorkListener
workStarted
in interface WorkListener
e
- the event
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |