com.myeis.j2c
Class MyEISConnectionFactory

java.lang.Object
com.myeis.j2c.MyEISConnectionFactory
- All Implemented Interfaces:
- javax.resource.cci.ConnectionFactory, javax.naming.Referenceable, javax.resource.Referenceable, java.io.Serializable
- public class MyEISConnectionFactory
- extends java.lang.Object
- implements javax.resource.cci.ConnectionFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fieldConnectionManager
private javax.resource.spi.ConnectionManager fieldConnectionManager
fieldManagedConnectionFactory
private javax.resource.spi.ManagedConnectionFactory fieldManagedConnectionFactory
MyEISConnectionFactory
public MyEISConnectionFactory(javax.resource.spi.ConnectionManager connectionManager,
javax.resource.spi.ManagedConnectionFactory managedConnectionFactory)
- Constructor
getConnection
public javax.resource.cci.Connection getConnection()
throws javax.resource.ResourceException
- Specified by:
getConnection in interface javax.resource.cci.ConnectionFactory
getConnection
public javax.resource.cci.Connection getConnection(javax.resource.cci.ConnectionSpec arg0)
throws javax.resource.ResourceException
- Specified by:
getConnection in interface javax.resource.cci.ConnectionFactory
getRecordFactory
public javax.resource.cci.RecordFactory getRecordFactory()
throws javax.resource.ResourceException
- Specified by:
getRecordFactory in interface javax.resource.cci.ConnectionFactory
getMetaData
public javax.resource.cci.ResourceAdapterMetaData getMetaData()
throws javax.resource.ResourceException
- Specified by:
getMetaData in interface javax.resource.cci.ConnectionFactory
setReference
public void setReference(javax.naming.Reference arg0)
- Specified by:
setReference in interface javax.resource.Referenceable
getReference
public javax.naming.Reference getReference()
throws javax.naming.NamingException
- Specified by:
getReference in interface javax.naming.Referenceable