A B C D E F G H I J L M N O P R S T U X

A

addConnectionEventListener(ConnectionEventListener) - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionImpl
Adds a connection event listener.
addSignature(long) - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionImpl
 
allocateConnection(ManagedConnectionFactory, ConnectionRequestInfo) - Method in class org.ow2.jonas.ee.jdbc.ConnectionManagerImpl
No pooling is done for non-managed connections, just get a new MC and connection to the database.
associateConnection(Object) - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionImpl
Change the association of a connection handle
autocommit_set - Variable in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
autocommit_unset - Variable in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 

B

begin() - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionImpl
start a new local transaction.

C

cels - Variable in class org.ow2.jonas.ee.jdbc.ManagedConnectionImpl
 
cleanup() - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionImpl
Cleanup the ManagedConnection instance.
clearSignature() - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionImpl
 
clearSignature(long, boolean) - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionImpl
 
clearWarnings() - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
close() - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
close(ConnectionImpl) - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionImpl
 
commit() - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
commit() - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionImpl
commit the local transaction.
commit(Xid, boolean) - Method in class org.ow2.jonas.ee.jdbc.XAResourceImpl
Commit the global transaction specified by xid.
CONNCHECKLEVEL - Static variable in class org.ow2.jonas.ee.jdbc.MCFData
 
ConnectionImpl - Class in org.ow2.jonas.ee.jdbc
The class ConnectionImpl provides the Connection implementation for encapsulating JDBC Connections
ConnectionImpl(ManagedConnectionImpl, Connection, long, PrintWriter) - Constructor for class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
ConnectionManagerImpl - Class in org.ow2.jonas.ee.jdbc
Description of the ConnectionManagerImpl.
ConnectionManagerImpl() - Constructor for class org.ow2.jonas.ee.jdbc.ConnectionManagerImpl
 
ConnectionPoolMCFImpl - Class in org.ow2.jonas.ee.jdbc
JDBC RA connection pool MCF implmentation
ConnectionPoolMCFImpl() - Constructor for class org.ow2.jonas.ee.jdbc.ConnectionPoolMCFImpl
 
ConnectionRequestInfoImpl - Class in org.ow2.jonas.ee.jdbc
Basic implementation of JCA ConnectionRequestInfo.
ConnectionRequestInfoImpl() - Constructor for class org.ow2.jonas.ee.jdbc.ConnectionRequestInfoImpl
 
ConnectionRequestInfoImpl(String, String) - Constructor for class org.ow2.jonas.ee.jdbc.ConnectionRequestInfoImpl
 
CONNMAXAGE - Static variable in class org.ow2.jonas.ee.jdbc.MCFData
 
CONNTESTSTMT - Static variable in class org.ow2.jonas.ee.jdbc.MCFData
 
createConnectionFactory() - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionFactoryImpl
 
createConnectionFactory(ConnectionManager) - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionFactoryImpl
 
createManagedConnection(Subject, ConnectionRequestInfo) - Method in class org.ow2.jonas.ee.jdbc.ConnectionPoolMCFImpl
 
createManagedConnection(Subject, ConnectionRequestInfo) - Method in class org.ow2.jonas.ee.jdbc.DataSourceMCFImpl
 
createManagedConnection(Subject, ConnectionRequestInfo) - Method in class org.ow2.jonas.ee.jdbc.DriverManagerMCFImpl
 
createManagedConnection(Subject, ConnectionRequestInfo) - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionFactoryImpl
 
createManagedConnection(Subject, ConnectionRequestInfo) - Method in class org.ow2.jonas.ee.jdbc.XAMCFImpl
 
createStatement() - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
createStatement(int, int) - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
createStatement(int, int, int) - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 

D

DATABASENAME - Static variable in class org.ow2.jonas.ee.jdbc.MCFData
 
DataSourceImpl - Class in org.ow2.jonas.ee.jdbc
Description of the DataSourceImpl.
DataSourceImpl(ManagedConnectionFactoryImpl, ConnectionManager) - Constructor for class org.ow2.jonas.ee.jdbc.DataSourceImpl
 
