ptolemy.distributed.rmi
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: RemoteDistributedActor.java 39592 2005-10-24 19:09:12Z cxh $
Author:
Daniel Lazaro Cuadrado (kapokasa@kom.aau.dk)
See Also:
DistributedActorWrapper, Actor, Executable
Accepted Rating:
Red (cxh)
Proposed Rating:
Red (kapokasa)

Method Summary
 
Methods inherited from interface ptolemy.distributed.common.DistributedActor
fire, getAddress, initialize, iterate, loadMoML, postfire, prefire, preinitialize, put, setConnections, setPortTypes, stop, stopFire, terminate, wrapup