站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 connector API Documentation 英文版文档

ResourceAdapterFactory (JBoss Connector API) - JBoss 4.0.1 sp1 connector API Documentation 英文版文档


org.jboss.resource.deployment
Class ResourceAdapterFactory

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

public class ResourceAdapterFactory
extends Object

A resource adapter factory

Version:
$Revision: 1.3 $
Author:
Adrian Brock

Field Summary
static String DUMMY_RA_CLASS
          The dummy resource adapter for old deployment
 
Constructor Summary
ResourceAdapterFactory()
           
 
Method Summary
static javax.resource.spi.ResourceAdapter createResourceAdapter(ConnectorMetaData 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 String DUMMY_RA_CLASS
The dummy resource adapter for old deployment

Constructor Detail

ResourceAdapterFactory

public ResourceAdapterFactory()
Method Detail

createResourceAdapter

public static javax.resource.spi.ResourceAdapter createResourceAdapter(ConnectorMetaData cmd)
                                                                throws Exception
Create a new resource adapter

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


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.