DataSourceMCFImpl - Class in org.ow2.jonas.ee.jdbc
 
DataSourceMCFImpl() - Constructor for class org.ow2.jonas.ee.jdbc.DataSourceMCFImpl
 
DATASOURCENAME - Static variable in class org.ow2.jonas.ee.jdbc.MCFData
 
DBSPECIFICMETHODS - Static variable in class org.ow2.jonas.ee.jdbc.MCFData
 
DESCRIPTION - Static variable in class org.ow2.jonas.ee.jdbc.MCFData
 
destroy() - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionImpl
Destroys the physical connection.
DriverManagerMCFImpl - Class in org.ow2.jonas.ee.jdbc
 
DriverManagerMCFImpl() - Constructor for class org.ow2.jonas.ee.jdbc.DriverManagerMCFImpl
 
DSCLASS - Static variable in class org.ow2.jonas.ee.jdbc.MCFData
 
dsMethodNames - Static variable in class org.ow2.jonas.ee.jdbc.MCFData
 

E

end(Xid, int) - Method in class org.ow2.jonas.ee.jdbc.XAResourceImpl
Ends the transaction
equals(Object) - Method in class org.ow2.jonas.ee.jdbc.ConnectionPoolMCFImpl
 
equals(Object) - Method in class org.ow2.jonas.ee.jdbc.ConnectionRequestInfoImpl
 
equals(Object) - Method in class org.ow2.jonas.ee.jdbc.DataSourceMCFImpl
 
equals(Object) - Method in class org.ow2.jonas.ee.jdbc.DriverManagerMCFImpl
 
equals(Object) - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionFactoryImpl
 
equals(Object) - Method in class org.ow2.jonas.ee.jdbc.MCFData
 
equals(Object) - Method in class org.ow2.jonas.ee.jdbc.XAMCFImpl
 

F

factory - Variable in class org.ow2.jonas.ee.jdbc.ManagedConnectionImpl
 
forget(Xid) - Method in class org.ow2.jonas.ee.jdbc.XAResourceImpl
Need to forget the heuristically completed Xid

G

getAutoCommit() - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
getAutoCommit() - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionImpl
 
getCatalog() - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
getConnection() - Method in class org.ow2.jonas.ee.jdbc.DataSourceImpl
 
getConnection(String, String) - Method in class org.ow2.jonas.ee.jdbc.DataSourceImpl
 
getConnection(Subject, ConnectionRequestInfo) - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionImpl
Create a connection handle
getDatabaseName() - Method in class org.ow2.jonas.ee.jdbc.ConnectionPoolMCFImpl
 
getDatabaseName() - Method in class org.ow2.jonas.ee.jdbc.DataSourceMCFImpl
 
getDatabaseName() - Method in class org.ow2.jonas.ee.jdbc.XAMCFImpl
 
getDbSpecificMethods() - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionFactoryImpl
 
getDescription() - Method in class org.ow2.jonas.ee.jdbc.ConnectionPoolMCFImpl
 
getDescription() - Method in class org.ow2.jonas.ee.jdbc.DataSourceMCFImpl
 
getDescription() - Method in class org.ow2.jonas.ee.jdbc.XAMCFImpl
 
getDsClass() - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionFactoryImpl
 
getEISProductName() - Method in class org.ow2.jonas.ee.jdbc.MetaDataImpl
Returns the JDBC Product name
getEISProductVersion() - Method in class org.ow2.jonas.ee.jdbc.MetaDataImpl
Returns the JDBC Product version
getHoldability() - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
getIsolationLevel() - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionFactoryImpl
 
getLocalTransaction() - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionImpl
Returns an javax.resource.spi.LocalTransaction instance.
getLogger(String) - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionFactoryImpl
 
getLoginTimeout() - Method in class org.ow2.jonas.ee.jdbc.DataSourceImpl
 
getLoginTimeout() - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionFactoryImpl
 
getLogTopic() - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionFactoryImpl
 
getLogWriter() - Method in class org.ow2.jonas.ee.jdbc.DataSourceImpl
 
getLogWriter() - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionFactoryImpl
 
