public interface InstallerMBean extends InstallerMBean
| Modifier and Type | Method and Description |
|---|---|
void |
uninstall(boolean force)
Uninstall the component.
|
getInstallerConfigurationMBean, getInstallRoot, install, isInstalled, uninstallvoid uninstall(boolean force)
throws JBIException
force flag is set to true,
the uninstall operation succeeds regardless of any exception thrown by
the component itself.force - set to true to ignore any failures and proceed with the
uninstall.JBIException - if some other failure occurs.Copyright © 2011-2016 OpenESB Community. All Rights Reserved.