Class CXFWorkAdapter

java.lang.Object
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 Details

    • DEFAULT_START_TIME_OUT

      public static final long DEFAULT_START_TIME_OUT
      See Also:
  • Constructor Details

    • CXFWorkAdapter

      public CXFWorkAdapter()
  • Method Details

    • 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