类 JBossWorkManagerUtils


  • @Deprecated
    public abstract class JBossWorkManagerUtils
    extends Object
    已过时。
    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.
    从以下版本开始:
    2.5.2
    作者:
    Juergen Hoeller
    • 方法详细资料

      • getWorkManager

        public static WorkManager getWorkManager()
        已过时。
        Obtain the default JBoss JCA WorkManager through a JMX lookup for the default JBossWorkManagerMBean.
        另请参阅:
        org.jboss.resource.work.JBossWorkManagerMBean
      • getWorkManager

        public static WorkManager getWorkManager​(String mbeanName)
        已过时。
        Obtain the default JBoss JCA WorkManager through a JMX lookup for the JBossWorkManagerMBean.
        参数:
        mbeanName - the JMX object name to use
        另请参阅:
        org.jboss.resource.work.JBossWorkManagerMBean