Class SpringEventHandlerLoader

java.lang.Object
com.fluxtion.server.plugin.spring.SpringEventHandlerLoader
All Implemented Interfaces:
com.fluxtion.runtime.lifecycle.Lifecycle

public class SpringEventHandlerLoader extends Object implements com.fluxtion.runtime.lifecycle.Lifecycle
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
     

    Nested classes/interfaces inherited from interface com.fluxtion.runtime.lifecycle.Lifecycle

    com.fluxtion.runtime.lifecycle.Lifecycle.LifecycleEvent
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    adminRegistry(com.fluxtion.server.service.admin.AdminCommandRegistry adminCommandRegistry, String name)
     
    void
    fluxtionServer(com.fluxtion.server.service.servercontrol.FluxtionServerController serverController, String name)
     
    void
     
    void
     
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.fluxtion.runtime.lifecycle.Lifecycle

    startComplete, stop
  • Constructor Details

    • SpringEventHandlerLoader

      public SpringEventHandlerLoader()
  • Method Details

    • init

      public void init()
      Specified by:
      init in interface com.fluxtion.runtime.lifecycle.Lifecycle
    • adminRegistry

      public void adminRegistry(com.fluxtion.server.service.admin.AdminCommandRegistry adminCommandRegistry, String name)
    • fluxtionServer

      public void fluxtionServer(com.fluxtion.server.service.servercontrol.FluxtionServerController serverController, String name)
    • start

      public void start()
      Specified by:
      start in interface com.fluxtion.runtime.lifecycle.Lifecycle
    • tearDown

      public void tearDown()
      Specified by:
      tearDown in interface com.fluxtion.runtime.lifecycle.Lifecycle