org.springframework.jca.work.jboss
Class JBossWorkManagerUtils

java.lang.Object
  extended by 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

Constructor Summary
JBossWorkManagerUtils()
           
 
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
 

Constructor Detail

JBossWorkManagerUtils

public JBossWorkManagerUtils()
Method Detail

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.