]> git.argeo.org Git - gpl/argeo-slc.git/blob - runtime/org.argeo.slc.detached/src/main/java/org/argeo/slc/detached/DetachedCommunication.java
Ignore log files
[gpl/argeo-slc.git] / runtime / org.argeo.slc.detached / src / main / java / org / argeo / slc / detached / DetachedCommunication.java
1 package org.argeo.slc.detached;
2
3 import java.io.Serializable;
4
5 /**
6 * Common interface for all communications between the source context and the
7 * detached server.
8 */
9 public interface DetachedCommunication extends Serializable {
10 /** The unique identifier of this answer. */
11 public String getUuid();
12 }