org.rhq.plugins.jbossas5.deploy
Interface Deployer

All Known Implementing Classes:
ManagedComponentDeployer, ScriptDeployer

public interface Deployer

An abstraction of the deployment process.

Author:
Lukas Krejci

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.
 

Method Detail

deploy

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.

Parameters:
createResourceReport - the report to get the deployment from
resourceType - the target resource type


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