|
Hi, Following the example page, I noted that Factory example for PooleableObjectFactory is wrong. When you extends BasePooledObjectFactory<?>, there only 2 methods required: + public <?> create() + public PooledObject<?> wrap (<?> object) I guess that create method must created a new object instance, but... ¿how I must use the wrap method? Any one have an example? --
|
- [pool] Factory example Manuel Irribarra
- Re: [pool] Factory example Phil Steitz
- Re: [pool] Factory example Manuel Irribarra
