Package lumis.portal.appserver
Interface IApplicationServerManager
-
- All Known Implementing Classes:
GenericApplicationServerManager
,TomcatAppServerManager
public interface IApplicationServerManager
Access point to application server specific data.- Since:
- 4.0.7
- Version:
- $Revision: 6296 $ $Date: 2007-03-29 17:31:15 -0300 (Thu, 29 Mar 2007) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IAppServerDeployer
getDeployer()
Returns the deployer for this application server.
-
-
-
Method Detail
-
getDeployer
IAppServerDeployer getDeployer() throws PortalException
Returns the deployer for this application server.- Returns:
- the deployer for this application server.
- Throws:
PortalException
- Since:
- 4.0.7
-
-