2009/04/15 - Apache HiveMind has been retired.

For more information, please explore the Attic.

Module hivemind
Back to master index

[public] Service Point hivemind.ThreadLocalStorage Interface: org.apache.hivemind.service.ThreadLocalStorage
Service which manages a thread-local map of data items. This can be used for temporary storage of information when local variables can't be used. All stored items are released when the thread is cleaned up. Note: this service should be considered deprecated; use the threaded service model instead.
Implementation
  • <create-instance class="service.impl.ThreadLocalStorageImpl" model="threaded" />

Module hivemind
Back to master index