Package | Description |
---|---|
psdi.iface.action | |
psdi.mbo | |
psdi.security |
The Security package manages runtime information pertaining to active sessions and their security profiles.
|
psdi.server |
Modifier and Type | Method and Description |
---|---|
void |
MAXActionServiceBean.freeDBConnection(ConnectionKey conKey) |
java.sql.Connection |
MAXActionServiceBean.getDBConnection(ConnectionKey conKey) |
Modifier and Type | Method and Description |
---|---|
void |
DBShortcut.connect(ConnectionKey conKey)
This method obtains a SQL.Connection to the database connected by
MXServer The returned connection is obtained by MXserver.
|
void |
MboServerInterface.freeDBConnection(ConnectionKey conKey)
Makes the connection used by the ConnectionKey object
available for others.
|
java.sql.Connection |
MboServerInterface.getDBConnection(ConnectionKey conKey)
Gets a database connection for reading and writing to the
database.
|
Modifier and Type | Class and Description |
---|---|
class |
SystemConnectionKey
SystemConnectionKey used to get system connection for DBManager pool.
|
Modifier and Type | Method and Description |
---|---|
ConnectionKey |
UserInfo.getConnectionKey()
Returns a ConnectionKey which can be used to get a
database connection.
|
Modifier and Type | Method and Description |
---|---|
ConnectionKey |
DBManager.getSystemConnectionKey()
Returns SystemConnectionKey object to use to get System connection.
|
Modifier and Type | Method and Description |
---|---|
void |
DBManager.freeConnection(ConnectionKey conKey) |
void |
OracleProxyDBManager.freeConnectionDetail(ConnectionKey conKey) |
void |
AppService.freeDBConnection(ConnectionKey conKey)
Makes the connection used by the ConnectionKey object
available for others.
|
java.sql.Connection |
DBManager.getConnection(ConnectionKey conKey) |
java.sql.Connection |
OracleProxyDBManager.getConnectionDetail(ConnectionKey conKey)
Get's a connection.
|
java.sql.Connection |
AppService.getDBConnection(ConnectionKey conKey)
Gets a database connection for reading and writing to the
database.
|