|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AutoLoaderService
This AutoLoaderService is used for automatically loading components which are placed in the "autoLoad" directory. It periodically scan the directory and check if new components are presents. The InstallationServiceMBean is called for each of those components. The whole process of installation is done (install + start) After being threat, the archives of the components are removed. A file "fileName.success" will be created if success A file "fileName.failed" will be created otherwise, containing the related exception
| Method Summary | |
|---|---|
void |
install(java.util.List<java.io.File> archiveFiles)
Install the given list of files. |
void |
uninstall(java.util.List<java.io.File> archiveFiles)
Uninstall the given list of files. |
| Method Detail |
|---|
void install(java.util.List<java.io.File> archiveFiles)
archiveFiles - the list of JBI archivesvoid uninstall(java.util.List<java.io.File> archiveFiles)
archiveFiles - the list of JBI archives
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||