public interface VirtWebappRegistryMBean
| 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) |
Boolean |
updateAllVirtualWebapps(Integer version,
String path,
Boolean isRecursive) |
Boolean |
updateVirtualWebapp(Integer version,
String pathToWebapp,
Boolean isRecursive) |
Boolean updateVirtualWebapp(Integer version, String pathToWebapp, Boolean isRecursive)
Boolean updateAllVirtualWebapps(Integer version, String path, Boolean isRecursive)
Boolean removeVirtualWebapp(Integer version, String pathToWebapp, Boolean isRecursive)
Boolean removeAllVirtualWebapps(Integer version, String path, Boolean isRecursive)
String[] getVirtWebapps()
void setDeployer(AVMHostConfig deployer)
Copyright © 2005–2014 Alfresco Software. All rights reserved.