Package org.apache.commons.pool.impl
Class EvictionTimer.PrivilegedSetTccl
- java.lang.Object
-
- org.apache.commons.pool.impl.EvictionTimer.PrivilegedSetTccl
-
- All Implemented Interfaces:
java.security.PrivilegedAction<java.lang.ClassLoader>
- Enclosing class:
- EvictionTimer
private static class EvictionTimer.PrivilegedSetTccl extends java.lang.Object implements java.security.PrivilegedAction<java.lang.ClassLoader>PrivilegedActionused to set the ContextClassLoader
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.ClassLoaderclClassLoader
-
Constructor Summary
Constructors Constructor Description PrivilegedSetTccl(java.lang.ClassLoader cl)Create a new PrivilegedSetTccl using the given classloader
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ClassLoaderrun()
-