public class AccumuloManagedConnectionFactory extends BasicManagedConnectionFactory
| Modifier and Type | Field and Description |
|---|---|
static org.teiid.core.BundleUtil |
UTIL |
| Constructor and Description |
|---|
AccumuloManagedConnectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
BasicConnectionFactory<AccumuloConnectionImpl> |
createConnectionFactory() |
boolean |
equals(Object obj) |
String |
getInstanceName() |
String |
getPassword() |
String |
getRoles() |
String |
getUsername() |
String |
getZooKeeperServerList() |
int |
hashCode() |
void |
setInstanceName(String instanceName) |
void |
setPassword(String password) |
void |
setRoles(String roles) |
void |
setUsername(String username) |
void |
setZooKeeperServerList(String zooKeeperServerList) |
checkEquals, createConnectionFactory, createManagedConnection, getInstance, getInvalidConnections, getLogWriter, getResourceAdapter, matchManagedConnections, setLogWriter, setResourceAdapterpublic BasicConnectionFactory<AccumuloConnectionImpl> createConnectionFactory() throws javax.resource.ResourceException
createConnectionFactory in interface javax.resource.spi.ManagedConnectionFactorycreateConnectionFactory in class BasicManagedConnectionFactoryjavax.resource.ResourceExceptionpublic String getInstanceName()
public void setInstanceName(String instanceName)
public String getZooKeeperServerList()
public void setZooKeeperServerList(String zooKeeperServerList)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getRoles()
public void setRoles(String roles)
public int hashCode()
Copyright © 2016 JBoss by Red Hat. All rights reserved.