public class SiteAVMBootstrap
extends org.springframework.extensions.surf.util.AbstractLifecycleBean
| Constructor and Description |
|---|
SiteAVMBootstrap() |
| Modifier and Type | Method and Description |
|---|---|
void |
bootstrap()
Bootstrap the AVM store
|
protected void |
onBootstrap(org.springframework.context.ApplicationEvent event) |
protected void |
onShutdown(org.springframework.context.ApplicationEvent event) |
void |
setAvmService(AVMService avmService) |
void |
setPermissionService(org.alfresco.service.cmr.security.PermissionService permissionService) |
void |
setRootdir(String rootdir) |
void |
setStorename(String storename) |
void |
setTransactionService(TransactionService transactionService) |
public void setRootdir(String rootdir)
rootDir - the rootDir to setpublic void setStorename(String storename)
storeName - the storeName to setpublic void setAvmService(AVMService avmService)
avmService - the AVMService avmService to setpublic void setPermissionService(org.alfresco.service.cmr.security.PermissionService permissionService)
permissionService - the PermissionService to setpublic void setTransactionService(TransactionService transactionService)
protected void onBootstrap(org.springframework.context.ApplicationEvent event)
onBootstrap in class org.springframework.extensions.surf.util.AbstractLifecycleBeanpublic void bootstrap()
protected void onShutdown(org.springframework.context.ApplicationEvent event)
onShutdown in class org.springframework.extensions.surf.util.AbstractLifecycleBeanCopyright © 2005–2014 Alfresco Software. All rights reserved.