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(java.lang.String rootdir) |
void |
setStorename(java.lang.String storename) |
void |
setTransactionService(TransactionService transactionService) |
public void setRootdir(java.lang.String rootdir)
rootDir - the rootDir to setpublic void setStorename(java.lang.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 - 2010 Alfresco Software, Inc. All Rights Reserved.