KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > lang > InheritableThreadLocal > Top Examples

  • org.jboss.test.ThreadLocalTestCase
    Tests of propagating the security identity across threads using
  • org.jboss.security.SecurityAssociation
    The SecurityAssociation class maintains the security principal and credentials. This can be done on either a singleton basis or a thread local basis depending on the server property. When the server property has been set to true, the security information is maintained in thread local storage. The ...
  • org.apache.avalon.excalibur.lang.LayeredThreadContext
    The <code>LayeredThreadContext</code> defines a set of data that is associated with a particular thread. This is a useful feature for many of the same reasons as <code>ThreadContext</code> is useful. <p>The difference between <code>LayeredThreadContext</code ...
  • org.springframework.context.i18n.LocaleContextHolder
    Simple holder class that associates a LocaleContext instance with the current thread. The LocaleContext will be inherited by any child threads spawned by the current thread. <p>Used as a central holder for the current Locale in Spring, wherever necessary: for example, in MessageSourceAccess ...
Popular Tags