|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Startable
Startable provides an object with a start() method
which gets called when the Mule instance gets started. This is mostly used by
infrastructure components, but can also be implemented by service objects.
This lifecycle interface should always be implemented with its opposite lifecycle interface Stoppable.
Stoppable| Field Summary | |
|---|---|
static String |
PHASE_NAME
|
| Method Summary | |
|---|---|
void |
start()
|
| Field Detail |
|---|
static final String PHASE_NAME
| Method Detail |
|---|
void start()
throws MuleException
MuleException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||