Package | Description |
---|---|
org.jboss.jca.core.api.workmanager |
The API for the IronJacamar Core/WorkManager module.
|
org.jboss.jca.core.security.picketbox |
PicketBox implementation of the security integration SPI
|
org.jboss.jca.core.workmanager |
This package contains the WorkManager implementation.
|
Modifier and Type | Method and Description |
---|---|
SecurityIntegration |
WorkManager.getSecurityIntegration()
Get the security integration module
|
Modifier and Type | Method and Description |
---|---|
void |
WorkManager.setSecurityIntegration(SecurityIntegration v)
Set security integration module
|
Modifier and Type | Class and Description |
---|---|
class |
PicketBoxSecurityIntegration
SecurityIntegration implementation using PicketBox
|
Modifier and Type | Method and Description |
---|---|
SecurityIntegration |
WorkManagerImpl.getSecurityIntegration()
Get the security integration module
|
Modifier and Type | Method and Description |
---|---|
void |
WorkManagerImpl.setSecurityIntegration(SecurityIntegration v)
Set security intergation module
|
Constructor and Description |
---|
WorkWrapper(WorkManagerImpl workManager,
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)