|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Lifecycle
Implementations adhere to runtime lifecycle semantics
Field Summary | |
---|---|
static int |
CONFIG_ERROR
|
static int |
ERROR
|
static int |
INITIALIZED
|
static int |
INITIALIZING
|
static int |
RUNNING
|
static int |
STOPPED
|
static int |
STOPPING
|
static int |
UNINITIALIZED
|
Method Summary | |
---|---|
int |
getLifecycleState()
Returns the lifecycle state |
void |
start()
Starts the Lifecycle. |
void |
stop()
Stops the Lifecycle. |
Field Detail |
---|
static final int CONFIG_ERROR
static final int UNINITIALIZED
static final int INITIALIZING
static final int INITIALIZED
static final int RUNNING
static final int STOPPING
static final int STOPPED
static final int ERROR
Method Detail |
---|
int getLifecycleState()
UNINITIALIZED
,
INITIALIZING
,
INITIALIZED
,
RUNNING
,
STOPPING
,
STOPPED
void start() throws CoreRuntimeException
CoreRuntimeException
void stop() throws CoreRuntimeException
CoreRuntimeException
|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |