org.smartfrog.sfcore.componentdescription
Interface ComponentDeployer
- All Known Implementing Classes:
- PrimDeployerImpl, PrimHostDeployerImpl, PrimProcessDeployerImpl
public interface ComponentDeployer
Defines the access point to deploy a component description. The class
implementing this interface should have been parametrized with the
description it is to work on
deploy
Prim deploy(Reference name,
Prim parent,
Context params)
throws SmartFrogDeploymentException
- Deploys description for which this deployer was created.
- Parameters:
name - name of embedded description to deploy (can be null)parent - parent for deployed componentparams - parameters to add before deployment (can be null)
- Returns:
- deployer component
- Throws:
SmartFrogDeploymentException - failed to deploy
(C) Copyright 1998-2006 Hewlett-Packard Development Company, LP