org.rhq.plugins.jbossas5.deploy
Class ManagedComponentDeployer

java.lang.Object
  extended by org.rhq.plugins.jbossas5.deploy.ManagedComponentDeployer
All Implemented Interfaces:
Deployer

public class ManagedComponentDeployer
extends Object
implements Deployer

This implementation handles deploying stuff using the standard JBoss deployment APIs.

Author:
Lukas Krejci

Constructor Summary
ManagedComponentDeployer(ProfileServiceConnection profileServiceConnection, PackageDownloader downloader)
           
 
Method Summary
 void deploy(CreateResourceReport createResourceReport, org.rhq.core.domain.resource.ResourceType resourceType)
          Handles the deployment process end to end and updates the createResourceReport with appropriate results.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedComponentDeployer

public ManagedComponentDeployer(ProfileServiceConnection profileServiceConnection,
                                PackageDownloader downloader)
Method Detail

deploy

public void deploy(CreateResourceReport createResourceReport,
                   org.rhq.core.domain.resource.ResourceType resourceType)
Description copied from interface: Deployer
Handles the deployment process end to end and updates the createResourceReport with appropriate results.

Specified by:
deploy in interface Deployer
Parameters:
createResourceReport - the report to get the deployment from
resourceType - the target resource type


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