source: trunk/objectmq/src/omq/Remote.java @ 9

Last change on this file since 9 was 9, checked in by stoda, 11 years ago

First commit

File size: 258 bytes
Line 
1package omq;
2
3import java.io.Serializable;
4
5/**
6 *
7 * @author Sergi Toda <sergi.toda@estudiants.urv.cat>
8 *
9 */
10public interface Remote extends Serializable {
11
12        /**
13         * Returns the UID of a RemoteObject
14         *
15         * @return UID
16         */
17        public String getRef();
18}
Note: See TracBrowser for help on using the repository browser.