Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mule
Interface Application  view Application download Application.java


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