public class BundleServerServiceImpl extends Object implements BundleServerService
BundleServerService. This implmentation simply forwards
the requests to the appropriate session bean.| Constructor and Description |
|---|
BundleServerServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDeploymentHistory(int bundleDeploymentId,
org.rhq.core.domain.bundle.BundleResourceDeploymentHistory history) |
long |
downloadPackageBits(org.rhq.core.domain.content.PackageVersion packageVersion,
OutputStream outputStream) |
List<org.rhq.core.domain.content.PackageVersion> |
getAllBundleVersionPackageVersions(int bundleVersionId) |
void |
setBundleDeploymentStatus(int bundleDeploymentId,
org.rhq.core.domain.bundle.BundleDeploymentStatus status) |
public void addDeploymentHistory(int bundleDeploymentId,
org.rhq.core.domain.bundle.BundleResourceDeploymentHistory history)
addDeploymentHistory in interface BundleServerServicepublic List<org.rhq.core.domain.content.PackageVersion> getAllBundleVersionPackageVersions(int bundleVersionId)
getAllBundleVersionPackageVersions in interface BundleServerServicepublic long downloadPackageBits(org.rhq.core.domain.content.PackageVersion packageVersion,
OutputStream outputStream)
downloadPackageBits in interface BundleServerServicepublic void setBundleDeploymentStatus(int bundleDeploymentId,
org.rhq.core.domain.bundle.BundleDeploymentStatus status)
setBundleDeploymentStatus in interface BundleServerServiceCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.