|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InstallationServiceErrorException | |
|---|---|
| org.ow2.petals.jmx | |
| Uses of InstallationServiceErrorException in org.ow2.petals.jmx |
|---|
| Methods in org.ow2.petals.jmx that throw InstallationServiceErrorException | |
|---|---|
boolean |
InstallationServiceClient.forceUnloadInstaller(java.lang.String componentName)
Force unload of installer. |
InstallationServiceClient |
JMXClient.getInstallationServiceClient()
Retrieve the installation service client API |
java.lang.String[] |
InstallationServiceClient.getInstalledComponentsForSharedlibrary(java.lang.String sharedLibraryName)
Get the components that use a shared library. |
java.lang.String[] |
InstallationServiceClient.getInstalledSharedLibraries()
Get all installed shared libraries. |
java.lang.String[] |
InstallationServiceClient.getInstallers()
Get all existing installers. |
java.lang.String |
InstallationServiceClient.installSharedLibrary(java.net.URL sharedLibraryURL)
Install a shared-library. |
InstallerComponentClient |
InstallationServiceClient.loadInstaller(java.lang.String componentName)
Load an installer. |
InstallerComponentClient |
InstallationServiceClient.loadNewInstaller(java.net.URL packageURL)
Load a new installer. |
java.lang.String[] |
InstallationServiceClient.shutdownAllComponents()
Shutdown all the component. |
boolean |
InstallationServiceClient.shutdownComponent(java.lang.String componentName)
Shutdown the component. |
java.lang.String[] |
InstallationServiceClient.startAllComponents()
Start all the component. |
boolean |
InstallationServiceClient.startComponent(java.lang.String componentName)
Start the component. |
java.lang.String[] |
InstallationServiceClient.stopAllComponents()
Stop all the component. |
boolean |
InstallationServiceClient.stopComponent(java.lang.String componentName)
Stop the component. |
java.lang.String[] |
InstallationServiceClient.uninstallAllComponents()
Uninstall all the component. |
java.lang.String[] |
InstallationServiceClient.uninstallAllSharedLibrary()
Uninstall all shared-library. |
boolean |
InstallationServiceClient.uninstallSharedLibrary(java.lang.String sharedLibraryName)
Uninstall a Shared Library. |
java.lang.String[] |
InstallationServiceClient.unloadAllInstallers(boolean force)
Unload all the component installers. |
boolean |
InstallationServiceClient.unloadInstaller(java.lang.String componentName)
Unload a component installer. |
| Constructors in org.ow2.petals.jmx that throw InstallationServiceErrorException | |
|---|---|
InstallationServiceClient(java.lang.String petalsDomain,
javax.management.MBeanServerConnection mBeanServerConnection)
Creates a new instance of InstallationServiceClient |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||