org.kuali.rice.core.util
Class ApplicationThreadLocalCleaner
java.lang.Object
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 ApplicationThreadLocal
s on context destruction.
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 |
ApplicationThreadLocalCleaner
public ApplicationThreadLocalCleaner()
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-2013 The Kuali Foundation. All Rights Reserved.