Package | Description |
---|---|
com.streamscape.ds.schema.server | |
com.streamscape.runtime.mf.admin.dfo | |
com.streamscape.service.osf.jdbc |
Modifier and Type | Method and Description |
---|---|
DatabaseConnection |
VirtualServerObject.getConnection() |
Modifier and Type | Method and Description |
---|---|
void |
VirtualServerObject.releaseConnection(DatabaseConnection connection) |
Modifier and Type | Class and Description |
---|---|
class |
DatabaseConnectionDelegate
Title: Service Event Fabric Runtime
|
Modifier and Type | Method and Description |
---|---|
DatabaseConnection |
JDBCFactoryObject.createConnection()
Creates a default connection with a default name and credentials.
|
DatabaseConnection |
JDBCFactoryObject.createConnection(java.lang.String connectionName) |
static DatabaseConnection |
JDBCConfigurationFactory.createConnection(java.lang.String factoryType,
java.lang.String factoryName)
Creates a database connection using the default name and credentials.
|
DatabaseConnection |
JDBCFactoryObject.createConnection(java.lang.String connectionName,
java.lang.String userName,
java.lang.String password) |
static DatabaseConnection |
JDBCConfigurationFactory.createConnection(java.lang.String factoryType,
java.lang.String factoryName,
java.lang.String connectionName,
java.lang.String userName,
java.lang.String password)
Creates a database connection using the specified name and credentials.
|
DatabaseConnection |
DatabaseConnectionsPool.get()
Returns fist dataspace connection from the top.
|
DatabaseConnection |
DatabaseConnectionsPool.getNoWait()
Return first connection from the top.
|
DatabaseConnection |
JDBCFactoryObject.lookupConnection(java.lang.String connectionName) |
Modifier and Type | Method and Description |
---|---|
void |
DatabaseConnectionsPool.release(DatabaseConnection connection)
Releases connection to the pool.
|
Modifier and Type | Method and Description |
---|---|
DatabaseConnection |
JDBCFactory.createConnection()
Creates a connection using default credentials.
|
DatabaseConnection |
JDBCFactory.createConnection(java.lang.String connectionName)
Creates a connection using default credentials.
|
DatabaseConnection |
JDBCFactory.createConnection(java.lang.String connectionName,
java.lang.String userName,
java.lang.String password)
Creates a named connection and loads it into the reference list.
|
DatabaseConnection |
JDBCFactory.lookupConnection(java.lang.String connectionName)
Returns a reference to a connection in the local reference list.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.