org.ow2.petals.jbi.management.autoload
Interface AutoLoaderService

All Known Implementing Classes:
AutoLoaderServiceImpl

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

Author:
alouis

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

install

void install(java.util.List<java.io.File> archiveFiles)
Install the given list of files.

Parameters:
archiveFiles - the list of JBI archives

uninstall

void uninstall(java.util.List<java.io.File> archiveFiles)
Uninstall the given list of files.

Parameters:
archiveFiles - the list of JBI archives


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.