]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.detached/src/main/java/org/argeo/slc/detached/DetachedCommunication.java
Improve logging in order to better analyze this issue when it's occur.
[gpl/argeo-slc.git] / runtime / org.argeo.slc.detached / src / main / java / org / argeo / slc / detached / DetachedCommunication.java
index 8bdba36e28b6478b4e5e8815e21b8186bc19633b..0c1d59952aea7b775749e94461fe865cc0723878 100644 (file)
@@ -2,6 +2,11 @@ package org.argeo.slc.detached;
 
 import java.io.Serializable;
 
+/**
+ * Common interface for all communications between the source context and the
+ * detached server.
+ */
 public interface DetachedCommunication extends Serializable {
+       /** The unique identifier of this answer. */
        public String getUuid();
 }