org.kuali.rice.core.util
Class ApplicationThreadLocalCleaner

java.lang.Object
  extended by org.kuali.rice.core.util.ApplicationThreadLocalCleaner
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class ApplicationThreadLocalCleaner
extends Object
implements org.springframework.context.ApplicationContextAware

Bean which registers a listener that removes ApplicationThreadLocals on context destruction.


Constructor Summary
ApplicationThreadLocalCleaner()
           
 
Method Summary
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationThreadLocalCleaner

public ApplicationThreadLocalCleaner()
Method Detail

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
                           throws org.springframework.beans.BeansException
Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
Throws:
org.springframework.beans.BeansException


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.