public class AsyncWorkListener extends Object implements javax.resource.spi.work.WorkListener
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
logger |
protected MessageProcessor |
target |
| Constructor and Description |
|---|
AsyncWorkListener(MessageProcessor target) |
| Modifier and Type | Method and Description |
|---|---|
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) |
protected org.apache.commons.logging.Log logger
protected MessageProcessor target
public AsyncWorkListener(MessageProcessor target)
public void workAccepted(javax.resource.spi.work.WorkEvent event)
workAccepted in interface javax.resource.spi.work.WorkListenerpublic void workRejected(javax.resource.spi.work.WorkEvent event)
workRejected in interface javax.resource.spi.work.WorkListenerpublic void workStarted(javax.resource.spi.work.WorkEvent event)
workStarted in interface javax.resource.spi.work.WorkListenerpublic void workCompleted(javax.resource.spi.work.WorkEvent event)
workCompleted in interface javax.resource.spi.work.WorkListenerprotected void handleWorkException(javax.resource.spi.work.WorkEvent event,
String type)
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.