public class CassandraManagedConnectionFactory extends BasicManagedConnectionFactory
| Modifier and Type | Field and Description |
|---|---|
static org.teiid.core.BundleUtil |
UTIL |
| Constructor and Description |
|---|
CassandraManagedConnectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
BasicConnectionFactory<CassandraConnectionImpl> |
createConnectionFactory() |
boolean |
equals(Object obj) |
String |
getAddress() |
String |
getKeyspace() |
int |
hashCode() |
void |
setAddress(String address) |
void |
setKeyspace(String keyspace) |
checkEquals, createConnectionFactory, createManagedConnection, getInstance, getInvalidConnections, getLogWriter, getResourceAdapter, matchManagedConnections, setLogWriter, setResourceAdapterpublic BasicConnectionFactory<CassandraConnectionImpl> createConnectionFactory() throws javax.resource.ResourceException
createConnectionFactory in interface javax.resource.spi.ManagedConnectionFactorycreateConnectionFactory in class BasicManagedConnectionFactoryjavax.resource.ResourceExceptionpublic String getKeyspace()
public void setKeyspace(String keyspace)
public String getAddress()
public void setAddress(String address)
public int hashCode()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.