org.jboss.deployers.spi.deployer.managed
Interface ManagedComponentCreator<T>
- Type Parameters:
T
- the metadata type
public interface ManagedComponentCreator<T>
A plugin interface for building up the ManagedComponents of
a ManagedDeployment.
- Version:
- $Revision: 69883 $
- Author:
- Scott.Stark@jboss.org
Method Summary |
void |
build(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(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 © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.