org.jboss.deployers.spi.deployer.managed
Interface ManagedDeploymentCreator
- All Known Implementing Classes:
- DefaultManagedDeploymentCreator
public interface ManagedDeploymentCreator
A plugin interface for building up a ManagedDeployment.
TODO: Generally an implementation would make use of registered
ManagedComponentCreator instances. Should the ManagedComponentCreator
registry be part of this interface?
- Version:
- $Revision: 69883 $
- Author:
- Scott.Stark@jboss.org
Method Summary |
org.jboss.managed.api.ManagedDeployment |
build(DeploymentUnit unit,
Map<String,org.jboss.managed.api.ManagedObject> unitMOs,
org.jboss.managed.api.ManagedDeployment parent)
Build up the deployment management view. |
build
org.jboss.managed.api.ManagedDeployment build(DeploymentUnit unit,
Map<String,org.jboss.managed.api.ManagedObject> unitMOs,
org.jboss.managed.api.ManagedDeployment parent)
- Build up the deployment management view.
- Parameters:
unit
- - the deployment unit to processunitMOs
- - the managed objectsparent
- - the parent
- Returns:
- the managed deployment
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.