public class DefaultWorkListener extends Object implements javax.resource.spi.work.WorkListener
Modifier and Type | Field and Description |
---|---|
protected Log |
logger
logger used by this class
|
Constructor and Description |
---|
DefaultWorkListener() |
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 transient Log logger
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.