| |
|
| java.lang.Object ersatz.resourceadapter.ConnectionImpl
ConnectionImpl | public class ConnectionImpl implements Connection(Code) | | author: Bob Kruse author: Ersatz Resource Adapter author: used to test the J2EE Connector as implemented by JOnAS. |
close | public void close() throws ResourceException(Code) | | |
close | public void close(int eType) throws ResourceException(Code) | | |
createInteraction | public Interaction createInteraction() throws ResourceException(Code) | | |
getAutoCommit | public boolean getAutoCommit()(Code) | | |
getLocalTransaction | public LocalTransaction getLocalTransaction() throws ResourceException(Code) | | |
getMetaData | public ConnectionMetaData getMetaData() throws ResourceException(Code) | | |
getResultSetInfo | public ResultSetInfo getResultSetInfo() throws ResourceException(Code) | | |
setAutoCommit | public void setAutoCommit(boolean a)(Code) | | |
|
|
|