Class LifecycleHandlerTest.LcDesc1
- java.lang.Object
-
- test.de.iip_ecosphere.platform.support.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.LifecycleDescriptorA test handler without shutdown hook.- Author:
- Holger Eichelberger, SSE
-
-
Constructor Summary
Constructors Constructor Description LcDesc1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ThreadgetShutdownHook()intpriority()voidshutdown()voidstartup(java.lang.String[] args)
-
-
-
Method Detail
-
startup
public void startup(java.lang.String[] args)
- Specified by:
startupin interfacede.iip_ecosphere.platform.support.LifecycleDescriptor
-
shutdown
public void shutdown()
- Specified by:
shutdownin interfacede.iip_ecosphere.platform.support.LifecycleDescriptor
-
getShutdownHook
public java.lang.Thread getShutdownHook()
- Specified by:
getShutdownHookin interfacede.iip_ecosphere.platform.support.LifecycleDescriptor
-
priority
public int priority()
- Specified by:
priorityin interfacede.iip_ecosphere.platform.support.LifecycleDescriptor
-
-