org.rhq.plugins.jbossas5
Class ApplicationServerContentFacetDelegate

java.lang.Object
  extended by org.jboss.on.common.jbossas.AbstractJBossASContentFacetDelegate
      extended by org.rhq.plugins.jbossas5.ApplicationServerContentFacetDelegate
All Implemented Interfaces:
ContentFacet

public class ApplicationServerContentFacetDelegate
extends AbstractJBossASContentFacetDelegate


Field Summary
 
Fields inherited from class org.jboss.on.common.jbossas.AbstractJBossASContentFacetDelegate
PACKAGE_TYPE_LIBRARY, PACKAGE_TYPE_PATCH
 
Constructor Summary
protected ApplicationServerContentFacetDelegate(JBPMWorkflowManager workflowManager, java.io.File configurationPath, ContentContext contentContext)
           
 
Method Summary
 DeployPackagesResponse deployJarLibrary(ResourcePackageDetails packageDetails, ContentServices contentServices)
           
 DeployPackagesResponse deployPackages(java.util.Set<ResourcePackageDetails> packages, ContentServices contentServices)
           
 java.util.Set<ResourcePackageDetails> discoverDeployedPackages(PackageType type)
           
 void downloadBits(PackageDetailsKey key, java.lang.String destinationFileLocation)
           
 
Methods inherited from class org.jboss.on.common.jbossas.AbstractJBossASContentFacetDelegate
generateInstallationSteps, getWorkflowManager, removePackages, retrievePackageBits
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationServerContentFacetDelegate

protected ApplicationServerContentFacetDelegate(JBPMWorkflowManager workflowManager,
                                                java.io.File configurationPath,
                                                ContentContext contentContext)
Method Detail

discoverDeployedPackages

public java.util.Set<ResourcePackageDetails> discoverDeployedPackages(PackageType type)
Specified by:
discoverDeployedPackages in interface ContentFacet
Overrides:
discoverDeployedPackages in class AbstractJBossASContentFacetDelegate

deployPackages

public DeployPackagesResponse deployPackages(java.util.Set<ResourcePackageDetails> packages,
                                             ContentServices contentServices)
Specified by:
deployPackages in interface ContentFacet
Overrides:
deployPackages in class AbstractJBossASContentFacetDelegate

deployJarLibrary

public DeployPackagesResponse deployJarLibrary(ResourcePackageDetails packageDetails,
                                               ContentServices contentServices)

downloadBits

public void downloadBits(PackageDetailsKey key,
                         java.lang.String destinationFileLocation)
                  throws java.io.IOException,
                         EmptyFileException
Throws:
java.io.IOException
EmptyFileException


Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.