Class EvictionTimer.PrivilegedGetTccl

  • All Implemented Interfaces:
    java.security.PrivilegedAction<java.lang.ClassLoader>
    Enclosing class:
    EvictionTimer

    private static class EvictionTimer.PrivilegedGetTccl
    extends java.lang.Object
    implements java.security.PrivilegedAction<java.lang.ClassLoader>
    PrivilegedAction used to get the ContextClassLoader
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private PrivilegedGetTccl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.ClassLoader run()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PrivilegedGetTccl

        private PrivilegedGetTccl()
    • Method Detail

      • run

        public java.lang.ClassLoader run()
        Specified by:
        run in interface java.security.PrivilegedAction<java.lang.ClassLoader>