|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EManagedConnection
The EManagedConnection class represents a physical connection to the underlying Host system.
| Method Summary | |
|---|---|
void |
addConnectionEventListener(EConnectionEventListener listener)
This method adds a connection event listener to the EManagedConnection instance. |
void |
cleanup()
Connection Manager calls this method to force any cleanup on the EManagedConnection instance. |
void |
destroy()
This method destroys the physical connection to the underlying resource manager. |
Object |
getConnection()
This method creates a new connection handle for the underlying physical connection represented by the EManagedConnection instance. |
void |
removeConnectionEventListener(EConnectionEventListener listener)
Removes an already registered connection event listener from the EManagedConnection instance. |
| Method Detail |
|---|
void addConnectionEventListener(EConnectionEventListener listener)
listener - A new connection event listener to be registered.void cleanup()
void destroy()
void removeConnectionEventListener(EConnectionEventListener listener)
listener - an already registered connection event listener to be removed.Object getConnection()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||