public class WrappedConnectionFactory extends Object implements javax.resource.cci.ConnectionFactory, javax.resource.Referenceable, Serializable
| Constructor and Description |
|---|
WrappedConnectionFactory() |
WrappedConnectionFactory(BasicConnectionFactory delegate,
javax.resource.spi.ConnectionManager cm,
BasicManagedConnectionFactory mcf) |
| Modifier and Type | Method and Description |
|---|---|
javax.resource.cci.Connection |
getConnection() |
javax.resource.cci.Connection |
getConnection(javax.resource.cci.ConnectionSpec arg0) |
javax.resource.cci.ResourceAdapterMetaData |
getMetaData() |
javax.resource.cci.RecordFactory |
getRecordFactory() |
Reference |
getReference() |
void |
setReference(Reference arg0) |
public WrappedConnectionFactory()
public WrappedConnectionFactory(BasicConnectionFactory delegate, javax.resource.spi.ConnectionManager cm, BasicManagedConnectionFactory mcf)
public javax.resource.cci.Connection getConnection()
throws javax.resource.ResourceException
getConnection in interface javax.resource.cci.ConnectionFactoryjavax.resource.ResourceExceptionpublic void setReference(Reference arg0)
public Reference getReference() throws NamingException
getReference in interface ReferenceableNamingExceptionpublic javax.resource.cci.Connection 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.ResourceExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.