Class LifecycleHandlerTest.LcDesc1

  • All Implemented Interfaces:
    de.iip_ecosphere.platform.support.LifecycleDescriptor
    Enclosing class:
    LifecycleHandlerTest

    public static class LifecycleHandlerTest.LcDesc1
    extends java.lang.Object
    implements de.iip_ecosphere.platform.support.LifecycleDescriptor
    A test handler without shutdown hook.
    Author:
    Holger Eichelberger, SSE
    • Field Summary

      • Fields inherited from interface de.iip_ecosphere.platform.support.LifecycleDescriptor

        AAS_PRIORITY, CMD_LINE_PRIORITY, INIT_PRIORITY
    • Constructor Summary

      Constructors 
      Constructor Description
      LcDesc1()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Thread getShutdownHook()  
      int priority()  
      void shutdown()  
      void startup​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LcDesc1

        public LcDesc1()
    • Method Detail

      • startup

        public void startup​(java.lang.String[] args)
        Specified by:
        startup in interface de.iip_ecosphere.platform.support.LifecycleDescriptor
      • shutdown

        public void shutdown()
        Specified by:
        shutdown in interface de.iip_ecosphere.platform.support.LifecycleDescriptor
      • getShutdownHook

        public java.lang.Thread getShutdownHook()
        Specified by:
        getShutdownHook in interface de.iip_ecosphere.platform.support.LifecycleDescriptor
      • priority

        public int priority()
        Specified by:
        priority in interface de.iip_ecosphere.platform.support.LifecycleDescriptor