public static class AbstractPicoContainerTest.TestLifecycleComponent extends Object implements Startable
Modifier and Type | Field and Description |
---|---|
boolean |
started |
Constructor and Description |
---|
TestLifecycleComponent() |
Modifier and Type | Method and Description |
---|---|
void |
start()
Start this component.
|
void |
stop()
Stop this component.
|
public boolean started
public TestLifecycleComponent()
public void start()
Startable
public void stop()
Startable
Disposable
if you need a single call at the definite end of the lifecycle.Copyright © 2003–2016 Codehaus. All rights reserved.