edu.washington.cs.supple.net.rmi
Interface RemoteApplication

All Superinterfaces:
java.rmi.Remote

public interface RemoteApplication
extends java.rmi.Remote

RMI facade for Supple applications

Author:
dbc1

Method Summary
 RemoteApplicationSession createSession(RemoteRenderer renderer)
          Create a remote session.
 java.lang.String getName()
          Get the application name.
 

Method Detail

getName

public java.lang.String getName()
                         throws java.rmi.RemoteException
Get the application name.

Returns:
Throws:
java.rmi.RemoteException

createSession

public RemoteApplicationSession createSession(RemoteRenderer renderer)
                                       throws java.rmi.RemoteException
Create a remote session.

Parameters:
renderer -
Returns:
Throws:
java.lang.Exception
java.rmi.RemoteException