Class FakeServerReceipe
- java.lang.Object
-
- test.de.iip_ecosphere.platform.support.fakeAas.FakeServerReceipe
-
- All Implemented Interfaces:
de.iip_ecosphere.platform.support.aas.ServerRecipe
public class FakeServerReceipe extends java.lang.Object implements de.iip_ecosphere.platform.support.aas.ServerRecipeImplements a fake server recipe.- Author:
- Holger Eichelberger, SSE
-
-
Constructor Summary
Constructors Constructor Description FakeServerReceipe()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.iip_ecosphere.platform.support.aas.AasServercreateAasServer(de.iip_ecosphere.platform.support.Endpoint endpoint, de.iip_ecosphere.platform.support.aas.ServerRecipe.PersistenceType persistence, de.iip_ecosphere.platform.support.Endpoint registry, de.iip_ecosphere.platform.support.net.KeyStoreDescriptor kstore, java.lang.String... options)de.iip_ecosphere.platform.support.aas.AasServercreateAasServer(de.iip_ecosphere.platform.support.Endpoint endpoint, de.iip_ecosphere.platform.support.aas.ServerRecipe.PersistenceType persistence, de.iip_ecosphere.platform.support.Endpoint registry, java.lang.String... options)de.iip_ecosphere.platform.support.ServercreateRegistryServer(de.iip_ecosphere.platform.support.Endpoint endpoint, de.iip_ecosphere.platform.support.aas.ServerRecipe.PersistenceType persistence, de.iip_ecosphere.platform.support.net.KeyStoreDescriptor kstore, java.lang.String... options)de.iip_ecosphere.platform.support.ServercreateRegistryServer(de.iip_ecosphere.platform.support.Endpoint endpoint, de.iip_ecosphere.platform.support.aas.ServerRecipe.PersistenceType persistence, java.lang.String... options)de.iip_ecosphere.platform.support.aas.ServerRecipe.PersistenceTypetoPersistenceType(java.lang.String type)
-
-
-
Method Detail
-
createAasServer
public de.iip_ecosphere.platform.support.aas.AasServer createAasServer(de.iip_ecosphere.platform.support.Endpoint endpoint, de.iip_ecosphere.platform.support.aas.ServerRecipe.PersistenceType persistence, de.iip_ecosphere.platform.support.Endpoint registry, java.lang.String... options)- Specified by:
createAasServerin interfacede.iip_ecosphere.platform.support.aas.ServerRecipe
-
createAasServer
public de.iip_ecosphere.platform.support.aas.AasServer createAasServer(de.iip_ecosphere.platform.support.Endpoint endpoint, de.iip_ecosphere.platform.support.aas.ServerRecipe.PersistenceType persistence, de.iip_ecosphere.platform.support.Endpoint registry, de.iip_ecosphere.platform.support.net.KeyStoreDescriptor kstore, java.lang.String... options)- Specified by:
createAasServerin interfacede.iip_ecosphere.platform.support.aas.ServerRecipe
-
createRegistryServer
public de.iip_ecosphere.platform.support.Server createRegistryServer(de.iip_ecosphere.platform.support.Endpoint endpoint, de.iip_ecosphere.platform.support.aas.ServerRecipe.PersistenceType persistence, java.lang.String... options)- Specified by:
createRegistryServerin interfacede.iip_ecosphere.platform.support.aas.ServerRecipe
-
createRegistryServer
public de.iip_ecosphere.platform.support.Server createRegistryServer(de.iip_ecosphere.platform.support.Endpoint endpoint, de.iip_ecosphere.platform.support.aas.ServerRecipe.PersistenceType persistence, de.iip_ecosphere.platform.support.net.KeyStoreDescriptor kstore, java.lang.String... options)- Specified by:
createRegistryServerin interfacede.iip_ecosphere.platform.support.aas.ServerRecipe
-
toPersistenceType
public de.iip_ecosphere.platform.support.aas.ServerRecipe.PersistenceType toPersistenceType(java.lang.String type)
- Specified by:
toPersistenceTypein interfacede.iip_ecosphere.platform.support.aas.ServerRecipe
-
-