KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.springframework.transaction.support.TransactionSynchronizationManager
    Central helper that manages resources and transaction synchronizations per thread. To be used by resource management code but not by typical application code. <p>Supports one resource per key without overwriting, i.e. a resource needs to be removed before a new one can be set for the same k ...
  • 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.springframework.orm.hibernate.LocalSessionFactoryBean
    FactoryBean that creates a local Hibernate SessionFactory instance. Behaves like a SessionFactory instance when used as bean reference, e.g. for HibernateTemplate's "sessionFactory" property. Note that switching to JndiObjectFactoryBean is just a matter of configuration! <p>The typical usag ...
  • org.jboss.ejb.plugins.AbstractTxInterceptorBMT
    A common superclass for the BMT transaction interceptors. @author <a HREF="mailto:osh@sparre.dk">Ole Husgaard</a> @version $Revision: 1.13 $ Attributes ---------------------------------------------------- This associates the thread to the UserTransaction. It is used to redirect loo ...
  • org.jboss.aspects.asynch.AsynchMixin
    Comment @author <a HREF="mailto:bill@jboss.org">Bill Burke</a> @version $Revision: 1.2.8.4 $
  • org.jbpm.bpel.xml.util.NodeUtil
    @author Alejandro Guízar @version $Revision: 1.3 $ $Date: 2005/06/23 20:48:05 $
  • org.apache.avalon.excalibur.system.handler.PerThreadComponentHandler
    The ThreadSafeComponentHandler to make sure components are initialized and destroyed correctly. @author <a HREF="mailto:bloritsch@apache.org">Berin Loritsch</a> @version CVS $Revision: 1.3 $ $Date: 2002/01/29 16:18:53 $ @since 4.0
Popular Tags