public class ModuleStarter
extends org.springframework.extensions.surf.util.AbstractLifecycleBean
| Constructor and Description |
|---|
ModuleStarter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onBootstrap(org.springframework.context.ApplicationEvent event) |
protected void |
onShutdown(org.springframework.context.ApplicationEvent event) |
void |
setModuleService(ModuleService moduleService) |
void |
setTransactionService(TransactionService transactionService) |
public void setTransactionService(TransactionService transactionService)
transactionService - provides the retrying transactionpublic void setModuleService(ModuleService moduleService)
moduleService - the service that will do the actual work.protected void onBootstrap(org.springframework.context.ApplicationEvent event)
onBootstrap in class org.springframework.extensions.surf.util.AbstractLifecycleBeanprotected void onShutdown(org.springframework.context.ApplicationEvent event)
onShutdown in class org.springframework.extensions.surf.util.AbstractLifecycleBeanCopyright © 2005–2018 Alfresco Software. All rights reserved.