com.croftsoft.core.role.actor
Interface ActorRemote

All Superinterfaces:
Remote

public interface ActorRemote
extends Remote

A semantic interface for bootstrapping the exchange of semantic interfaces between remote objects.

The semantic definition for this interface is available at:
http://www.alumni.caltech.edu/~croft/research/agent/role/

This differs from the com.orbs.pub.agent.role.Actor semantic interface in the following ways:

  1. the interface extend java.rmi.Remote
  2. the method throws java.rmi.RemoteException

Version:
1998-04-26
Author:
David Wallace Croft

Method Summary
 String[] getRolesRemote()
           
 

Method Detail

getRolesRemote

String[] getRolesRemote()
                        throws RemoteException
Throws:
RemoteException

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)