Package | Description |
---|---|
javax.resource.spi.work |
J2EE Connector API - Work Management.
|
Modifier and Type | Class and Description |
---|---|
class |
WorkAdapter
A helper for work listener implementations
|
Modifier and Type | Method and Description |
---|---|
void |
WorkManager.doWork(Work work,
long startTimeout,
ExecutionContext ctx,
WorkListener listener)
Executes the work, the call blocks until the work completes
|
void |
WorkManager.scheduleWork(Work work,
long startTimeout,
ExecutionContext ctx,
WorkListener listener)
Executes the work, the call returns immediately
|
long |
WorkManager.startWork(Work work,
long startTimeout,
ExecutionContext ctx,
WorkListener listener)
Executes the work, the call blocks until the work starts
|
Copyright © 2013 JBoss by Red Hat. All rights reserved.