public class VirtWebappRegistry extends Object implements VirtWebappRegistryMBean
| Constructor and Description |
|---|
VirtWebappRegistry() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getVirtWebapps() |
Boolean |
removeAllVirtualWebapps(Integer version,
String path,
Boolean isRecursive) |
Boolean |
removeVirtualWebapp(Integer version,
String pathToWebapp,
Boolean isRecursive) |
void |
setDeployer(AVMHostConfig deployer)
Sets AVMHostConfig webapp deployer
The deployer handles the actual load/reload/unload of webapps
|
Boolean |
updateAllVirtualWebapps(Integer version,
String path,
Boolean isRecursive) |
Boolean |
updateVirtualWebapp(Integer version,
String pathToWebapp,
Boolean isRecursive) |
public Boolean updateVirtualWebapp(Integer version, String pathToWebapp, Boolean isRecursive)
updateVirtualWebapp in interface VirtWebappRegistryMBeanpublic Boolean updateAllVirtualWebapps(Integer version, String path, Boolean isRecursive)
updateAllVirtualWebapps in interface VirtWebappRegistryMBeanpublic Boolean removeVirtualWebapp(Integer version, String pathToWebapp, Boolean isRecursive)
removeVirtualWebapp in interface VirtWebappRegistryMBeanpublic Boolean removeAllVirtualWebapps(Integer version, String path, Boolean isRecursive)
removeAllVirtualWebapps in interface VirtWebappRegistryMBeanpublic String[] getVirtWebapps()
getVirtWebapps in interface VirtWebappRegistryMBeanpublic void setDeployer(AVMHostConfig deployer)
setDeployer in interface VirtWebappRegistryMBeanCopyright © 2005–2014 Alfresco Software. All rights reserved.