Package org.alfresco.repo.descriptor
Class DescriptorStartupLog
- java.lang.Object
-
- org.springframework.extensions.surf.util.AbstractLifecycleBean
-
- org.alfresco.repo.descriptor.DescriptorStartupLog
-
- All Implemented Interfaces:
java.util.EventListener,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener
public class DescriptorStartupLog extends org.springframework.extensions.surf.util.AbstractLifecycleBeanProvide a Repository Startup Log- Author:
- davidc
-
-
Constructor Summary
Constructors Constructor Description DescriptorStartupLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidonBootstrap(org.springframework.context.ApplicationEvent event)protected voidonShutdown(org.springframework.context.ApplicationEvent event)voidsetDescriptorService(DescriptorService descriptorService)voidsetServerModeProvider(ServerModeProvider serverModeProvider)voidsetTransactionService(TransactionService transactionService)
-
-
-
Method Detail
-
setDescriptorService
public void setDescriptorService(DescriptorService descriptorService)
- Parameters:
descriptorService- Descriptor Service
-
setTransactionService
public void setTransactionService(TransactionService transactionService)
- Parameters:
transactionService- service to tell about read-write mode
-
setServerModeProvider
public void setServerModeProvider(ServerModeProvider serverModeProvider)
-
onBootstrap
protected void onBootstrap(org.springframework.context.ApplicationEvent event)
- Specified by:
onBootstrapin classorg.springframework.extensions.surf.util.AbstractLifecycleBean
-
onShutdown
protected void onShutdown(org.springframework.context.ApplicationEvent event)
- Specified by:
onShutdownin classorg.springframework.extensions.surf.util.AbstractLifecycleBean
-
-