|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ops4j.pax.swissbox.lifecycle.AbstractLifecycle
public abstract class AbstractLifecycle
Constructor Summary | |
---|---|
protected |
AbstractLifecycle()
|
Method Summary | |
---|---|
boolean |
isStarted()
|
protected abstract void |
onStart()
|
protected abstract void |
onStop()
|
void |
start()
|
void |
stop()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractLifecycle()
Method Detail |
---|
public void start()
start
in interface Lifecycle
public void stop()
stop
in interface Lifecycle
public boolean isStarted()
isStarted
in interface Lifecycle
protected abstract void onStart()
protected abstract void onStop()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |