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

Packages that use EventThreadCleanup
org.zkoss.zk.ui.util Utilities to handle user interfaces. 
org.zkoss.zkplus.acegi Utilities to support Acegi Security System 
org.zkoss.zkplus.spring Utilities to support Spring Application Framework
org.zkoss.zkplus.util Utilities that can be applied to several situations. 
 

Uses of EventThreadCleanup in org.zkoss.zk.ui.util
 

Methods in org.zkoss.zk.ui.util that return types with arguments of type EventThreadCleanup
 java.util.List<EventThreadCleanup> Configuration.newEventThreadCleanups(Component comp, Event evt, java.util.List<java.lang.Throwable> errs, boolean silent)
          Invokes cleanup(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event, java.util.List) for each relevant listener registered by Configuration.addListener(java.lang.Class).
 

Method parameters in org.zkoss.zk.ui.util with type arguments of type EventThreadCleanup
 void Configuration.invokeEventThreadCompletes(java.util.List<EventThreadCleanup> cleanups, Component comp, Event evt, java.util.List<java.lang.Throwable> errs, boolean silent)
          Invoke complete(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each instance returned by Configuration.newEventThreadCleanups(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event, java.util.List, boolean).
 

Uses of EventThreadCleanup in org.zkoss.zkplus.acegi
 

Classes in org.zkoss.zkplus.acegi that implement EventThreadCleanup
 class AcegiSecurityContextListener
          Deprecated. As of release 7.0.0
 

Uses of EventThreadCleanup in org.zkoss.zkplus.spring
 

Classes in org.zkoss.zkplus.spring that implement EventThreadCleanup
 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 EventThreadCleanup in org.zkoss.zkplus.util
 

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



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