Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.myeis.j2c
Class MyEISConnectionFactory  view MyEISConnectionFactory download MyEISConnectionFactory.java

java.lang.Object
  extended bycom.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


Field Summary
private  javax.resource.spi.ConnectionManager fieldConnectionManager
           
private  javax.resource.spi.ManagedConnectionFactory fieldManagedConnectionFactory
           
 
Constructor Summary
MyEISConnectionFactory(javax.resource.spi.ConnectionManager connectionManager, javax.resource.spi.ManagedConnectionFactory managedConnectionFactory)
          Constructor
 
Method Summary
 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()
           
 javax.naming.Reference getReference()
           
 void setReference(javax.naming.Reference arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fieldConnectionManager

private javax.resource.spi.ConnectionManager fieldConnectionManager

fieldManagedConnectionFactory

private javax.resource.spi.ManagedConnectionFactory fieldManagedConnectionFactory
Constructor Detail

MyEISConnectionFactory

public MyEISConnectionFactory(javax.resource.spi.ConnectionManager connectionManager,
                              javax.resource.spi.ManagedConnectionFactory managedConnectionFactory)
Constructor

Method Detail

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