Ignore:
Timestamp:
07/05/13 16:51:11 (11 years ago)
Author:
stoda
Message:

I've done some javadocs...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/main/java/omq/Remote.java

    r72 r82  
    44
    55/**
     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.
    612 *
    713 * @author Sergi Toda <sergi.toda@estudiants.urv.cat>
Note: See TracChangeset for help on using the changeset viewer.