getLogWriter() - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionImpl
Gets the log writer for this ManagedConnection instance.
getMapperName() - Method in class org.ow2.jonas.ee.jdbc.DataSourceImpl
 
getMapperName() - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionFactoryImpl
 
getMaxConnections() - Method in class org.ow2.jonas.ee.jdbc.MetaDataImpl
Returns maximum limit on number of active concurrent connections that this JDBC instance can support across client processes.
getMCFData(int) - Method in class org.ow2.jonas.ee.jdbc.MCFData
 
getMetaData() - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
getMetaData() - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionImpl
Gets the metadata information for this connection's underlying EIS resource manager instance.
getNewSignature(boolean) - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionImpl
Gets the next signature value
getPassword() - Method in class org.ow2.jonas.ee.jdbc.ConnectionRequestInfoImpl
 
getPassword() - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionFactoryImpl
 
getPortNumber() - Method in class org.ow2.jonas.ee.jdbc.ConnectionPoolMCFImpl
 
getPortNumber() - Method in class org.ow2.jonas.ee.jdbc.DataSourceMCFImpl
 
getPortNumber() - Method in class org.ow2.jonas.ee.jdbc.XAMCFImpl
 
getProperties() - Method in class org.ow2.jonas.ee.jdbc.MCFData
 
getProperty(String) - Method in class org.ow2.jonas.ee.jdbc.MCFData
 
getReference() - Method in class org.ow2.jonas.ee.jdbc.DataSourceImpl
 
getServerName() - Method in class org.ow2.jonas.ee.jdbc.ConnectionPoolMCFImpl
 
getServerName() - Method in class org.ow2.jonas.ee.jdbc.DataSourceMCFImpl
 
getServerName() - Method in class org.ow2.jonas.ee.jdbc.XAMCFImpl
 
getSignature(long) - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionImpl
Gets the signature value passed in if found in the signature hash table
getSignature() - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionImpl
Gets the current signature value
getTransactionIsolation() - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
getTransactionTimeout() - Method in class org.ow2.jonas.ee.jdbc.XAResourceImpl
Get the current transaction timeout for this XAResource
getTypeMap() - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
getURL() - Method in class org.ow2.jonas.ee.jdbc.DriverManagerMCFImpl
 
getUser() - Method in class org.ow2.jonas.ee.jdbc.ConnectionRequestInfoImpl
 
getUser() - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionFactoryImpl
 
getUserName() - Method in class org.ow2.jonas.ee.jdbc.MetaDataImpl
Returns the name of the user associated with the JdbcRaManagedConnection instance.
getWarnings() - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
getXAResource() - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionImpl
Check if the mc is in local transaction

H

hashCode() - Method in class org.ow2.jonas.ee.jdbc.ConnectionRequestInfoImpl
 
hashCode() - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionFactoryImpl
 
hashCode() - Method in class org.ow2.jonas.ee.jdbc.MCFData
 

I

INITIALPOOLSIZE - Static variable in class org.ow2.jonas.ee.jdbc.MCFData
 
inLocalTransaction - Variable in class org.ow2.jonas.ee.jdbc.ManagedConnectionImpl
 
isClosed() - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
ISOLATIONLEVEL - Static variable in class org.ow2.jonas.ee.jdbc.MCFData
 
isPhysicallyClosed() - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
isReadOnly() - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
isSameRM(XAResource) - Method in class org.ow2.jonas.ee.jdbc.XAResourceImpl
Determine if the resource manager instance is the same as the resouce manager being passed in

J

JONASOFFSET - Static variable in class org.ow2.jonas.ee.jdbc.MCFData
 

L

LOGGER_FACTORY - Static variable in class org.ow2.jonas.ee.jdbc.ManagedConnectionFactoryImpl
 
LOGINTIMEOUT - Static variable in class org.ow2.jonas.ee.jdbc.MCFData
 
LOGTOPIC - Static variable in class org.ow2.jonas.ee.jdbc.MCFData
 

M

ManagedConnectionFactoryImpl - Class in org.ow2.jonas.ee.jdbc
 
ManagedConnectionFactoryImpl() - Constructor for class org.ow2.jonas.ee.jdbc.ManagedConnectionFactoryImpl
 
