Class BaSyxDeploymentRecipe.BaSyxImmediateDeploymentRecipe

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

    private class BaSyxDeploymentRecipe.BaSyxImmediateDeploymentRecipe
    extends java.lang.Object
    implements de.iip_ecosphere.platform.support.aas.DeploymentRecipe.ImmediateDeploymentRecipe
    Implements the immediate deployment recipe.
    Author:
    Holger Eichelberger, SSE
    • 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.ImmediateDeploymentRecipe deploy​(de.iip_ecosphere.platform.support.aas.Aas aas)  
      • Methods inherited from class java.lang.Object

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

      • BaSyxImmediateDeploymentRecipe

        private BaSyxImmediateDeploymentRecipe()
    • Method Detail

      • deploy

        public de.iip_ecosphere.platform.support.aas.DeploymentRecipe.ImmediateDeploymentRecipe deploy​(de.iip_ecosphere.platform.support.aas.Aas aas)
        Specified by:
        deploy in interface de.iip_ecosphere.platform.support.aas.DeploymentRecipe.ImmediateDeploymentRecipe
      • 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.ImmediateDeploymentRecipe