Class DescriptorStartupLog

java.lang.Object
org.springframework.extensions.surf.util.AbstractLifecycleBean
org.alfresco.repo.descriptor.DescriptorStartupLog
All Implemented Interfaces:
EventListener, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener

public class DescriptorStartupLog extends org.springframework.extensions.surf.util.AbstractLifecycleBean
Provide a Repository Startup Log
Author:
davidc
  • Constructor Details

    • DescriptorStartupLog

      public DescriptorStartupLog()
  • Method Details

    • 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:
      onBootstrap in class org.springframework.extensions.surf.util.AbstractLifecycleBean
    • onShutdown

      protected void onShutdown(org.springframework.context.ApplicationEvent event)
      Specified by:
      onShutdown in class org.springframework.extensions.surf.util.AbstractLifecycleBean