Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
SnapArchivingServers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software Control System
Tango controls archiving
SnapArchivingServers
Commits
d9f17221
Commit
d9f17221
authored
4 years ago
by
Arnaud Jelmoni
Browse files
Options
Downloads
Patches
Plain Diff
TANGOARCH-492
Rajouter une propriété dans TdbArchiver pour forcer l'export au redémarrage
parent
a0a12e10
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
snaparchiver/src/main/java/SnapArchiver/SnapArchiverClass.java
+7
-2
7 additions, 2 deletions
...rchiver/src/main/java/SnapArchiver/SnapArchiverClass.java
with
7 additions
and
2 deletions
snaparchiver/src/main/java/SnapArchiver/SnapArchiverClass.java
+
7
−
2
View file @
d9f17221
...
...
@@ -62,6 +62,9 @@ import java.util.MissingResourceException;
import
java.util.ResourceBundle
;
import
java.util.Vector
;
import
org.slf4j.Logger
;
import
org.slf4j.LoggerFactory
;
import
fr.esrf.Tango.AttrWriteType
;
import
fr.esrf.Tango.DevFailed
;
import
fr.esrf.Tango.DispLevel
;
...
...
@@ -74,6 +77,8 @@ import fr.esrf.TangoDs.TemplCommandInOut;
import
fr.esrf.TangoDs.Util
;
public
class
SnapArchiverClass
extends
DeviceClass
implements
TangoConst
{
final
static
Logger
logger
=
LoggerFactory
.
getLogger
(
SnapArchiverClass
.
class
);
/**
* SnapArchiverClass class instance (it is a singleton).
*/
...
...
@@ -114,8 +119,8 @@ public class SnapArchiverClass extends DeviceClass implements TangoConst {
// ===================================================================
public
static
SnapArchiverClass
instance
()
{
if
(
_instance
==
null
)
{
System
.
err
.
println
(
"SnapArchiverClass is not initialised !!!"
);
System
.
err
.
println
(
"Exiting"
);
logger
.
error
(
"SnapArchiverClass is not initialised !!!"
);
logger
.
error
(
"Exiting"
);
System
.
exit
(-
1
);
}
return
_instance
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment