Interface OptionalThreadLocal<T>

All Known Implementing Classes:
ThreadLocalImpl.OptionalThreadLocalImpl

public interface OptionalThreadLocal<T>

Provides ThreadLocal access to the ManagedObject object instances.

For applications making use of OfficeFloor functionality this is not typically required. It is provided to enable integration with third party libraries requiring ThreadLocal access to objects.

Author:
Daniel Sagenschneider
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
    Obtains the object for the respective ManagedObject this represents.