org.openxava.util
Class Server
java.lang.Object
org.openxava.util.Server
public class Server
- extends java.lang.Object
Executes code in server.
Connects to EJB server en execute the code using
a SessionBean.
- Author:
- Javier Paniza
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Server
public Server()
calculate
public static java.lang.Object calculate(ICalculator calculator,
java.lang.String packageName)
throws java.lang.Exception
- Throws:
java.lang.Exception
calculateWithoutTransaction
public static java.lang.Object calculateWithoutTransaction(ICalculator calculator,
java.lang.String packageName)
throws java.lang.Exception
- Throws:
java.lang.Exception
execute
public static IRemoteAction execute(IRemoteAction action,
java.lang.String packageName)
throws java.lang.Exception
- Throws:
java.lang.Exception