Class 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.PidLifecycleDescriptor
    Platform lifecycle descriptor for monitoring.
    Author:
    Holger Eichelberger, SSE
    • Field Summary

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

        AAS_PRIORITY, CMD_LINE_PRIORITY, INIT_PRIORITY
    • Constructor Detail

      • MonitoringLifecycleDescriptor

        public MonitoringLifecycleDescriptor()
    • 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
      • getPidFileName

        public java.lang.String getPidFileName()
        Specified by:
        getPidFileName in interface de.iip_ecosphere.platform.support.PidLifecycleDescriptor