|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBootstrapService
A service for managing ESF bootstrapping.
Configuration will be accepted in the form of an XML file. The XML file to be used is
by default in ESF_HOME/configuration/.esf/com.esf.core.system.bootstap/services.xml. The form
of the XML file is as follows:
Field Summary | |
---|---|
static java.lang.String |
SERVICE_NAME
Reports the class name representing this interface. |
Method Summary | |
---|---|
void |
findAndLoadBundle(java.lang.String bundleSymbolicName)
finds and loads a specific bundle. |
java.lang.String[] |
getFailedToLoadBundles()
returns a list of unsuccessfully loaded bundles that the @IBootstrapService attempted to load |
java.lang.String[] |
getLoadedBundles()
returns a list of successfully loaded bundles that were loaded using the @IBootstrapService |
java.lang.String[] |
getLoadedDropinBundles()
returns a list of successfully loaded 'dropin' bundles that were loaded using the @IBootstrapService |
java.lang.String[] |
getLoadedJunitBundles()
returns a list of successfully loaded 'junit' bundles that were loaded using the @IBootstrapService |
java.lang.String |
getLogLevel(java.lang.String bundleSymbolicName)
gets the log level as set in the services.xml file |
Field Detail |
---|
static final java.lang.String SERVICE_NAME
Method Detail |
---|
java.lang.String[] getLoadedBundles()
java.lang.String[] getLoadedDropinBundles()
java.lang.String[] getLoadedJunitBundles()
java.lang.String[] getFailedToLoadBundles()
java.lang.String getLogLevel(java.lang.String bundleSymbolicName)
bundleSymbolicName
- the symbolic name of the bundle to get the log level of
void findAndLoadBundle(java.lang.String bundleSymbolicName)
bundleName
- the symbolic name of the bundle to find and load
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |