| Interface | Description |
|---|---|
| Constants |
Module management related constants.
|
| ModuleManager |
Entry point interface for the module management service, providing functionality for module deployment, undeployment, start and stop
operations, which are performed in a seamless way on a standalone installation as well as across the platform cluster.
|
| Class | Description |
|---|---|
| BundleBucketInfo |
Represents the bundle bucket identifier.
|
| BundleInfo |
Represents the bundle identifier.
|
| BundlePersistentInfo |
Represents persistent state of a bundle
|
| OperationResult |
Represents the result of the bundle operation, conducted by the
ModuleManager service. |
| Exception | Description |
|---|---|
| InvalidModuleException |
Signals that a submitted JAR file does not correspond to a valid OSGi module.
|
| InvalidModuleKeyException |
Indicates wrong bundle key format, e.g.
|
| InvalidTargetException |
Signals that a submitted target for module operation is not valid.
|
| ModuleManagementException |
Module management related exception.
|
| ModuleManagementInvalidArgumentException |
Module management related exception that indicates bad parameter data passed by the invoker.
|
| ModuleNotFoundException |
Signals that a module management operation has failed because the target module bundle cannot be found.
|
| NonProcessingNodeException |
Indicates an attempt to perform an operation which is only allowed on the processing node, on a non-processing one.
|
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.