public class TrackerWorkListener extends Object implements javax.resource.spi.work.WorkListener
WorkListener
associated with a given Work
to delegate
notifications originated in a work's wrapper.Constructor and Description |
---|
TrackerWorkListener(javax.resource.spi.work.Work work,
javax.resource.spi.work.WorkListener delegate) |
Modifier and Type | Method and Description |
---|---|
void |
workAccepted(javax.resource.spi.work.WorkEvent e) |
void |
workCompleted(javax.resource.spi.work.WorkEvent e) |
void |
workRejected(javax.resource.spi.work.WorkEvent e) |
void |
workStarted(javax.resource.spi.work.WorkEvent e) |
public TrackerWorkListener(javax.resource.spi.work.Work work, javax.resource.spi.work.WorkListener delegate)
public void workAccepted(javax.resource.spi.work.WorkEvent e)
workAccepted
in interface javax.resource.spi.work.WorkListener
public void workRejected(javax.resource.spi.work.WorkEvent e)
workRejected
in interface javax.resource.spi.work.WorkListener
public void workStarted(javax.resource.spi.work.WorkEvent e)
workStarted
in interface javax.resource.spi.work.WorkListener
public void workCompleted(javax.resource.spi.work.WorkEvent e)
workCompleted
in interface javax.resource.spi.work.WorkListener
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.