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 | Class and Description |
---|---|
class |
WorkAdapter
This class is provided as a convenience for easily creating
WorkListener instances by extending this class
and overriding only those methods of interest. |
Modifier and Type | Method and Description |
---|---|
void |
WorkManager.doWork(Work work,
long startTimeout,
ExecutionContext execContext,
WorkListener workListener)
Accepts a
Work instance for processing. |
void |
WorkManager.scheduleWork(Work work,
long startTimeout,
ExecutionContext execContext,
WorkListener workListener)
Accepts a
Work instance for processing. |
long |
WorkManager.startWork(Work work,
long startTimeout,
ExecutionContext execContext,
WorkListener workListener)
Accepts a
Work instance for processing. |
Modifier and Type | Class and Description |
---|---|
class |
JmsServerSession
A generic jms session pool.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.