Class NoOpAasServer
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 -
Method Summary
Methods inherited from class de.iip_ecosphere.platform.support.NoOpServer
stopMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.iip_ecosphere.platform.support.Server
stop
-
Constructor Details
-
NoOpAasServer
public NoOpAasServer()
-
-
Method Details
-
deploy
- Specified by:
deployin interfacede.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:
deployin interfacede.iip_ecosphere.platform.support.aas.AasServer- Throws:
IOException
-
start
public de.iip_ecosphere.platform.support.aas.AasServer start()- Specified by:
startin interfacede.iip_ecosphere.platform.support.aas.AasServer- Specified by:
startin interfacede.iip_ecosphere.platform.support.Server- Overrides:
startin classde.iip_ecosphere.platform.support.NoOpServer
-