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$ $Date$
-
-
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
-
-