lumis.portal.appserver
Class GenericApplicationServerManager

Package class diagram package GenericApplicationServerManager
java.lang.Object
  extended by lumis.portal.appserver.GenericApplicationServerManager
All Implemented Interfaces:
IApplicationServerManager, IAppServerDeployer

public class GenericApplicationServerManager
extends Object
implements IApplicationServerManager, IAppServerDeployer

Generic application server manager implementation. This implementation does not support deployment operations.

Since:
4.2.0

Constructor Summary
GenericApplicationServerManager()
           
 
Method Summary
 void deployWar(ZipFile warFile, String contextPath)
          Deploys the given war file to the specified context path.
 IAppServerDeployer getDeployer()
          Returns the deployer for this application server.
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericApplicationServerManager

public GenericApplicationServerManager()
Method Detail

getDeployer

public IAppServerDeployer getDeployer()
                               throws PortalException
Description copied from interface: IApplicationServerManager
Returns the deployer for this application server.

Specified by:
getDeployer in interface IApplicationServerManager
Returns:
the deployer for this application server.
Throws:
PortalException

deployWar

public void deployWar(ZipFile warFile,
                      String contextPath)
               throws PortalException
Description copied from interface: IAppServerDeployer
Deploys the given war file to the specified context path.

Specified by:
deployWar in interface IAppServerDeployer
Parameters:
warFile - the war file.
contextPath - the context path.
Throws:
PortalException

redeployWar

public void redeployWar(ZipFile warFile,
                        String contextPath)
                 throws PortalException
Description copied from interface: IAppServerDeployer
Redeploy the given war file to the specified context path.

Specified by:
redeployWar in interface IAppServerDeployer
Parameters:
warFile - the war file.
contextPath - the context path.
Throws:
PortalException

undeployWar

public void undeployWar(String contextPath)
                 throws PortalException
Description copied from interface: IAppServerDeployer
Undeploys the war at the specified context path.

Specified by:
undeployWar in interface IAppServerDeployer
Parameters:
contextPath - the context path.
Throws:
PortalException


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.