org.openxava.util.impl
Interface ServerRemote


public interface ServerRemote


Method Summary
 java.lang.Object calculate(ICalculator calculator)
           
 java.lang.Object calculateWithoutTransaction(ICalculator calculator)
           
 IRemoteAction execute(IRemoteAction action)
           
 

Method Detail

calculate

java.lang.Object calculate(ICalculator calculator)
                           throws java.lang.Exception,
                                  java.rmi.RemoteException
Throws:
java.lang.Exception
java.rmi.RemoteException

calculateWithoutTransaction

java.lang.Object calculateWithoutTransaction(ICalculator calculator)
                                             throws java.lang.Exception,
                                                    java.rmi.RemoteException
Throws:
java.lang.Exception
java.rmi.RemoteException

execute

IRemoteAction execute(IRemoteAction action)
                      throws java.lang.Exception,
                             java.rmi.RemoteException
Throws:
java.lang.Exception
java.rmi.RemoteException