public abstract class BasicConnectionFactory<T extends BasicConnection> extends Object implements javax.resource.cci.ConnectionFactory
| Constructor and Description |
|---|
BasicConnectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
getConnection() |
BasicConnection |
getConnection(javax.resource.cci.ConnectionSpec arg0) |
javax.resource.cci.ResourceAdapterMetaData |
getMetaData() |
javax.resource.cci.RecordFactory |
getRecordFactory() |
Reference |
getReference() |
void |
setReference(Reference arg0) |
public abstract T getConnection() throws javax.resource.ResourceException
getConnection in interface javax.resource.cci.ConnectionFactoryjavax.resource.ResourceExceptionpublic BasicConnection getConnection(javax.resource.cci.ConnectionSpec arg0) throws javax.resource.ResourceException
getConnection in interface javax.resource.cci.ConnectionFactoryjavax.resource.ResourceExceptionpublic javax.resource.cci.ResourceAdapterMetaData getMetaData()
throws javax.resource.ResourceException
getMetaData in interface javax.resource.cci.ConnectionFactoryjavax.resource.ResourceExceptionpublic javax.resource.cci.RecordFactory getRecordFactory()
throws javax.resource.ResourceException
getRecordFactory in interface javax.resource.cci.ConnectionFactoryjavax.resource.ResourceExceptionpublic void setReference(Reference arg0)
public Reference getReference() throws NamingException
getReference in interface ReferenceableNamingExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.