Class ThisAccess

java.lang.Object
  extended by ThisAccess

public class ThisAccess
extends Object

Author:
Kohsuke Kawaguchi

Field Summary
 boolean end
           
 
Constructor Summary
ThisAccess()
           
 
Method Summary
 String getSomething()
           
static void main(String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

end

public volatile boolean end
Constructor Detail

ThisAccess

public ThisAccess()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

run

public void run()
         throws Exception
Throws:
Exception

getSomething

public String getSomething()


Copyright © 2013. All rights reserved.