Interface DeploymentAspectManager


  • public interface DeploymentAspectManager
    A general service deployment manager.
    Since:
    20-Apr-2007
    Author:
    Thomas.Diesler@jboss.com
    • Method Detail

      • getName

        String getName()
        Get the name for this aspect manager
        Returns:
        name of aspect manager
      • getDeploymentAspects

        List<DeploymentAspect> getDeploymentAspects()
        Get the list of registered deployment aspects
        Returns:
        list of registered deployment aspects
      • setDeploymentAspects

        void setDeploymentAspects​(List<DeploymentAspect> aspects)
        Set the list of registered deployment aspects
        Parameters:
        aspects - set of registered deployment aspects
      • deploy

        void deploy​(Deployment dep)
        Deploy a web service
        Parameters:
        dep - web service to deploy
      • undeploy

        void undeploy​(Deployment dep)
        Undeploy a web service
        Parameters:
        dep - web service deployment