Package | Description |
---|---|
javax.resource.spi.work |
This package contains APIs for the Work Management, Generic Work and Security Work contracts.
|
org.jboss.resource.adapter.jms.inflow |
Modifier and Type | Method and Description |
---|---|
void |
WorkListener.workAccepted(WorkEvent e)
Invoked when a
Work instance has been accepted. |
void |
WorkAdapter.workAccepted(WorkEvent e)
Invoked when a
Work instance has been accepted. |
void |
WorkListener.workCompleted(WorkEvent e)
Invoked when a
Work instance has completed execution. |
void |
WorkAdapter.workCompleted(WorkEvent e)
Invoked when a
Work instance has completed execution. |
void |
WorkListener.workRejected(WorkEvent e)
Invoked when a
Work instance has been rejected. |
void |
WorkAdapter.workRejected(WorkEvent e)
Invoked when a
Work instance has been rejected. |
void |
WorkListener.workStarted(WorkEvent e)
Invoked when a
Work instance has started execution. |
void |
WorkAdapter.workStarted(WorkEvent e)
Invoked when a
Work instance has started execution. |
Modifier and Type | Method and Description |
---|---|
void |
JmsServerSession.workAccepted(WorkEvent e) |
void |
JmsServerSession.workCompleted(WorkEvent e) |
void |
JmsServerSession.workRejected(WorkEvent e) |
void |
JmsServerSession.workStarted(WorkEvent e) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.