org.jboss.resource.deployment
Class ResourceAdapterFactory

java.lang.Object
  extended byorg.jboss.resource.deployment.ResourceAdapterFactory

public class ResourceAdapterFactory
extends java.lang.Object

A resource adapter factory


Field Summary
static java.lang.String DUMMY_RA_CLASS
          The dummy resource adapter for old deployment
 
Constructor Summary
ResourceAdapterFactory()
           
 
Method Summary
static ResourceAdapter (src) createResourceAdapter(ConnectorMetaData (src)  cmd)
          Create a new resource adapter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DUMMY_RA_CLASS

public static final java.lang.String DUMMY_RA_CLASS
The dummy resource adapter for old deployment

Constructor Detail

ResourceAdapterFactory

public ResourceAdapterFactory()
Method Detail

createResourceAdapter

public static ResourceAdapter (src)  createResourceAdapter(ConnectorMetaData (src)  cmd)
                                             throws java.lang.Exception
Create a new resource adapter

Parameters:
cmd - the connector meta data
Throws:
java.lang.Exception - for any error