Class EnvironmentSetup
- java.lang.Object
-
- de.iip_ecosphere.platform.support.setup.AbstractSetup
-
- de.iip_ecosphere.platform.support.iip_aas.config.AbstractSetup
-
- de.iip_ecosphere.platform.services.environment.EnvironmentSetup
-
public class EnvironmentSetup extends de.iip_ecosphere.platform.support.iip_aas.config.AbstractSetupSetup for the service environment.- Author:
- Holger Eichelberger, SSE
-
-
Field Summary
Fields Modifier and Type Field Description private de.iip_ecosphere.platform.support.iip_aas.AasPartRegistry.AasSetupaasprivate booleannotifyServiceNullprivate de.iip_ecosphere.platform.transport.connectors.TransportSetuptransport
-
Constructor Summary
Constructors Constructor Description EnvironmentSetup()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description de.iip_ecosphere.platform.support.iip_aas.AasPartRegistry.AasSetupgetAas()Returns the AAS setup.booleangetNotifyServiceNull()Returns whether some output shall be produced if a service to be registered is null or its id is null.de.iip_ecosphere.platform.transport.connectors.TransportSetupgetTransport()Returns the transport setup.voidsetAas(de.iip_ecosphere.platform.support.iip_aas.AasPartRegistry.AasSetup aas)Changes the AAS setup.voidsetAasSetup(de.iip_ecosphere.platform.support.iip_aas.AasPartRegistry.AasSetup aas)Deprecated.usesetAas(AasSetup)insteadvoidsetNotifyServiceNull(boolean notifyServiceNull)Sets whether some output shall be produced if a service to be registered is null or its id is null.voidsetTransport(de.iip_ecosphere.platform.transport.connectors.TransportSetup transport)Defines the transport setup.
-
-
-
Method Detail
-
getTransport
public de.iip_ecosphere.platform.transport.connectors.TransportSetup getTransport()
Returns the transport setup.- Returns:
- the transport setup
-
getAas
public de.iip_ecosphere.platform.support.iip_aas.AasPartRegistry.AasSetup getAas()
Returns the AAS setup.- Returns:
- the AAS setup
-
getNotifyServiceNull
public boolean getNotifyServiceNull()
Returns whether some output shall be produced if a service to be registered is null or its id is null.- Returns:
- notify or not
-
setTransport
public void setTransport(de.iip_ecosphere.platform.transport.connectors.TransportSetup transport)
Defines the transport setup.- Parameters:
transport- the transport setup
-
setAasSetup
@Deprecated public void setAasSetup(de.iip_ecosphere.platform.support.iip_aas.AasPartRegistry.AasSetup aas)
Deprecated.usesetAas(AasSetup)insteadChanges the AAS setup.- Parameters:
aas- the AAS setup
-
setAas
public void setAas(de.iip_ecosphere.platform.support.iip_aas.AasPartRegistry.AasSetup aas)
Changes the AAS setup.- Parameters:
aas- the AAS setup
-
setNotifyServiceNull
public void setNotifyServiceNull(boolean notifyServiceNull)
Sets whether some output shall be produced if a service to be registered is null or its id is null.- Parameters:
notifyServiceNull- notify or not
-
-