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
MuleException
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.