Service Point tapestry.GlobalObjectPool | Interface: | org.apache.tapestry.services.ObjectPool |
A general purpose object pool used throughout the application. Care should be
taken to ensure that keys are sufficiently unique. This service will likely
be removed soon; replaced with a number of more individual object pools
(as necessary). |
Implementation |
- <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
-
<construct class="impl.ObjectPoolImpl"
>
-
<event-listener service-id="ResetEventHub"
/>
-
<event-listener service-id="tapestry.describe.ReportStatusHub"
/>
</construct>
</invoke-factory>
|