Class AasLifecycleTest.MyAasLifecycle
java.lang.Object
de.iip_ecosphere.platform.support.iip_aas.AbstractAasLifecycleDescriptor
test.de.iip_ecosphere.platform.support.iip_aas.AasLifecycleTest.MyAasLifecycle
- All Implemented Interfaces:
de.iip_ecosphere.platform.support.LifecycleDescriptor
- Enclosing class:
AasLifecycleTest
private static class AasLifecycleTest.MyAasLifecycle
extends de.iip_ecosphere.platform.support.iip_aas.AbstractAasLifecycleDescriptor
A test lifecycle descriptor.
- 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
ConstructorsModifierConstructorDescriptionprotectedMyAasLifecycle(String name, Supplier<de.iip_ecosphere.platform.support.iip_aas.AasPartRegistry.AasSetup> setupSupplier) 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