Class SetThreadNameAction

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

    public class SetThreadNameAction
    extends java.lang.Object
    implements java.security.PrivilegedAction<java.lang.Void>
    SetThreadNameAction.
    Since:
    10.1
    Author:
    Ryan Emerson
    • Constructor Summary

      Constructors 
      Constructor Description
      SetThreadNameAction​(java.lang.String threadName)  
    • Method Summary

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

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

      • SetThreadNameAction

        public SetThreadNameAction​(java.lang.String threadName)
    • Method Detail

      • run

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