Attribute |
Mand. |
Description |
Default |
id |
no |
Identifier of the data location. The default value is the identifier of the application. |
|
condition |
no |
The value of this attribute enables to control the existence of this location. This condition refers to a property defined or not inside the initialisation file of the application. If the property does not exists or equals false or equals 0, this location is no taken into account. This attribute may be used to manage several connections and several applications inside a same system. |
|
javaName |
yes |
Full name of the Java class that defines the specific data provider. This class should inherit from the leon.peer.LyDataProvider and have a public constructor with the two parameters LyApplication and LyLocation. |
|
persistent |
no |
Indicates if the corresponding data provider is persistent or not (true by default). |
true |