|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAppServerDeployer
Defines the method a deployer of application server resources must implement.
Method Summary | |
---|---|
void |
deployWar(java.util.zip.ZipFile warFile,
java.lang.String contextPath)
Deploys the given war file to the specified context path. |
void |
redeployWar(java.util.zip.ZipFile warFile,
java.lang.String contextPath)
Redeploy the given war file to the specified context path. |
void |
undeployWar(java.lang.String contextPath)
Undeploys the war at the specified context path. |
Method Detail |
---|
void deployWar(java.util.zip.ZipFile warFile, java.lang.String contextPath) throws PortalException
warFile
- the war file.contextPath
- the context path.
PortalException
void redeployWar(java.util.zip.ZipFile warFile, java.lang.String contextPath) throws PortalException
warFile
- the war file.contextPath
- the context path.
PortalException
void undeployWar(java.lang.String contextPath) throws PortalException
contextPath
- the context path.
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |