Perform uninstallation activity. It rollbacks any change
Installer
did during the installation.
This include the removal of the system applications from
the lib/install/applications directory also.
The Installer
will be loaded with an instance of
URLClassLoader
and ant jars will be added to it's
classpath.
If this method throws an AddonFatalException or RuntimeException
Appserver uninstallation will be aborted. However if it throws
an AddonException, then the appserver uninstallation will continue
after displaying the error message.