Class BaSyxRegistryDeploymentAasServer
java.lang.Object
de.iip_ecosphere.platform.support.aas.basyx.BaSyxAbstractAasServer
de.iip_ecosphere.platform.support.aas.basyx1_5.BaSyxRegistryDeploymentAasServer
- All Implemented Interfaces:
de.iip_ecosphere.platform.support.aas.AasServer,de.iip_ecosphere.platform.support.Server
class BaSyxRegistryDeploymentAasServer
extends de.iip_ecosphere.platform.support.aas.basyx.BaSyxAbstractAasServer
A registry-based AAS server.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBaSyxRegistryDeploymentAasServer(de.iip_ecosphere.platform.support.aas.basyx.DeploymentSpec deploymentSpec, de.iip_ecosphere.platform.support.aas.SetupSpec spec, de.iip_ecosphere.platform.support.aas.SetupSpec.AasComponent component, String regUrl, org.eclipse.basyx.components.aas.configuration.AASServerBackend backend, String... options) Creates a new BaSyx AAS server. -
Method Summary
Methods inherited from class de.iip_ecosphere.platform.support.aas.basyx.BaSyxAbstractAasServer
deploy, deploy
-
Field Details
-
server
-
-
Constructor Details
-
BaSyxRegistryDeploymentAasServer
BaSyxRegistryDeploymentAasServer(de.iip_ecosphere.platform.support.aas.basyx.DeploymentSpec deploymentSpec, de.iip_ecosphere.platform.support.aas.SetupSpec spec, de.iip_ecosphere.platform.support.aas.SetupSpec.AasComponent component, String regUrl, org.eclipse.basyx.components.aas.configuration.AASServerBackend backend, String... options) Creates a new BaSyx AAS server.- Parameters:
deploymentSpec- the deployment set instance for runtime deploymentsspec- the setup specificationcomponent- the component being configuredregUrl- the registryURbackend- the AAS server backend to useoptions- for server creation
-
-
Method Details
-
start
public de.iip_ecosphere.platform.support.aas.AasServer start() -
stop
public void stop(boolean dispose) - Specified by:
stopin interfacede.iip_ecosphere.platform.support.Server- Overrides:
stopin classde.iip_ecosphere.platform.support.aas.basyx.BaSyxAbstractAasServer
-