Class 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 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