-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Knowledge Synchronization and Admin REST (#18)
* Updates on the Planning related to Knowledge Synchronization * Knowledge up to date. * TMA-Admin-Rest first release * TMA-Utils update: -adding resourceId to Score interface -adding executeBatch to DatabaseManager * New JMX Probe to monitor Java AppServer apps.
- Loading branch information
Showing
14 changed files
with
146 additions
and
37 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file modified
BIN
+1.42 KB
(100%)
architecture/diagrams/TMA-K_DataModel/TMAF-K_ConceptualDataModel_Actuators.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+774 Bytes
(100%)
architecture/diagrams/TMA-K_DataModel/TMAF-K_ConceptualDataModel_Planning.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions
22
common/tma-utils/src/main/java/eubr/atmosphere/tma/data/MetricData.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
package eubr.atmosphere.tma.data; | ||
|
||
public class MetricData { | ||
|
||
private int metricId; | ||
private long valueTime; | ||
|
||
public int getMetricId() { | ||
return metricId; | ||
} | ||
public void setMetricId(int metricId) { | ||
this.metricId = metricId; | ||
} | ||
|
||
public long getValueTime() { | ||
return valueTime; | ||
} | ||
|
||
public void setValueTime(long valueTime) { | ||
this.valueTime = valueTime; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule tma-framework-k
updated
87 files
Submodule tma-framework-m
updated
8 files
Submodule tma-framework-p
updated
8 files