org.mule.processor
Class AsyncWorkListener

java.lang.Object
  extended by org.mule.processor.AsyncWorkListener
All Implemented Interfaces:
EventListener, javax.resource.spi.work.WorkListener

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


Field Summary
protected  Log logger
           
protected  MessageProcessor target
           
 
Constructor Summary
AsyncWorkListener(MessageProcessor target)
           
 
Method Summary
protected  void handleWorkException(javax.resource.spi.work.WorkEvent event, String type)
           
 void workAccepted(javax.resource.spi.work.WorkEvent event)
           
 void workCompleted(javax.resource.spi.work.WorkEvent event)
           
 void workRejected(javax.resource.spi.work.WorkEvent event)
           
 void workStarted(javax.resource.spi.work.WorkEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected Log logger

target

protected MessageProcessor target
Constructor Detail

AsyncWorkListener

public AsyncWorkListener(MessageProcessor target)
Method Detail

workAccepted

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

workRejected

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

workStarted

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

workCompleted

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

handleWorkException

protected void handleWorkException(javax.resource.spi.work.WorkEvent event,
                                   String type)


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.