org.jboss.deployers.spi.deployer.managed
Interface ManagedComponentCreator<T>
public interface ManagedComponentCreator<T>
A plugin interface for building up the ManagedComponents of
a ManagedDeployment.
- Version:
- $Revision: 64275 $
- Author:
- Scott.Stark@jboss.org
|
Method Summary |
void |
build(org.jboss.deployers.structure.spi.DeploymentUnit unit,
org.jboss.managed.api.ManagedDeployment md,
Set<? extends T> metaData)
Callout to create the ManagedComponents that correspond to
the given metdata. |
build
void build(org.jboss.deployers.structure.spi.DeploymentUnit unit,
org.jboss.managed.api.ManagedDeployment md,
Set<? extends T> metaData)
- Callout to create the ManagedComponents that correspond to
the given metdata.
- Parameters:
unit - - the deployment unit to processmd - - the unit ManagedDeploymentmetaData - - the unit metadata of type T for which the
ManagedComponents should be created.
Copyright © 2008 JBoss Inc.. All Rights Reserved.