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 objectsLifecycleAdapter| Modifier and Type | Field and Description |
|---|---|
static String |
PHASE_NAME |
| Modifier and Type | Method and Description |
|---|---|
void |
start() |
static final String PHASE_NAME
void start()
throws MuleException
MuleExceptionCopyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.