org.ikasan.framework.initiator.messagedriven.jca.jboss
Class JBossResourceAdapterUtils

java.lang.Object
  extended by org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossResourceAdapterUtils

public abstract class JBossResourceAdapterUtils
extends Object

Utility class for obtaining the JBoss JCA Resource Adapter for use with JCA JMS Endpoint implementations


Constructor Summary
JBossResourceAdapterUtils()
           
 
Method Summary
static javax.resource.spi.ResourceAdapter getResourceAdapter()
          Obtain the default JBoss Resource Adapter through a JMX invocation for the JBossWorkManagerMBean.ResourceAdapter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBossResourceAdapterUtils

public JBossResourceAdapterUtils()
Method Detail

getResourceAdapter

public static javax.resource.spi.ResourceAdapter getResourceAdapter()
Obtain the default JBoss Resource Adapter through a JMX invocation for the JBossWorkManagerMBean.ResourceAdapter

Returns:
ResourceAdapter
See Also:
org.jboss.resource.work.JBossWorkManagerMBean


Copyright © 2007-2012 Ikasan. All Rights Reserved.