Class BaSyxDeploymentRecipe.BaSyxRegistryDeploymentRecipe
java.lang.Object
de.iip_ecosphere.platform.support.aas.basyx2.server.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 -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateBaSyxRegistryDeploymentRecipe(de.iip_ecosphere.platform.support.aas.SetupSpec spec) Creates an instance. -
Method Summary
Modifier and TypeMethodDescriptionde.iip_ecosphere.platform.support.aas.AasServercreateServer(String... options) de.iip_ecosphere.platform.support.aas.DeploymentRecipe.RegistryDeploymentRecipedeploy(de.iip_ecosphere.platform.support.aas.Aas aas) de.iip_ecosphere.platform.support.aas.Registry
-
Field Details
-
spec
private de.iip_ecosphere.platform.support.aas.SetupSpec spec
-
-
Constructor Details
-
BaSyxRegistryDeploymentRecipe
private BaSyxRegistryDeploymentRecipe(de.iip_ecosphere.platform.support.aas.SetupSpec spec) Creates an instance.- Parameters:
spec- the setup specification
-
-
Method Details
-
obtainRegistry
- Specified by:
obtainRegistryin interfacede.iip_ecosphere.platform.support.aas.DeploymentRecipe.RegistryDeploymentRecipe- Throws:
IOException
-
deploy
public de.iip_ecosphere.platform.support.aas.DeploymentRecipe.RegistryDeploymentRecipe deploy(de.iip_ecosphere.platform.support.aas.Aas aas) throws IOException - Specified by:
deployin interfacede.iip_ecosphere.platform.support.aas.DeploymentRecipe.RegistryDeploymentRecipe- Throws:
IOException
-
createServer
- Specified by:
createServerin interfacede.iip_ecosphere.platform.support.aas.DeploymentRecipe.RegistryDeploymentRecipe
-