| java.lang.Object com.myeis.j2c.MyEISConnection
MyEISConnection | public class MyEISConnection implements Connection(Code) | | |
Constructor Summary | |
public | MyEISConnection(ManagedConnection managedConnection) |
MyEISConnection | public MyEISConnection(ManagedConnection managedConnection)(Code) | | Constructor
|
call | public boolean call(InteractionSpec interactionSpec, Record inputRecord, Record outputRecord) throws ResourceException(Code) | | call
|
close | public void close() throws ResourceException(Code) | | See Also: Connection.close |
createInteraction | public Interaction createInteraction() throws ResourceException(Code) | | See Also: Connection.createInteraction |
getAutoCommit | public boolean getAutoCommit() throws ResourceException(Code) | | See Also: Connection.getAutoCommit |
getLocalTransaction | public javax.resource.cci.LocalTransaction getLocalTransaction() throws ResourceException(Code) | | See Also: Connection.getLocalTransaction |
getMetaData | public ConnectionMetaData getMetaData() throws ResourceException(Code) | | See Also: Connection.getMetaData |
getResultSetInfo | public ResultSetInfo getResultSetInfo() throws ResourceException(Code) | | See Also: Connection.getResultSetInfo |
setAutoCommit | public void setAutoCommit(boolean arg0) throws ResourceException(Code) | | See Also: Connection.setAutoCommit(boolean) |
|
|