ManagedConnectionImpl - Class in org.ow2.jonas.ee.jdbc
 
ManagedConnectionImpl(ManagedConnectionFactoryImpl, PasswordCredential, Connection, PooledConnection, XAConnection, DriverWrapper) - Constructor for class org.ow2.jonas.ee.jdbc.ManagedConnectionImpl
 
MAPPERNAME - Static variable in class org.ow2.jonas.ee.jdbc.MCFData
 
matchManagedConnections(Set, Subject, ConnectionRequestInfo) - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionFactoryImpl
 
MAXIDLETIME - Static variable in class org.ow2.jonas.ee.jdbc.MCFData
 
MAXPOOLSIZE - Static variable in class org.ow2.jonas.ee.jdbc.MCFData
 
MAXSTATEMENTS - Static variable in class org.ow2.jonas.ee.jdbc.MCFData
 
mc - Variable in class org.ow2.jonas.ee.jdbc.XAResourceImpl
 
MCFData - Class in org.ow2.jonas.ee.jdbc
 
MCFData() - Constructor for class org.ow2.jonas.ee.jdbc.MCFData
 
MetaDataImpl - Class in org.ow2.jonas.ee.jdbc
Description of the MetaDataImpl.
MetaDataImpl(ManagedConnectionImpl) - Constructor for class org.ow2.jonas.ee.jdbc.MetaDataImpl
 
MINPOOLSIZE - Static variable in class org.ow2.jonas.ee.jdbc.MCFData
 

N

nativeSQL(String) - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 

O

org.ow2.jonas.ee.jdbc - package org.ow2.jonas.ee.jdbc
 
out - Variable in class org.ow2.jonas.ee.jdbc.ManagedConnectionImpl
 

P

PASSWORD - Static variable in class org.ow2.jonas.ee.jdbc.MCFData
 
PORTNUMBER - Static variable in class org.ow2.jonas.ee.jdbc.MCFData
 
prepare(Xid) - Method in class org.ow2.jonas.ee.jdbc.XAResourceImpl
Prepare the Xid for a transaction commit
prepareCall(String) - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
prepareCall(String, int, int) - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
prepareCall(String, int, int, int) - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
prepareStatement(String) - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
prepareStatement(String, int, int) - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
prepareStatement(String, int, int, int) - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
prepareStatement(String, int[]) - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
prepareStatement(String, String[]) - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
prepareStatement(String, int) - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
PROPERTYCYCLE - Static variable in class org.ow2.jonas.ee.jdbc.MCFData
 

R

recover(int) - Method in class org.ow2.jonas.ee.jdbc.XAResourceImpl
Obtain a list of prepared transaction branches from a resource manager.
releaseSavepoint(Savepoint) - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
removeConnectionEventListener(ConnectionEventListener) - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionImpl
Removes an already registered connection event listener from the ManagedConnection instance
rollback() - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
rollback(Savepoint) - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
rollback() - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionImpl
rollback the local transaction.
rollback(Xid) - Method in class org.ow2.jonas.ee.jdbc.XAResourceImpl
Roll back work done on the Xid

S

SERVERNAME - Static variable in class org.ow2.jonas.ee.jdbc.MCFData
 
setAutoCommit(boolean) - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
setAutoCommit(boolean) - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionImpl
 
setCatalog(String) - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
setDatabaseName(String) - Method in class org.ow2.jonas.ee.jdbc.ConnectionPoolMCFImpl
 
setDatabaseName(String) - Method in class org.ow2.jonas.ee.jdbc.DataSourceMCFImpl
 
setDatabaseName(String) - Method in class org.ow2.jonas.ee.jdbc.XAMCFImpl
 
setDbSpecificMethods(String) - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionFactoryImpl
 
setDescription(String) - Method in class org.ow2.jonas.ee.jdbc.ConnectionPoolMCFImpl
 
setDescription(String) - Method in class org.ow2.jonas.ee.jdbc.DataSourceMCFImpl
 
setDescription(String) - Method in class org.ow2.jonas.ee.jdbc.XAMCFImpl
 
