|
|||||||||
| Home >> All >> org >> [ mule overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.mule
Interface Application

- public interface Application
Application is a strategy class which can be implemented to do some
application specific work when the MuleManager is initialising.
The initialise method is called after all global configuration has been
loaded but before the mule-descriptor configurations are loaded.
- Version:
- $Revision: 1.8 $
| Method Summary | |
void |
initialise(java.util.HashMap props)
Does any application specific initialisation |
| Method Detail |
initialise
public void initialise(java.util.HashMap props) throws java.lang.Exception
- Does any application specific initialisation
|
|||||||||
| Home >> All >> org >> [ mule overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC