|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.wiley.posa3.pooling.Connection
A Connection is a resource that when no longer needed is returned to a Pool.
| Constructor Summary | |
Connection()
Default constuctor. |
|
Connection(Identity id)
Constuctor. |
|
| Method Summary | |
Identity |
getId()
Get the identity of this resource |
void |
method1()
Some generic method. |
void |
method2()
Some generic method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Connection()
public Connection(Identity id)
id - a unique identifier for this connection.| Method Detail |
public Identity getId()
getId in interface Resourcepublic void method1()
method1 in interface Resourcepublic void method2()
method2 in interface Resource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||