Class BaSyxDeploymentRecipe.BaSyxRegistryDeploymentRecipe
java.lang.Object
de.iip_ecosphere.platform.support.aas.basyx.BaSyxDeploymentRecipe.BaSyxRegistryDeploymentRecipe
- All Implemented Interfaces:
de.iip_ecosphere.platform.support.aas.DeploymentRecipe.RegistryDeploymentRecipe
- Enclosing class:
- BaSyxDeploymentRecipe
private class BaSyxDeploymentRecipe.BaSyxRegistryDeploymentRecipe extends Object implements de.iip_ecosphere.platform.support.aas.DeploymentRecipe.RegistryDeploymentRecipe
Implements the registry deployment recipe.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields Modifier and Type Field Description private de.iip_ecosphere.platform.support.Endpointendpoint -
Constructor Summary
Constructors Modifier Constructor Description privateBaSyxRegistryDeploymentRecipe(de.iip_ecosphere.platform.support.Endpoint endpoint)Creates an instance. -
Method Summary
Modifier and Type Method Description de.iip_ecosphere.platform.support.aas.AasServercreateServer(String... options)de.iip_ecosphere.platform.support.aas.RegistryobtainRegistry()
-
Field Details
-
endpoint
private de.iip_ecosphere.platform.support.Endpoint endpoint
-
-
Constructor Details
-
BaSyxRegistryDeploymentRecipe
private BaSyxRegistryDeploymentRecipe(de.iip_ecosphere.platform.support.Endpoint endpoint)Creates an instance.- Parameters:
endpoint- the registry endpoint
-
-
Method Details
-
obtainRegistry
- Specified by:
obtainRegistryin interfacede.iip_ecosphere.platform.support.aas.DeploymentRecipe.RegistryDeploymentRecipe- Throws:
IOException
-
createServer
- Specified by:
createServerin interfacede.iip_ecosphere.platform.support.aas.DeploymentRecipe.RegistryDeploymentRecipe
-