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.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="service.impl.ThreadLocalStorageImpl" >
      • <set-service property="notifier" service-id="ThreadEventNotifier" />
      </construct>
    </invoke-factory>

Module hivemind
Back to master index