javamath.server.proxycas
Class ProxyCAServer

java.lang.Object
  |
  +--javamath.server.proxycas.ProxyCAServer

public class ProxyCAServer
extends java.lang.Object

Servlet based proxy for the RMI CAServer. This can be created on any server from a java standalone or on the webserver from an applet.


Constructor Summary
ProxyCAServer(java.lang.String proxyCASURL)
          proxyCASURL is a string like http://javamathserver.domain.net/ProxyCAS which is the URL to the directory javamath/src/server/proxystore on the server.
 
Method Summary
 ProxyCASession createSession(java.lang.String cas)
          Returns a computation session with the compute engine named cas.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyCAServer

public ProxyCAServer(java.lang.String proxyCASURL)
proxyCASURL is a string like http://javamathserver.domain.net/ProxyCAS which is the URL to the directory javamath/src/server/proxystore on the server.
Method Detail

createSession

public ProxyCASession createSession(java.lang.String cas)
Returns a computation session with the compute engine named cas. The valid values of cas are determined by which engines have been installed into the server. The current implementation comes with interfaces to "GAP" and "Maple".