public class ConnectionFactoryImpl
extends org.datanucleus.store.connection.AbstractConnectionFactory
| Modifier and Type | Field and Description |
|---|---|
protected static org.datanucleus.util.Localiser |
LOCALISER_HBASE
Localiser for messages.
|
| Constructor and Description |
|---|
ConnectionFactoryImpl(org.datanucleus.store.StoreManager storeMgr,
String resourceType)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.datanucleus.store.connection.ManagedConnection |
createManagedConnection(org.datanucleus.ExecutionContext ec,
Map txnOptionsIgnored)
Obtain a connection from the Factory.
|
protected static final org.datanucleus.util.Localiser LOCALISER_HBASE
public ConnectionFactoryImpl(org.datanucleus.store.StoreManager storeMgr,
String resourceType)
storeMgr - The contextresourceType - Type of resource (tx, nontx)public org.datanucleus.store.connection.ManagedConnection createManagedConnection(org.datanucleus.ExecutionContext ec,
Map txnOptionsIgnored)
ec - the pool that is bound the connection during its lifecycle (or null)txnOptionsIgnored - Any options for creating the connectionManagedConnectionCopyright © 2013. All Rights Reserved.