org.springframework.jca.work.jboss
Class JBossWorkManagerUtils
java.lang.Object
   org.springframework.jca.work.jboss.JBossWorkManagerUtils
org.springframework.jca.work.jboss.JBossWorkManagerUtils
- public abstract class JBossWorkManagerUtils 
- extends Object
Utility class for obtaining the JBoss JCA WorkManager,
 typically for use in web applications.
- Since:
- 2.5.2
- Author:
- Juergen Hoeller
 
| Method Summary | 
| static WorkManager | getWorkManager()Obtain the default JBoss JCA WorkManager through a JMX lookup
 for the JBossWorkManagerMBean.
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
JBossWorkManagerUtils
public JBossWorkManagerUtils()
getWorkManager
public static WorkManager getWorkManager()
- Obtain the default JBoss JCA WorkManager through a JMX lookup
 for the JBossWorkManagerMBean.
 
- 
- See Also:
- org.jboss.resource.work.JBossWorkManagerMBean
 
Copyright © 2002-2008 The Spring Framework.