org.jboss.deployers.spi.deployer.managed
Interface ManagedDeploymentCreator
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: 64837 $
- Author:
- Scott.Stark@jboss.org
|
Method Summary |
org.jboss.managed.api.ManagedDeployment |
build(org.jboss.deployers.structure.spi.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(org.jboss.deployers.structure.spi.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 processmd - - the unit ManagedDeployment
Copyright © 2008 JBoss Inc.. All Rights Reserved.