javax.resource.spi.work
Class WorkAdapter
java.lang.Object
javax.resource.spi.work.WorkAdapter
- All Implemented Interfaces:
- EventListener, WorkListener
public class WorkAdapter
- extends Object
- implements WorkListener
- Since:
- 1.5
- Version:
- $Rev: 806898 $ $Date: 2009-08-22 18:11:25 -0400 (Sat, 22 Aug 2009) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkAdapter
public WorkAdapter()
workAccepted
public void workAccepted(WorkEvent e)
- Specified by:
workAccepted in interface WorkListener
workRejected
public void workRejected(WorkEvent e)
- Specified by:
workRejected in interface WorkListener
workStarted
public void workStarted(WorkEvent e)
- Specified by:
workStarted in interface WorkListener
workCompleted
public void workCompleted(WorkEvent e)
- Specified by:
workCompleted in interface WorkListener
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.