public class AsyncWorkListener extends Object implements javax.resource.spi.work.WorkListener
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
protected Processor |
target |
| Constructor and Description |
|---|
AsyncWorkListener(Processor 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.slf4j.Logger logger
protected Processor target
public AsyncWorkListener(Processor 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–2017 MuleSoft, Inc.. All rights reserved.