public static class DefaultPicoContainerLifecycleTestCase.FooRunnable
extends java.lang.Object
implements java.lang.Runnable, org.picocontainer.Startable
| Modifier and Type | Field and Description |
|---|---|
private boolean |
interrupted |
private int |
runCount |
private java.lang.Thread |
thread |
| Constructor and Description |
|---|
DefaultPicoContainerLifecycleTestCase.FooRunnable() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isInterrupted() |
void |
run() |
int |
runCount() |
void |
start() |
void |
stop() |
private int runCount
private java.lang.Thread thread
private boolean interrupted
public DefaultPicoContainerLifecycleTestCase.FooRunnable()
public int runCount()
public boolean isInterrupted()
public void start()
start in interface org.picocontainer.Startablepublic void stop()
stop in interface org.picocontainer.Startablepublic void run()
run in interface java.lang.Runnable