org.springframework.osgi
Class ThreadTest.TestThread

java.lang.Object
  extended by org.springframework.osgi.ThreadTest.TestThread
All Implemented Interfaces:
Runnable
Enclosing class:
ThreadTest

public static class ThreadTest.TestThread
extends Object
implements Runnable


Field Summary
static boolean alive
           
 
Constructor Summary
ThreadTest.TestThread()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

alive

public static transient boolean alive
Constructor Detail

ThreadTest.TestThread

public ThreadTest.TestThread()
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2006-2011 Spring Framework. All Rights Reserved.