setDsClass(String) - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionFactoryImpl
 
setHoldability(int) - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
setIsolationLevel(String) - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionFactoryImpl
 
setJonasInfo(ManagedConnectionInfo, SQLManager) - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
setLoginTimeout(int) - Method in class org.ow2.jonas.ee.jdbc.DataSourceImpl
 
setLoginTimeout(String) - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionFactoryImpl
 
setLogTopic(String) - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionFactoryImpl
 
setLogWriter(PrintWriter) - Method in class org.ow2.jonas.ee.jdbc.DataSourceImpl
 
setLogWriter(PrintWriter) - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionFactoryImpl
 
setLogWriter(PrintWriter) - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionImpl
Sets the log writer for this ManagedConnection instance.
setMapperName(String) - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionFactoryImpl
 
setMCFData(int, String) - Method in class org.ow2.jonas.ee.jdbc.MCFData
 
setPassword(String) - Method in class org.ow2.jonas.ee.jdbc.ConnectionRequestInfoImpl
 
setPassword(String) - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionFactoryImpl
 
setPortNumber(String) - Method in class org.ow2.jonas.ee.jdbc.ConnectionPoolMCFImpl
 
setPortNumber(String) - Method in class org.ow2.jonas.ee.jdbc.DataSourceMCFImpl
 
setPortNumber(String) - Method in class org.ow2.jonas.ee.jdbc.XAMCFImpl
 
setReadOnly(boolean) - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
setReference(Reference) - Method in class org.ow2.jonas.ee.jdbc.DataSourceImpl
 
setSavepoint() - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
setSavepoint(String) - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
setServerName(String) - Method in class org.ow2.jonas.ee.jdbc.ConnectionPoolMCFImpl
 
setServerName(String) - Method in class org.ow2.jonas.ee.jdbc.DataSourceMCFImpl
 
setServerName(String) - Method in class org.ow2.jonas.ee.jdbc.XAMCFImpl
 
setSignature(long) - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
setSignature(long) - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionImpl
 
setTransactionIsolation(int) - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
setTransactionTimeout(int) - Method in class org.ow2.jonas.ee.jdbc.XAResourceImpl
Set the current transaction timeout value for this XAResource
setTypeMap(Map) - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
setURL(String) - Method in class org.ow2.jonas.ee.jdbc.DriverManagerMCFImpl
 
setUser() - Method in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
setUser(String) - Method in class org.ow2.jonas.ee.jdbc.ConnectionRequestInfoImpl
 
setUser(String) - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionFactoryImpl
 
signalEvent(int, Object, Exception) - Method in class org.ow2.jonas.ee.jdbc.ManagedConnectionImpl
 
start(Xid, int) - Method in class org.ow2.jonas.ee.jdbc.XAResourceImpl
Start work on this Xid.

T

trace - Variable in class org.ow2.jonas.ee.jdbc.ConnectionImpl
 
trace - Variable in class org.ow2.jonas.ee.jdbc.ManagedConnectionFactoryImpl
 
trace - Variable in class org.ow2.jonas.ee.jdbc.ManagedConnectionImpl
 

U

URL - Static variable in class org.ow2.jonas.ee.jdbc.MCFData
 
USER - Static variable in class org.ow2.jonas.ee.jdbc.MCFData
 
Utility - Class in org.ow2.jonas.ee.jdbc
This class contains the support methods for the Resource Adapter.
Utility() - Constructor for class org.ow2.jonas.ee.jdbc.Utility
 

X

XAMCFImpl - Class in org.ow2.jonas.ee.jdbc
 
XAMCFImpl() - Constructor for class org.ow2.jonas.ee.jdbc.XAMCFImpl
 
XAResourceImpl - Class in org.ow2.jonas.ee.jdbc
This is an implementation of XAResource used for transaction mgmt with a JDBC driver.
XAResourceImpl(ManagedConnectionImpl, XAResource) - Constructor for class org.ow2.jonas.ee.jdbc.XAResourceImpl
XAResourceImpl constructor

A B C D E F G H I J L M N O P R S T U X

Copyright © 2009 OW2 Consortium. All Rights Reserved.