javamath.server.cas
Interface CAServer

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
CAServerImpl

public interface CAServer
extends java.rmi.Remote

CAServer represents a server that creates sessions for a specified computer algebra package. The server is accessed remotely via RMI.


Method Summary
 CASession createSession(java.lang.String cas)
          Create a session to a specified computer algebra system.
 

Method Detail

createSession

public CASession createSession(java.lang.String cas)
                        throws java.rmi.RemoteException
Create a session to a specified computer algebra system.
Parameters:
cas - The computer algebra system name.