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
    Modifier and Type
    Field
    Description
    private de.iip_ecosphere.platform.support.aas.SetupSpec
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
    BaSyxRegistryDeploymentRecipe(de.iip_ecosphere.platform.support.aas.SetupSpec spec)
    Creates an instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    de.iip_ecosphere.platform.support.aas.AasServer
    createServer(String... options)
     
    de.iip_ecosphere.platform.support.aas.DeploymentRecipe.RegistryDeploymentRecipe
    deploy(de.iip_ecosphere.platform.support.aas.Aas aas)
     
    de.iip_ecosphere.platform.support.aas.Registry
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public de.iip_ecosphere.platform.support.aas.Registry obtainRegistry() throws IOException
      Specified by:
      obtainRegistry in interface de.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:
      deploy in interface de.iip_ecosphere.platform.support.aas.DeploymentRecipe.RegistryDeploymentRecipe
      Throws:
      IOException
    • createServer

      public de.iip_ecosphere.platform.support.aas.AasServer createServer(String... options)
      Specified by:
      createServer in interface de.iip_ecosphere.platform.support.aas.DeploymentRecipe.RegistryDeploymentRecipe