Class BaSyxDeploymentRecipe.BaSyxRegistryDeploymentRecipe

  • All Implemented Interfaces:
    de.iip_ecosphere.platform.support.aas.DeploymentRecipe.RegistryDeploymentRecipe
    Enclosing class:
    BaSyxDeploymentRecipe

    private class BaSyxDeploymentRecipe.BaSyxRegistryDeploymentRecipe
    extends java.lang.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.Endpoint endpoint  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private BaSyxRegistryDeploymentRecipe​(de.iip_ecosphere.platform.support.Endpoint endpoint)
      Creates an instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      de.iip_ecosphere.platform.support.aas.AasServer createServer​(java.lang.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 obtainRegistry()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • endpoint

        private de.iip_ecosphere.platform.support.Endpoint endpoint
    • Constructor Detail

      • BaSyxRegistryDeploymentRecipe

        private BaSyxRegistryDeploymentRecipe​(de.iip_ecosphere.platform.support.Endpoint endpoint)
        Creates an instance.
        Parameters:
        endpoint - the registry endpoint
    • Method Detail

      • obtainRegistry

        public de.iip_ecosphere.platform.support.aas.Registry obtainRegistry()
                                                                      throws java.io.IOException
        Specified by:
        obtainRegistry in interface de.iip_ecosphere.platform.support.aas.DeploymentRecipe.RegistryDeploymentRecipe
        Throws:
        java.io.IOException
      • deploy

        public de.iip_ecosphere.platform.support.aas.DeploymentRecipe.RegistryDeploymentRecipe deploy​(de.iip_ecosphere.platform.support.aas.Aas aas)
        Specified by:
        deploy in interface de.iip_ecosphere.platform.support.aas.DeploymentRecipe.RegistryDeploymentRecipe
      • createServer

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