java.lang.Object
de.iip_ecosphere.platform.support.NoOpServer
de.iip_ecosphere.platform.support.aas.basyx2.common.NoOpAasServer
All Implemented Interfaces:
de.iip_ecosphere.platform.support.aas.AasServer, de.iip_ecosphere.platform.support.Server

public class NoOpAasServer extends de.iip_ecosphere.platform.support.NoOpServer implements de.iip_ecosphere.platform.support.aas.AasServer
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    deploy(de.iip_ecosphere.platform.support.aas.Aas aas)
     
    void
    deploy(de.iip_ecosphere.platform.support.aas.Aas aas, de.iip_ecosphere.platform.support.aas.Submodel submodel)
     
    de.iip_ecosphere.platform.support.aas.AasServer
     

    Methods inherited from class de.iip_ecosphere.platform.support.NoOpServer

    stop

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface de.iip_ecosphere.platform.support.Server

    stop
  • Constructor Details

    • NoOpAasServer

      public NoOpAasServer()
  • Method Details

    • deploy

      public void deploy(de.iip_ecosphere.platform.support.aas.Aas aas) throws IOException
      Specified by:
      deploy in interface de.iip_ecosphere.platform.support.aas.AasServer
      Throws:
      IOException
    • deploy

      public void deploy(de.iip_ecosphere.platform.support.aas.Aas aas, de.iip_ecosphere.platform.support.aas.Submodel submodel) throws IOException
      Specified by:
      deploy in interface de.iip_ecosphere.platform.support.aas.AasServer
      Throws:
      IOException
    • start

      public de.iip_ecosphere.platform.support.aas.AasServer start()
      Specified by:
      start in interface de.iip_ecosphere.platform.support.aas.AasServer
      Specified by:
      start in interface de.iip_ecosphere.platform.support.Server
      Overrides:
      start in class de.iip_ecosphere.platform.support.NoOpServer