org.rhq.enterprise.server.bundle
Class BundleServerServiceImpl
java.lang.Object
org.rhq.enterprise.server.bundle.BundleServerServiceImpl
- All Implemented Interfaces:
- BundleServerService
public class BundleServerServiceImpl
- extends Object
- implements BundleServerService
Server-side implementation of the BundleServerService. This implmentation simply forwards
the requests to the appropriate session bean.
- Author:
- John Mazzitelli, Jay Shaughnessy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BundleServerServiceImpl
public BundleServerServiceImpl()
addDeploymentHistory
public void addDeploymentHistory(int bundleDeploymentId,
org.rhq.core.domain.bundle.BundleResourceDeploymentHistory history)
- Specified by:
addDeploymentHistory in interface BundleServerService
getAllBundleVersionPackageVersions
public List<org.rhq.core.domain.content.PackageVersion> getAllBundleVersionPackageVersions(int bundleVersionId)
- Specified by:
getAllBundleVersionPackageVersions in interface BundleServerService
downloadPackageBits
public long downloadPackageBits(org.rhq.core.domain.content.PackageVersion packageVersion,
OutputStream outputStream)
- Specified by:
downloadPackageBits in interface BundleServerService
setBundleDeploymentStatus
public void setBundleDeploymentStatus(int bundleDeploymentId,
org.rhq.core.domain.bundle.BundleDeploymentStatus status)
- Specified by:
setBundleDeploymentStatus in interface BundleServerService
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.