|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.wiley.posa3.resourcelifecyclemanager.ConnectionFactory
The ConnectionFactory creates new connections based on a configured strategy. It may eagerly acquire several connections, or it may lazily acquire resources.
| Constructor Summary | |
ConnectionFactory()
Default Constructor |
|
| Method Summary | |
ManagedResource |
create()
Create an instance of a managed resource -- in this case a Connection object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ConnectionFactory()
| Method Detail |
public ManagedResource create()
create in interface ResourceFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||