Apache CXF API

org.apache.cxf.jca.cxf
Class CXFWorkAdapter

java.lang.Object
  extended by org.apache.cxf.jca.cxf.CXFWorkAdapter
All Implemented Interfaces:
EventListener, javax.resource.spi.work.WorkListener
Direct Known Subclasses:
WorkManagerThreadPool

public class CXFWorkAdapter
extends Object
implements javax.resource.spi.work.WorkListener


Field Summary
static long DEFAULT_START_TIME_OUT
           
 
Constructor Summary
CXFWorkAdapter()
           
 
Method Summary
 void workAccepted(javax.resource.spi.work.WorkEvent e)
           
 void workCompleted(javax.resource.spi.work.WorkEvent e)
           
 void workRejected(javax.resource.spi.work.WorkEvent e)
           
 void workStarted(javax.resource.spi.work.WorkEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_START_TIME_OUT

public static final long DEFAULT_START_TIME_OUT
See Also:
Constant Field Values
Constructor Detail

CXFWorkAdapter

public CXFWorkAdapter()
Method Detail

workAccepted

public void workAccepted(javax.resource.spi.work.WorkEvent e)
Specified by:
workAccepted in interface javax.resource.spi.work.WorkListener

workCompleted

public void workCompleted(javax.resource.spi.work.WorkEvent e)
Specified by:
workCompleted in interface javax.resource.spi.work.WorkListener

workRejected

public void workRejected(javax.resource.spi.work.WorkEvent e)
Specified by:
workRejected in interface javax.resource.spi.work.WorkListener

workStarted

public void workStarted(javax.resource.spi.work.WorkEvent e)
Specified by:
workStarted in interface javax.resource.spi.work.WorkListener

Apache CXF API

Apache CXF