Interface IJBossProfileManagerDeployer

  • All Known Implementing Classes:
    JBossDeployer

    public interface IJBossProfileManagerDeployer
    The generic interface for a JBoss deployer that uses the JBoss profile manager.
    • Method Detail

      • deploy

        void deploy​(File deploymentFile,
                    String deploymentName)
             throws Exception
        Deploys an application.
        Parameters:
        deploymentFile - File to deploy from local.
        deploymentName - Name of the deployment on the remote server.
        Throws:
        Exception - If anything bad occurs.
      • undeploy

        void undeploy​(String deploymentName)
               throws Exception
        Undeploys an application.
        Parameters:
        deploymentName - Name of the deployment on the remote server.
        Throws:
        Exception - If anything bad occurs.