Uses of Interface
org.zkoss.zk.ui.event.EventThreadResume

Packages that use EventThreadResume
org.zkoss.zkplus.acegi Utilities to support Acegi Security System 
org.zkoss.zkplus.hibernate Utilities to support Hibernate
org.zkoss.zkplus.spring Utilities to support Spring Application Framework
org.zkoss.zkplus.util Utilities that can be applied to several situations. 
 

Uses of EventThreadResume in org.zkoss.zkplus.acegi
 

Classes in org.zkoss.zkplus.acegi that implement EventThreadResume
 class AcegiSecurityContextListener
          Listener to copy servlet thread ThreadLocal, securityContext, over to event thread ThreadLocal and handle Acegi Authentication Exception occured in Event handling (e.g.
 

Uses of EventThreadResume in org.zkoss.zkplus.hibernate
 

Classes in org.zkoss.zkplus.hibernate that implement EventThreadResume
 class HibernateSessionContextListener
          Listener to make sure each ZK thread got the same hibernat session context; used with Hibernate's "thread" session context (org.hibernate.context.ThreadLocalSessionContext).
 

Uses of EventThreadResume in org.zkoss.zkplus.spring
 

Classes in org.zkoss.zkplus.spring that implement EventThreadResume
 class SpringTransactionSynchronizationListener
          Listener to make sure each ZK thread got the same ThreadLocal value of the spring's org.springframework.transaction.support.TransactionSynchronizationManager; especially those thread bound resources.
 

Uses of EventThreadResume in org.zkoss.zkplus.util
 

Classes in org.zkoss.zkplus.util that implement EventThreadResume
 class ThreadLocalListener
          Listener to make sure servlet thread and ZK event thread got the same ThreadLocal values.
 



Copyright © 2005-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo