com.googlecode.cassadra.jca.connection.factory
Class CassandraConnectionFactory

java.lang.Object
  extended by com.googlecode.cassadra.jca.connection.factory.CassandraConnectionFactory
All Implemented Interfaces:
CassandraConnectionFactory, Serializable, Referenceable

public class CassandraConnectionFactory
extends Object
implements CassandraConnectionFactory

Author:
sergey.sarabun@gmail.com
See Also:
Serialized Form

Constructor Summary
CassandraConnectionFactory(CassandraManagedConnectionFactory mcf, javax.resource.spi.ConnectionManager cxManager)
           
 
Method Summary
 CassandraConnection getConnection()
           
 Reference getReference()
           
 void setReference(Reference reference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CassandraConnectionFactory

public CassandraConnectionFactory(CassandraManagedConnectionFactory mcf,
                                  javax.resource.spi.ConnectionManager cxManager)
Method Detail

getConnection

public CassandraConnection getConnection()
                                  throws javax.resource.ResourceException
Specified by:
getConnection in interface CassandraConnectionFactory
Throws:
javax.resource.ResourceException

setReference

public void setReference(Reference reference)

getReference

public Reference getReference()
                       throws NamingException
Specified by:
getReference in interface Referenceable
Throws:
NamingException


Copyright © 2013. All Rights Reserved.