Interface RemoteDistributedActor

  • All Superinterfaces:
    DistributedActor, java.rmi.Remote
    All Known Implementing Classes:
    DistributedActorWrapper

    public interface RemoteDistributedActor
    extends DistributedActor, java.rmi.Remote
    A DistributedActor is a distributed executable entity that is accessed via RMI. This interface basically extends DistributedActor and java.rmi.Remote. The Remote interface serves to identify interfaces whose methods may be invoked from a non-local virtual machine.
    Since:
    Ptolemy II 5.1
    Version:
    $Id$
    Author:
    Daniel Lazaro Cuadrado (kapokasa@kom.aau.dk)
    See Also:
    DistributedActorWrapper, Actor, Executable
    Pt.AcceptedRating:
    Red (cxh)
    Pt.ProposedRating:
    Red (kapokasa)