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
- Version:
- $Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $
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 © 2006 Apache Software Foundation. All Rights Reserved.