| Package | Description |
|---|---|
| org.jahia.services.modulemanager.spi | |
| org.jahia.services.modulemanager.spi.impl |
| Modifier and Type | Method and Description |
|---|---|
BundleService.BundleInformation |
BundleService.getLocalInfo(BundleInfo bundleInfo)
Get local info about a bundle.
|
BundleState |
BundleService.getLocalState(BundleInfo bundleInfo)
Get current local state of a bundle.
|
void |
BundleService.refresh(BundleInfo bundleInfo,
String target)
Performs the refresh operation with the provided bundle on the target group of cluster nodes.
|
void |
BundleService.refresh(Collection<BundleInfo> bundleInfos,
String target)
Performs the refresh operation with the provided bundles on the target group of cluster nodes.
|
void |
BundleService.resolve(BundleInfo bundleInfo,
String target)
Performs the resolve operation with the provided bundle on the target group of cluster nodes.
|
void |
BundleService.start(BundleInfo bundleInfo,
String target)
Performs the start operation with the provided bundle on the target group of cluster nodes.
|
void |
BundleService.stop(BundleInfo bundleInfo,
String target)
Performs the stop operation with the provided bundle on the target group of cluster nodes.
|
void |
BundleService.uninstall(BundleInfo bundleInfo,
String target)
Performs the uninstall operation with the provided bundle on the target group of cluster nodes.
|
void |
BundleService.update(BundleInfo bundleInfo,
String target)
Performs the update operation with the provided bundle on the target group of cluster nodes.
|
| Modifier and Type | Method and Description |
|---|---|
protected static org.osgi.framework.Bundle |
DefaultBundleService.getBundleEnsureExists(BundleInfo bundleInfo) |
BundleService.BundleInformation |
BundleServiceDelegate.getLocalInfo(BundleInfo bundleInfo) |
BundleService.BundleInformation |
DefaultBundleService.getLocalInfo(BundleInfo bundleInfo) |
BundleState |
BundleServiceDelegate.getLocalState(BundleInfo bundleInfo) |
BundleState |
DefaultBundleService.getLocalState(BundleInfo bundleInfo) |
void |
BundleServiceDelegate.refresh(BundleInfo bundleInfo,
String target) |
void |
BundleServiceDelegate.refresh(Collection<BundleInfo> bundleInfos,
String target) |
void |
BundleServiceDelegate.resolve(BundleInfo bundleInfo,
String target) |
void |
DefaultBundleService.resolve(BundleInfo bundleInfo,
String target) |
void |
BundleServiceDelegate.start(BundleInfo bundleInfo,
String target) |
void |
DefaultBundleService.start(BundleInfo bundleInfo,
String target) |
void |
BundleServiceDelegate.stop(BundleInfo bundleInfo,
String target) |
void |
DefaultBundleService.stop(BundleInfo bundleInfo,
String target) |
void |
BundleServiceDelegate.uninstall(BundleInfo bundleInfo,
String target) |
void |
DefaultBundleService.uninstall(BundleInfo bundleInfo,
String target) |
void |
BundleServiceDelegate.update(BundleInfo bundleInfo,
String target) |
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.