lumis.portal.appserver
Interface IAppServerDeployer

Package class diagram package IAppServerDeployer
All Known Implementing Classes:
GenericApplicationServerManager

public interface IAppServerDeployer

Defines the method a deployer of application server resources must implement.

Since:
4.0.7

Method Summary
 void deployWar(ZipFile warFile, String contextPath)
          Deploys the given war file to the specified context path.
 void redeployWar(ZipFile warFile, String contextPath)
          Redeploy the given war file to the specified context path.
 void undeployWar(String contextPath)
          Undeploys the war at the specified context path.
 

Method Detail

deployWar

void deployWar(ZipFile warFile,
               String contextPath)
               throws PortalException
Deploys the given war file to the specified context path.

Parameters:
warFile - the war file.
contextPath - the context path.
Throws:
PortalException
Since:
4.0.7

redeployWar

void redeployWar(ZipFile warFile,
                 String contextPath)
                 throws PortalException
Redeploy the given war file to the specified context path.

Parameters:
warFile - the war file.
contextPath - the context path.
Throws:
PortalException
Since:
4.0.7

undeployWar

void undeployWar(String contextPath)
                 throws PortalException
Undeploys the war at the specified context path.

Parameters:
contextPath - the context path.
Throws:
PortalException
Since:
4.0.7


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.