Class MonitoringLifecycleDescriptor
- java.lang.Object
-
- de.iip_ecosphere.platform.monitoring.MonitoringLifecycleDescriptor
-
- All Implemented Interfaces:
de.iip_ecosphere.platform.support.LifecycleDescriptor,de.iip_ecosphere.platform.support.PidLifecycleDescriptor
public class MonitoringLifecycleDescriptor extends java.lang.Object implements de.iip_ecosphere.platform.support.LifecycleDescriptor, de.iip_ecosphere.platform.support.PidLifecycleDescriptorPlatform lifecycle descriptor for monitoring.- Author:
- Holger Eichelberger, SSE
-
-
Constructor Summary
Constructors Constructor Description MonitoringLifecycleDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPidFileName()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
-
getPidFileName
public java.lang.String getPidFileName()
- Specified by:
getPidFileNamein interfacede.iip_ecosphere.platform.support.PidLifecycleDescriptor
-
-