Method Summary |
|
public void | addConnectionEventListener(ConnectionEventListener listener) Adds a new listener. |
public void | associateConnection(Object connection) |
public void | cleanup() Cleanup the physical connection. |
public void | destroy() Destroys the physical connection. |
public Object | getConnection(Subject subject, ConnectionRequestInfo requestInfo) Creates a new connection handle for the underlying physical connection. |
public LocalTransaction | getLocalTransaction() Returns a LocalTransaction. |
public PrintWriter | getLogWriter() Returns the log stream. |
public ManagedConnectionMetaData | getMetaData() Returns the meta data for the connection. |
public XAResource | getXAResource() Returns an XAResource for the connection. |
public void | removeConnectionEventListener(ConnectionEventListener listener) Removes an old new listener. |
public void | setLogWriter(PrintWriter log) Sets the log stream. |