org.rhq.enterprise.server.bundle
Class BundleServerServiceImpl

java.lang.Object
  extended by 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

Constructor Summary
BundleServerServiceImpl()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleServerServiceImpl

public BundleServerServiceImpl()
Method Detail

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.