| Package | Description |
|---|---|
| org.rhq.core.pluginapi.bundle |
| Modifier and Type | Method and Description |
|---|---|
BundleHandoverRequest |
BundleHandoverRequest.Builder.createBundleHandoverRequest() |
| Modifier and Type | Method and Description |
|---|---|
BundleHandoverResponse |
BundleHandoverFacet.handleContent(BundleHandoverRequest handoverRequest)
Called by the plugin container when a bundle plugin indicates that the target resource component participates in
the bundle deployment.
The class implementing this interface is the ResourceComponent class
backing the bundle target resource.The implementation should: document the set of content/action/parameters combinations it supports close the InputStream referenced by content after reading to free resources
as soon as possible; the plugin container will still close it eventually
|
BundleHandoverResponse |
BundleManagerProvider.handoverContent(org.rhq.core.domain.resource.Resource bundleTarget,
BundleHandoverRequest handoverRequest)
Requests participation of the bundle target resource component in the bundle deployment.
|
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.