Class 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.AbstractLifecycleBean
    Provide a Repository Startup Log
    Author:
    davidc
    • Field Summary

      • Fields inherited from class org.springframework.extensions.surf.util.AbstractLifecycleBean

        log
    • Constructor Detail

      • DescriptorStartupLog

        public DescriptorStartupLog()
    • 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:
        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