org.teiid.rhq.plugin.deployer
Interface Deployer

All Known Implementing Classes:
AbstractDeployer, RemoteDeployer

public interface Deployer

An abstraction of the deployment process.


Method Summary
 void deploy(org.rhq.core.pluginapi.inventory.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(org.rhq.core.pluginapi.inventory.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 © 2011. All Rights Reserved.