Class PrivilegedGetTccl

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

    public class PrivilegedGetTccl
    extends java.lang.Object
    implements java.security.PrivilegedAction<java.lang.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
    • Constructor Detail

      • PrivilegedGetTccl

        public PrivilegedGetTccl()
    • Method Detail

      • run

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