Package lumis.portal.appserver
Class TomcatAppServerManager
- java.lang.Object
-
- lumis.portal.appserver.TomcatAppServerManager
-
- All Implemented Interfaces:
IApplicationServerManager
public class TomcatAppServerManager extends Object implements IApplicationServerManager
Implementation for the tomcat application server.- Since:
- 4.0.7
- Version:
- $Revision: 4963 $ $Date: 2006-11-03 14:45:45 -0300 (Fri, 03 Nov 2006) $
-
-
Constructor Summary
Constructors Constructor Description TomcatAppServerManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IAppServerDeployer
getDeployer()
Returns the deployer for this application server.
-
-
-
Method Detail
-
getDeployer
public IAppServerDeployer getDeployer()
Description copied from interface:IApplicationServerManager
Returns the deployer for this application server.- Specified by:
getDeployer
in interfaceIApplicationServerManager
- Returns:
- the deployer for this application server.
-
-