public class AsyncWorkListener extends Object implements javax.resource.spi.work.WorkListener
Modifier and Type | Field and Description |
---|---|
protected 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 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.WorkListener
public void workRejected(javax.resource.spi.work.WorkEvent event)
workRejected
in interface javax.resource.spi.work.WorkListener
public void workStarted(javax.resource.spi.work.WorkEvent event)
workStarted
in interface javax.resource.spi.work.WorkListener
public void workCompleted(javax.resource.spi.work.WorkEvent event)
workCompleted
in interface javax.resource.spi.work.WorkListener
protected void handleWorkException(javax.resource.spi.work.WorkEvent event, String type)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.