public interface ServerRemote
extends javax.ejb.EJBObject
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
calculate(ICalculator calculator) |
java.lang.Object |
calculateWithoutTransaction(ICalculator calculator) |
IRemoteAction |
execute(IRemoteAction action) |
java.lang.Object calculate(ICalculator calculator) throws java.lang.Exception, java.rmi.RemoteException
java.lang.Exception
java.rmi.RemoteException
java.lang.Object calculateWithoutTransaction(ICalculator calculator) throws java.lang.Exception, java.rmi.RemoteException
java.lang.Exception
java.rmi.RemoteException
IRemoteAction execute(IRemoteAction action) throws java.lang.Exception, java.rmi.RemoteException
java.lang.Exception
java.rmi.RemoteException