javax.resource.spi
public interface ManagedConnection
| Method Summary | |
|---|---|
| void | addConnectionEventListener(ConnectionEventListener listener) |
| void | associateConnection(Object connection) |
| void | cleanup() |
| void | destroy() |
| Object | getConnection(Subject subject, ConnectionRequestInfo cxRequestInfo) |
| LocalTransaction | getLocalTransaction() |
| PrintWriter | getLogWriter() |
| ManagedConnectionMetaData | getMetaData() |
| XAResource | getXAResource() |
| void | removeConnectionEventListener(ConnectionEventListener listener) |
| void | setLogWriter(PrintWriter out) |