|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.appserver.GenericApplicationServerManager
public class GenericApplicationServerManager
Generic application server manager implementation. This implementation does not support deployment operations.
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 |
---|
public GenericApplicationServerManager()
Method Detail |
---|
public IAppServerDeployer getDeployer() throws PortalException
IApplicationServerManager
getDeployer
in interface IApplicationServerManager
PortalException
public void deployWar(ZipFile warFile, String contextPath) throws PortalException
IAppServerDeployer
deployWar
in interface IAppServerDeployer
warFile
- the war file.contextPath
- the context path.
PortalException
public void redeployWar(ZipFile warFile, String contextPath) throws PortalException
IAppServerDeployer
redeployWar
in interface IAppServerDeployer
warFile
- the war file.contextPath
- the context path.
PortalException
public void undeployWar(String contextPath) throws PortalException
IAppServerDeployer
undeployWar
in interface IAppServerDeployer
contextPath
- the context path.
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |