Class SetTCCLAction

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

    final class SetTCCLAction
    extends java.lang.Object
    implements java.security.PrivilegedAction<java.lang.ClassLoader>
    • Constructor Summary

      Constructors 
      Constructor Description
      SetTCCLAction​(java.lang.ClassLoader classLoader)  
    • 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
    • Field Detail

      • CLEAR_TCCL_ACTION

        static final SetTCCLAction CLEAR_TCCL_ACTION
      • classLoader

        private final java.lang.ClassLoader classLoader
    • Constructor Detail

      • SetTCCLAction

        SetTCCLAction​(java.lang.ClassLoader classLoader)
    • Method Detail

      • run

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