Package | Description |
---|---|
org.jboss.jca.core.workmanager |
This package contains the WorkManager implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
DistributedWorkManagerImpl
The distributed work manager implementation.
|
Modifier and Type | Field and Description |
---|---|
protected WorkManagerImpl |
WorkWrapper.workManager
The work manager
|
Constructor and Description |
---|
WorkWrapper(WorkManagerImpl workManager,
org.jboss.jca.core.spi.security.SecurityIntegration si,
javax.resource.spi.work.Work work,
javax.resource.spi.work.ExecutionContext executionContext,
javax.resource.spi.work.WorkListener workListener,
java.util.concurrent.CountDownLatch startedLatch,
java.util.concurrent.CountDownLatch completedLatch,
long startTime)
Create a new WorkWrapper
|
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)