|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.deployers.vfs.deployer.kernel.BeanMetaDataFactoryVisitor<T>
T - exact attachment typepublic abstract class BeanMetaDataFactoryVisitor<T>
BeanMetaDataVisitor.
| Constructor Summary | |
|---|---|
BeanMetaDataFactoryVisitor()
|
|
| Method Summary | |
|---|---|
protected static void |
addBeanComponent(DeploymentUnit unit,
org.jboss.beans.metadata.spi.BeanMetaData bean)
Add bean component. |
void |
deploy(DeploymentUnit unit,
T deployment)
Deploy the deployment |
protected abstract List<org.jboss.beans.metadata.spi.BeanMetaData> |
getBeans(T deployment)
Get beans from deployment. |
protected static void |
removeBeanComponent(DeploymentUnit unit,
org.jboss.beans.metadata.spi.BeanMetaData bean)
Remove bean component. |
protected void |
safeRemoveBeanComponent(DeploymentUnit unit,
org.jboss.beans.metadata.spi.BeanMetaData bean)
Ignore all error during component removal. |
void |
undeploy(DeploymentUnit unit,
T deployment)
Undeploy the deployment |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jboss.deployers.spi.deployer.helpers.DeploymentVisitor |
|---|
getVisitorType |
| Constructor Detail |
|---|
public BeanMetaDataFactoryVisitor()
| Method Detail |
|---|
protected static void addBeanComponent(DeploymentUnit unit,
org.jboss.beans.metadata.spi.BeanMetaData bean)
unit - the deployment unitbean - the bean metadata
protected static void removeBeanComponent(DeploymentUnit unit,
org.jboss.beans.metadata.spi.BeanMetaData bean)
unit - the deployment unitbean - the bean metadata
protected void safeRemoveBeanComponent(DeploymentUnit unit,
org.jboss.beans.metadata.spi.BeanMetaData bean)
unit - the deployment unitbean - the bean metadataprotected abstract List<org.jboss.beans.metadata.spi.BeanMetaData> getBeans(T deployment)
deployment - the deployment
public void deploy(DeploymentUnit unit,
T deployment)
throws DeploymentException
DeploymentVisitor
deploy in interface DeploymentVisitor<T>unit - the deployment unitdeployment - the deployment
DeploymentException - the deployment exception
public void undeploy(DeploymentUnit unit,
T deployment)
DeploymentVisitor
undeploy in interface DeploymentVisitor<T>unit - the deployment unitdeployment - the deployment
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||