|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeploymentAspectManager
A general service deployment manager.
Method Summary | |
---|---|
void |
deploy(Deployment dep)
Deploy a web service |
java.util.List<DeploymentAspect> |
getDeploymentAspects()
Get the list of registered deployment aspects |
java.lang.String |
getName()
Get the name for this aspect manager |
DeploymentAspectManager |
getParent()
Get the optional parent for this manager |
void |
setDeploymentAspects(java.util.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 |
Method Detail |
---|
java.lang.String getName()
DeploymentAspectManager getParent()
void setParent(DeploymentAspectManager dam)
java.util.List<DeploymentAspect> getDeploymentAspects()
void setDeploymentAspects(java.util.List<DeploymentAspect> aspects)
void deploy(Deployment dep)
void undeploy(Deployment dep)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |