| Package | Description |
|---|---|
| de.iip_ecosphere.platform.support.iip_aas |
The IIP-Ecosphere AAS functions.
|
| Modifier and Type | Field and Description |
|---|---|
private AasPartRegistry.AasSetup |
AasConfiguration.aas |
private static AasPartRegistry.AasSetup |
AasPartRegistry.setup |
| Modifier and Type | Field and Description |
|---|---|
private Supplier<AasPartRegistry.AasSetup> |
AbstractAasLifecycleDescriptor.setupSupplier |
| Modifier and Type | Method and Description |
|---|---|
static <A extends AasPartRegistry.AasSetup> |
AasPartRegistry.AasSetup.createLocalEphemeralSetup(A setup,
boolean regPortSame,
Supplier<A> supplier)
Returns a default setup with all hosts to
ServerAddress.LOCALHOST and all ports to ephemeral. |
| Modifier and Type | Method and Description |
|---|---|
static AasPartRegistry.AasSetup |
AasPartRegistry.AasSetup.createLocalEphemeralSetup()
Returns a default setup with all hosts to
ServerAddress.LOCALHOST and all ports to ephemeral
while the registry port is the same as the aas port. |
static AasPartRegistry.AasSetup |
AasPartRegistry.AasSetup.createLocalEphemeralSetup(AasPartRegistry.AasSetup setup,
boolean regPortSame)
Returns a default setup with all hosts to
ServerAddress.LOCALHOST and all ports to ephemeral. |
AasPartRegistry.AasSetup |
AasConfiguration.getAas()
Returns the AAS setup.
|
static AasPartRegistry.AasSetup |
AasPartRegistry.setAasSetup(AasPartRegistry.AasSetup aasSetup)
Defines the AAS setup.
|
| Modifier and Type | Method and Description |
|---|---|
static AasPartRegistry.AasSetup |
AasPartRegistry.AasSetup.createLocalEphemeralSetup(AasPartRegistry.AasSetup setup,
boolean regPortSame)
Returns a default setup with all hosts to
ServerAddress.LOCALHOST and all ports to ephemeral. |
void |
AasConfiguration.setAas(AasPartRegistry.AasSetup aas)
Defines the AAS setup.
|
static AasPartRegistry.AasSetup |
AasPartRegistry.setAasSetup(AasPartRegistry.AasSetup aasSetup)
Defines the AAS setup.
|
| Constructor and Description |
|---|
AbstractAasLifecycleDescriptor(String name,
Supplier<AasPartRegistry.AasSetup> setupSupplier)
Creates a descriptor instance.
|
Copyright © 2021. All rights reserved.