public class NamedWorkManager
extends org.jboss.jca.core.workmanager.WorkManagerImpl
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_NAME
Default WorkManager name
|
| Constructor and Description |
|---|
NamedWorkManager(String name,
boolean elytronEnabled)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected WildflyWorkWrapper |
createWorkWrapper(org.jboss.jca.core.spi.security.SecurityIntegration securityIntegration,
javax.resource.spi.work.Work work,
javax.resource.spi.work.ExecutionContext executionContext,
javax.resource.spi.work.WorkListener workListener,
CountDownLatch startedLatch,
CountDownLatch completedLatch) |
boolean |
isElytronEnabled() |
cancelShutdown, clone, deltaDoWorkAccepted, deltaDoWorkRejected, deltaScheduleWorkAccepted, deltaScheduleWorkRejected, deltaStartWorkAccepted, deltaStartWorkRejected, deltaWorkFailed, deltaWorkSuccessful, doFirstChecks, doWork, doWork, getCallbackSecurity, getDelay, getId, getLongRunningThreadPool, getName, getResourceAdapter, getSecurityIntegration, getShortRunningThreadPool, getStatistics, getXATerminator, isShutdown, isSpecCompliant, isStatisticsEnabled, prepareShutdown, prepareShutdown, prepareShutdown, prepareShutdown, scheduleWork, scheduleWork, setCallbackSecurity, setId, setLongRunningThreadPool, setName, setResourceAdapter, setSecurityIntegration, setShortRunningThreadPool, setSpecCompliant, setStatisticsEnabled, setXATerminator, shutdown, startWork, startWork, toString, toStringpublic static final String DEFAULT_NAME
public NamedWorkManager(String name, boolean elytronEnabled)
name - The name of the WorkManagerprotected WildflyWorkWrapper createWorkWrapper(org.jboss.jca.core.spi.security.SecurityIntegration securityIntegration, javax.resource.spi.work.Work work, javax.resource.spi.work.ExecutionContext executionContext, javax.resource.spi.work.WorkListener workListener, CountDownLatch startedLatch, CountDownLatch completedLatch)
createWorkWrapper in class org.jboss.jca.core.workmanager.WorkManagerImplpublic boolean isElytronEnabled()
Copyright © 2019 JBoss by Red Hat. All rights reserved.