Modifier and Type | Field and Description |
---|---|
protected Login |
DatasourceAccessor.login
Store the login information that connected this accessor.
|
Modifier and Type | Method and Description |
---|---|
Login |
DatasourceAccessor.getLogin()
Return the login
|
Modifier and Type | Method and Description |
---|---|
protected void |
DatabaseAccessor.connect(Login login)
Connect to the database.
|
protected void |
DatasourceAccessor.connect(Login login)
Connect to the database.
|
void |
Accessor.connect(Login login,
AbstractSession session)
Connect to the data store using the configuration
information in the login.
|
void |
DatasourceAccessor.connect(Login login,
AbstractSession session)
Connect to the datasource.
|
protected void |
DatasourceAccessor.setLogin(Login login)
SECURE:
set the login
|
Modifier and Type | Method and Description |
---|---|
Login |
AbstractSession.getDatasourceLogin()
PUBLIC:
Return the login, the login holds any database connection information given.
|
protected Login |
DatabaseSessionImpl.getReadLogin()
INTERNAL:
Return the login for the read connection.
|
Modifier and Type | Method and Description |
---|---|
void |
DatabaseSessionImpl.login(Login login)
PUBLIC:
Connect to the database using the given login.
|
void |
AbstractSession.setDatasourceLogin(Login login)
PUBLIC:
Set the login.
|
void |
AbstractSession.setLogin(Login login)
PUBLIC:
Set the login.
|
Constructor and Description |
---|
AbstractSession(Login login)
PUBLIC:
Create and return a new session.
|
DatabaseSessionImpl(Login login)
PUBLIC:
Create and return a new session.
|
Modifier and Type | Method and Description |
---|---|
Login |
SequencingControl.getLogin()
ADVANCED:
Return a DatabaseLogin to be used by separate sequencing connection(s).
|
Modifier and Type | Method and Description |
---|---|
void |
SequencingControl.setLogin(Login login)
ADVANCED:
Returns a DatabaseLogin to be used by separate sequencing connection(s)
The set value is ignored if shouldUseSeparateConnection() returns false.
|
Modifier and Type | Class and Description |
---|---|
class |
DatabaseLogin
Purpose:
Hold the configuration information necessary to connect to a JDBC driver.
|
class |
DatasourceLogin
Purpose:
Hold the configuration information necessary to connect to a datasource.
|
Modifier and Type | Field and Description |
---|---|
protected Login |
Project.datasourceLogin |
Modifier and Type | Method and Description |
---|---|
Login |
Session.getDatasourceLogin()
PUBLIC:
Return the login, the login holds any database connection information given.
|
Login |
Project.getDatasourceLogin()
PUBLIC:
Return the login, the login holds any database connection information given.
|
Modifier and Type | Method and Description |
---|---|
void |
DatabaseSession.login(Login login)
PUBLIC:
Connect to the database using the given login.
|
void |
DatabaseSession.setDatasourceLogin(Login login)
PUBLIC:
Set the login.
|
void |
Project.setDatasourceLogin(Login datasourceLogin)
PUBLIC:
Set the login to be used to connect to the database for this project.
|
void |
DatabaseSession.setLogin(Login login)
PUBLIC:
Set the login.
|
void |
Project.setLogin(Login datasourceLogin)
PUBLIC:
Set the login to be used to connect to the database for this project.
|
Constructor and Description |
---|
Project(Login login)
PUBLIC:
Create a new project that will connect through the login information.
|
Modifier and Type | Field and Description |
---|---|
protected Login |
ConnectionPool.login |
protected Login |
ConnectionPolicy.login |
Modifier and Type | Method and Description |
---|---|
Login |
ConnectionPool.getLogin()
PUBLIC:
Return the login used to create connections.
|
Login |
ConnectionPolicy.getLogin()
PUBLIC:
Return the login to use for this connection.
|
protected Login |
ServerSession.getReadLogin()
INTERNAL:
Return the login for the read connection.
|
Modifier and Type | Method and Description |
---|---|
ClientSession |
ServerSession.acquireClientSession(Login login)
PUBLIC:
Return a client session for this server session.
|
ClientSession |
Server.acquireClientSession(Login login)
PUBLIC:
Return a client session for this server session.
|
void |
ServerSession.addConnectionPool(String poolName,
Login login,
int minNumberOfConnections,
int maxNumberOfConnections)
PUBLIC:
Add the connection pool.
|
void |
Server.addConnectionPool(String poolName,
Login login,
int minNumberOfConnections,
int maxNumberOfConnections)
PUBLIC:
Add the connection pool.
|
void |
Server.setDatasourceLogin(Login login)
PUBLIC:
Set the login.
|
void |
ConnectionPool.setLogin(Login login)
PUBLIC:
Set the login used to create connections.
|
void |
ConnectionPolicy.setLogin(Login login)
PUBLIC:
Set the login to use for this connection.
|
void |
ServerSession.setReadConnectionPool(Login readLogin)
PUBLIC:
Creates and sets the new read connection pool.
|
Constructor and Description |
---|
ConnectionPolicy(Login login)
PUBLIC:
A connection policy is used to define how the client session connection should be acquired.
|
ConnectionPool(String name,
Login login,
int minNumberOfConnections,
int maxNumberOfConnections,
ServerSession owner)
PUBLIC:
A connection pool is used to specify how connection should be pooled in a server session.
|
ExternalConnectionPool(String name,
Login login,
ServerSession owner)
PUBLIC:
Build a new external connection pool.
|
ReadConnectionPool(String name,
Login login,
int minNumberOfConnections,
int maxNumberOfConnections,
ServerSession owner)
PUBLIC:
Build a new read connection pool.
|
ServerSession(Login login)
PUBLIC:
Create and return a new server session.
|
ServerSession(Login login,
ConnectionPolicy defaultConnectionPolicy)
PUBLIC:
Create and return a new server session.
|
ServerSession(Login login,
int minNumberOfPooledConnection,
int maxNumberOfPooledConnection)
PUBLIC:
Create and return a new server session.
|
ServerSession(Project project,
ConnectionPolicy defaultConnectionPolicy,
Login readLogin)
PUBLIC:
Create and return a new server session.
|
ServerSession(Project project,
ConnectionPolicy defaultConnectionPolicy,
Login readLogin,
Login sequenceLogin)
PUBLIC:
Create and return a new server session.
|
ServerSession(Project project,
int minNumberOfPooledConnection,
int maxNumberOfPooledConnection,
Login readLogin)
PUBLIC:
Create and return a new server session.
|
ServerSession(Project project,
int minNumberOfPooledConnection,
int maxNumberOfPooledConnection,
Login readLogin,
Login sequenceLogin)
PUBLIC:
Create and return a new server session.
|
Copyright © 2022. All rights reserved.