| |
|
| java.lang.Object fictional.resourceadapter.ConnectionImpl
ConnectionImpl | public class ConnectionImpl implements Connection,ConnectionMetaData,java.io.Serializable(Code) | | author: Bob Kruse author: Jtest 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) | | |
getEISProductName | public String getEISProductName() throws ResourceException(Code) | | |
getEISProductVersion | public String getEISProductVersion() throws ResourceException(Code) | | |
getLocalTransaction | public LocalTransaction getLocalTransaction() throws ResourceException(Code) | | |
getMC | public ManagedConnection getMC() throws ResourceException(Code) | | |
getMetaData | public ConnectionMetaData getMetaData() throws ResourceException(Code) | | |
getResultSetInfo | public ResultSetInfo getResultSetInfo() throws ResourceException(Code) | | |
getUserName | public String getUserName() throws ResourceException(Code) | | |
setAutoCommit | public void setAutoCommit(boolean a)(Code) | | |
|
|
|