Class Tester.TestAction

  • All Implemented Interfaces:
    java.security.PrivilegedAction
    Enclosing class:
    Tester

    class Tester.TestAction
    extends java.lang.Object
    implements java.security.PrivilegedAction
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String _value  
    • Constructor Summary

      Constructors 
      Constructor Description
      TestAction​(java.lang.String value)  
    • Method Summary

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

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

      • _value

        private java.lang.String _value
    • Constructor Detail

      • TestAction

        TestAction​(java.lang.String value)
    • Method Detail

      • run

        public java.lang.Object run()
        Specified by:
        run in interface java.security.PrivilegedAction