public class DefaultWorkListener extends Object implements javax.resource.spi.work.WorkListener
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.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 org.apache.commons.logging.Log logger
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.