Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
3d211d3b
Commit
3d211d3b
authored
16 years ago
by
brinn
Browse files
Options
Downloads
Patches
Plain Diff
doc: improve Javadoc
SVN: 7023
parent
d291cece
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
datamover/source/java/ch/systemsx/cisd/datamover/filesystem/remote/CopyActivityMonitor.java
+3
-1
3 additions, 1 deletion
...cisd/datamover/filesystem/remote/CopyActivityMonitor.java
with
3 additions
and
1 deletion
datamover/source/java/ch/systemsx/cisd/datamover/filesystem/remote/CopyActivityMonitor.java
+
3
−
1
View file @
3d211d3b
...
@@ -73,7 +73,9 @@ public class CopyActivityMonitor
...
@@ -73,7 +73,9 @@ public class CopyActivityMonitor
/**
/**
* Creates a monitor.
* Creates a monitor.
*
*
* @param destinationStore The file store to monitor for write access.
* @param destinationStore The file store to monitor for write access. Note that this store
* needs to detect and signal time out conditions itself. <i>If an operation on this
* store hangs, then the CopyActivityMonitor hangs, too!</i>
* @param copyProcess The {@link ITerminable} representing the copy process. This will get
* @param copyProcess The {@link ITerminable} representing the copy process. This will get
* terminated if the copy process gets stuck.
* terminated if the copy process gets stuck.
* @param timingParameters The {@link ITimingParameters} to get the check interval and the
* @param timingParameters The {@link ITimingParameters} to get the check interval and the
...
...
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