Class TraceToAasServiceMain.MyLifecycleDescriptor
java.lang.Object
de.iip_ecosphere.platform.support.iip_aas.AbstractAasLifecycleDescriptor
test.de.iip_ecosphere.platform.services.environment.services.TraceToAasServiceMain.MyLifecycleDescriptor
- All Implemented Interfaces:
de.iip_ecosphere.platform.support.LifecycleDescriptor
- Enclosing class:
TraceToAasServiceMain
private static class TraceToAasServiceMain.MyLifecycleDescriptor
extends de.iip_ecosphere.platform.support.iip_aas.AbstractAasLifecycleDescriptor
An internal lifecycle descriptor (mocking the platform).
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields inherited from class de.iip_ecosphere.platform.support.iip_aas.AbstractAasLifecycleDescriptor
PARAM_IIP_PORTFields inherited from interface de.iip_ecosphere.platform.support.LifecycleDescriptor
AAS_PRIORITY, CMD_LINE_PRIORITY, INIT_PRIORITY -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMyLifecycleDescriptor(de.iip_ecosphere.platform.support.iip_aas.AasPartRegistry.AasSetup setup) Creates a descriptor instance. -
Method Summary
Methods inherited from class de.iip_ecosphere.platform.support.iip_aas.AbstractAasLifecycleDescriptor
enableAasHeartbeat, getAasSetup, getContributorFilter, getOverridePortArg, getShutdownHook, iipAasExists, priority, setWaitForIipAas, shutdown, startup, waitForAasServer
-
Constructor Details
-
MyLifecycleDescriptor
protected MyLifecycleDescriptor(de.iip_ecosphere.platform.support.iip_aas.AasPartRegistry.AasSetup setup) Creates a descriptor instance.- Parameters:
setup- the AAS setup
-