public class ActivationWorkListener
extends java.lang.Object
implements javax.resource.spi.work.WorkListener
Constructor and Description |
---|
ActivationWorkListener() |
Modifier and Type | Method and Description |
---|---|
void |
workAccepted(javax.resource.spi.work.WorkEvent we) |
void |
workCompleted(javax.resource.spi.work.WorkEvent we) |
void |
workRejected(javax.resource.spi.work.WorkEvent we) |
void |
workStarted(javax.resource.spi.work.WorkEvent we) |
public void workAccepted(javax.resource.spi.work.WorkEvent we)
workAccepted
in interface javax.resource.spi.work.WorkListener
public void workCompleted(javax.resource.spi.work.WorkEvent we)
workCompleted
in interface javax.resource.spi.work.WorkListener
public void workRejected(javax.resource.spi.work.WorkEvent we)
workRejected
in interface javax.resource.spi.work.WorkListener
public void workStarted(javax.resource.spi.work.WorkEvent we)
workStarted
in interface javax.resource.spi.work.WorkListener