Methods in org.ow2.petals.microkernel.api.extension that throw InstallationExtensionException |
void |
InstallationExtension.onInstallation(String installedArchiveFilename)
Callback invoked on installation process to register the installed
archive in the component implementing this interface. |
void |
InstallationExtension.onInstallationUndo(String installedArchiveFilename)
Callback invoked on cancelation of the installation process to unregister
an installed archive from the component implementing this interface. |
void |
InstallationExtension.onUninstallation(String uninstalledArchiveFilename)
Callback invoked on uninstallation process to register the uninstalled
archive in the component implementing this interface. |
void |
InstallationExtension.onUninstallationUndo(String uninstalledArchiveFilename)
Callback invoked on cancelation of the uninstallation process to register
an installed archive from the component implementing this interface. |