org.rhq.plugins.jbossas5.deploy
Interface Deployer
- All Known Implementing Classes:
- AbstractDeployer, LocalDeployer, RemoteDeployer
public interface Deployer
An abstraction of the deployment process.
- Author:
- Lukas Krejci
|
Method Summary |
void |
deploy(CreateResourceReport createResourceReport,
ResourceType resourceType)
Handles the deployment process end to end and updates the createResourceReport with
appropriate results. |
deploy
void deploy(CreateResourceReport createResourceReport,
ResourceType resourceType)
- Handles the deployment process end to end and updates the createResourceReport with
appropriate results.
- Parameters:
createResourceReport - the report to get the deployment fromresourceType - the target resource type
Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.