Class JBossWorkManagerUtils


  • @Deprecated
    public abstract class JBossWorkManagerUtils
    extends Object
    Deprecated.
    as of Spring 4.0, since there are no fully supported versions of JBoss that this class works with anymore
    Utility class for obtaining the JBoss JCA WorkManager, typically for use in web applications.
    Since:
    2.5.2
    Author:
    Juergen Hoeller
    • Method Detail

      • getWorkManager

        public static WorkManager getWorkManager()
        Deprecated.
        Obtain the default JBoss JCA WorkManager through a JMX lookup for the default JBossWorkManagerMBean.
        See Also:
        org.jboss.resource.work.JBossWorkManagerMBean
      • getWorkManager

        public static WorkManager getWorkManager​(String mbeanName)
        Deprecated.
        Obtain the default JBoss JCA WorkManager through a JMX lookup for the JBossWorkManagerMBean.
        Parameters:
        mbeanName - the JMX object name to use
        See Also:
        org.jboss.resource.work.JBossWorkManagerMBean