Changeset 82 for trunk/src/main/java/omq/Remote.java
- Timestamp:
- 07/05/13 16:51:11 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/main/java/omq/Remote.java
r72 r82 4 4 5 5 /** 6 * 7 * The Remote interface serves to identify interfaces whose methods may be 8 * invoked from a non-local virtual machine. Any object that is a remote object 9 * must directly or indirectly implement this interface. Only those methods 10 * specified in a "remote interface", an interface that extends omq.Remote are 11 * available remotely. 6 12 * 7 13 * @author Sergi Toda <sergi.toda@estudiants.urv.cat>
Note: See TracChangeset
for help on using the changeset viewer.