org.springframework.jca.work.jboss
Class JBossWorkManagerTaskExecutor
java.lang.Object
   org.springframework.jndi.JndiAccessor
org.springframework.jndi.JndiAccessor
       org.springframework.jndi.JndiLocatorSupport
org.springframework.jndi.JndiLocatorSupport
           org.springframework.jca.work.WorkManagerTaskExecutor
org.springframework.jca.work.WorkManagerTaskExecutor
               org.springframework.jca.work.jboss.JBossWorkManagerTaskExecutor
org.springframework.jca.work.jboss.JBossWorkManagerTaskExecutor
- All Implemented Interfaces: 
- WorkManager, InitializingBean, AsyncTaskExecutor, TaskExecutor, BootstrapContextAware, SchedulingTaskExecutor
- public class JBossWorkManagerTaskExecutor 
- extends WorkManagerTaskExecutor
Spring TaskExecutor adapter for the JBoss JCA WorkManager.
 Can be defined in web applications to make a TaskExecutor reference
 available, talking to the JBoss WorkManager (thread pool) underneath.
 
This is the JBoss equivalent of the CommonJ
 WorkManagerTaskExecutor
 adapter for WebLogic and WebSphere.
- Since:
- 2.5.2
- Author:
- Juergen Hoeller
- See Also:
- org.jboss.resource.work.JBossWorkManagerMBean
 
 
 
 
 
 
 
| Methods inherited from class org.springframework.jca.work.WorkManagerTaskExecutor | 
| afterPropertiesSet, doWork, doWork, execute, execute, prefersShortLivedTasks, scheduleWork, scheduleWork, setBlockUntilCompleted, setBlockUntilStarted, setBootstrapContext, setWorkListener, setWorkManager, setWorkManagerName, startWork, startWork | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
JBossWorkManagerTaskExecutor
public JBossWorkManagerTaskExecutor()
getDefaultWorkManager
protected WorkManager getDefaultWorkManager()
- Obtains the default JBoss JCA WorkManager through a JMX lookup
 for the JBossWorkManagerMBean.
 
- 
- Overrides:
- getDefaultWorkManagerin class- WorkManagerTaskExecutor
 
- 
- See Also:
- JBossWorkManagerUtils.getWorkManager()
 
Copyright © 2002-2008 The Spring Framework.