|
||||||||||
| 上一个软件包 下一个软件包 | 框架 无框架 | |||||||||
| 接口摘要 | |
|---|---|
| Pool | |
| Poolable | Instances of classes in this role collaborate with other objects for a limited amount of time, then they are no longer needed for that collaboration. |
| 类摘要 | |
|---|---|
| CommonsPoolAdapter | ObjectPool pool = new StackObjectPool(new MyPoolableObjectFactory()); CommonsPoolAdapter cp = new CommonsPoolAdapter(pool); MyObject mo = (MyObject)cp.borrowObject(); .... cp.returnObject(mo); |
| CommonsPoolFactory | |
| PoolConfigure | |
|
||||||||||
| 上一个软件包 下一个软件包 | 框架 无框架 | |||||||||