|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ManagedConnectionResourceListener
Listener for the relation between a ManagedConnection and a resource using that ManagedConnection. The resource often needs to know when the ManagedConnection is going to be closed. Similarly the ManagedConnection may need to know when the resource is being closed (so it can free up resources).
| Method Summary | |
|---|---|
void |
managedConnectionFlushed()
On flush. |
void |
managedConnectionPostClose()
Method invoked when the managed connection has just been closed. |
void |
managedConnectionPreClose()
Method invoked when the managed connection is about to be closed. |
void |
resourcePostClose()
Method invoked when the resource has been closed. |
| Method Detail |
|---|
void managedConnectionFlushed()
ManagedConnection
void managedConnectionPreClose()
void managedConnectionPostClose()
void resourcePostClose()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||