com.sun.emp.cci.eci
Class ECIConnectionFactory

java.lang.Object
  |
  +--com.sun.emp.cci.eci.ECIConnectionFactory
All Implemented Interfaces:
ConnectionFactory, Referenceable, Referenceable, Serializable

public class ECIConnectionFactory
extends Object
implements ConnectionFactory

A factory for ECI Connections.

Instances of this class are provided by an ECIManagedConnectionFactory.

See Also:
ECIManagedConnectionFactory

Method Summary
 Connection getConnection()
           
 Connection getConnection(ConnectionSpec properties)
           
 ResourceAdapterMetaData getMetaData()
           
 RecordFactory getRecordFactory()
          Not Supported.
 Reference getReference()
           
 void setReference(Reference r)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getReference

public Reference getReference()
Specified by:
getReference in interface Referenceable

setReference

public void setReference(Reference r)
Specified by:
setReference in interface Referenceable

getConnection

public Connection getConnection()
                         throws ResourceException
Specified by:
getConnection in interface ConnectionFactory
ResourceException

getConnection

public Connection getConnection(ConnectionSpec properties)
                         throws ResourceException
Specified by:
getConnection in interface ConnectionFactory
ResourceException

getRecordFactory

public RecordFactory getRecordFactory()
                               throws ResourceException
Not Supported.

Specified by:
getRecordFactory in interface ConnectionFactory
Throws:
NotSupportedException - Always
ResourceException

getMetaData

public ResourceAdapterMetaData getMetaData()
                                    throws ResourceException
Specified by:
getMetaData in interface ConnectionFactory
ResourceException