public interface DeploymentAspectManager
Modifier and Type | Method and Description |
---|---|
void |
deploy(Deployment dep)
Deploy a web service
|
List<DeploymentAspect> |
getDeploymentAspects()
Get the list of registered deployment aspects
|
String |
getName()
Get the name for this aspect manager
|
DeploymentAspectManager |
getParent()
Get the optional parent for this manager
|
void |
setDeploymentAspects(List<DeploymentAspect> aspects)
Set the list of registered deployment aspects
|
void |
setParent(DeploymentAspectManager dam)
Set the optional parent for this manager
|
void |
undeploy(Deployment dep)
Undeploy a web service
|
String getName()
DeploymentAspectManager getParent()
void setParent(DeploymentAspectManager dam)
List<DeploymentAspect> getDeploymentAspects()
void setDeploymentAspects(List<DeploymentAspect> aspects)
void deploy(Deployment dep)
void undeploy(Deployment dep)
Copyright © 2016 JBoss, by Red Hat. All rights reserved.