|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ManagedConnectionInfo in org.ow2.jonas.ee.jdbc |
|---|
| Methods in org.ow2.jonas.ee.jdbc with parameters of type ManagedConnectionInfo | |
|---|---|
void |
ConnectionImpl.setJonasInfo(ManagedConnectionInfo _mci,
SQLManager _conman)
|
| Uses of ManagedConnectionInfo in org.ow2.jonas.resource.internal |
|---|
| Methods in org.ow2.jonas.resource.internal with parameters of type ManagedConnectionInfo | |
|---|---|
PreparedStatement |
SQLManager.getPStatement(ManagedConnectionInfo mcinfo,
Object conn,
String user,
String sql)
Get the specified PreparedStatement |
PreparedStatement |
SQLManager.getPStatement(ManagedConnectionInfo mcinfo,
Object conn,
String user,
String sql,
int autoGeneratedKeys)
Get the specified PreparedStatement |
PreparedStatement |
SQLManager.getPStatement(ManagedConnectionInfo mcinfo,
Object conn,
String user,
String sql,
int[] columnIndexes)
Get the specified PreparedStatement |
PreparedStatement |
SQLManager.getPStatement(ManagedConnectionInfo mcinfo,
Object conn,
String user,
String sql,
int resultSetType,
int resultSetConcurrency)
Get the specified PreparedStatement |
PreparedStatement |
SQLManager.getPStatement(ManagedConnectionInfo mcinfo,
Object conn,
String user,
String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability)
Get the specified PreparedStatement |
PreparedStatement |
SQLManager.getPStatement(ManagedConnectionInfo mcinfo,
Object conn,
String user,
String sql,
String[] columnNames)
Get the specified PreparedStatement |
void |
IJDBCConnection.setJonasInfo(ManagedConnectionInfo info,
SQLManager manager)
Give JOnAS specific data to the connection. |
| Uses of ManagedConnectionInfo in org.ow2.jonas.resource.internal.cm |
|---|
| Methods in org.ow2.jonas.resource.internal.cm with parameters of type ManagedConnectionInfo | |
|---|---|
void |
ConnectionManagerImpl.destroyPStmts(ManagedConnectionInfo mcinfo)
Destroying of the PreparedStatement objects of the Pool |
PreparedStatement |
ConnectionManagerImpl.getPStatement(ManagedConnectionInfo mcinfo,
Object conn,
String user,
String sql)
|
PreparedStatement |
ConnectionManagerImpl.getPStatement(ManagedConnectionInfo mcinfo,
Object conn,
String user,
String sql,
int autoGeneratedKeys)
|
PreparedStatement |
ConnectionManagerImpl.getPStatement(ManagedConnectionInfo mcinfo,
Object conn,
String user,
String sql,
int[] columnIndexes)
|
PreparedStatement |
ConnectionManagerImpl.getPStatement(ManagedConnectionInfo mcinfo,
Object conn,
String user,
String sql,
int resultSetType,
int resultSetConcurrency)
|
PreparedStatement |
ConnectionManagerImpl.getPStatement(ManagedConnectionInfo mcinfo,
Object conn,
String user,
String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability)
|
PreparedStatement |
ConnectionManagerImpl.getPStatement(ManagedConnectionInfo mcinfo,
Object conn,
String user,
String sql,
String[] columnNames)
|
| Uses of ManagedConnectionInfo in org.ow2.jonas.resource.internal.cm.jta |
|---|
| Constructors in org.ow2.jonas.resource.internal.cm.jta with parameters of type ManagedConnectionInfo | |
|---|---|
JResourceManagerEvent(ManagedConnectionInfo mci,
org.objectweb.util.monolog.api.Logger trace)
This constructor permits to specify the MCInfp corresponding to the ManagedConnection (the physical connection). |
|
JSynchronization(ConnectionManagerImpl pCm,
ManagedConnectionInfo pMci)
Constructor for the MySynchro object |
|
| Uses of ManagedConnectionInfo in org.ow2.jonas.resource.internal.cm.sql |
|---|
| Methods in org.ow2.jonas.resource.internal.cm.sql with parameters of type ManagedConnectionInfo | |
|---|---|
static Object |
SQLConnectionInvocationHandler.createSQLWrapper(Object pConn,
ManagedConnectionInfo pMci,
SQLManager pConman,
org.objectweb.util.monolog.api.Logger pTrace)
Returns a proxy for the sql Connection |
| Constructors in org.ow2.jonas.resource.internal.cm.sql with parameters of type ManagedConnectionInfo | |
|---|---|
SQLConnectionInvocationHandler(Object pConn,
ManagedConnectionInfo pMci,
SQLManager pConman,
org.objectweb.util.monolog.api.Logger pTrace)
PreparedStatement wrapper |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||