org.objectweb.carol.irmi.test
Interface RMath

All Superinterfaces:
Remote
All Known Implementing Classes:
RMathImpl

public interface RMath
extends Remote

RMath

Author:
Rafael H. Schloming <rhs@mit.edu>

Method Summary
 int add(byte a, byte b)
           
 int add(char a, char b)
           
 double add(double a, double b)
           
 float add(float a, float b)
           
 int add(int a, int b)
           
 long add(long a, long b)
           
 int add(short a, short b)
           
 String add(String a, String b)
           
 int div(int a, int b)
           
 

Method Detail

add

public int add(byte a,
               byte b)
        throws RemoteException
Throws:
RemoteException

add

public int add(char a,
               char b)
        throws RemoteException
Throws:
RemoteException

add

public int add(short a,
               short b)
        throws RemoteException
Throws:
RemoteException

add

public int add(int a,
               int b)
        throws RemoteException
Throws:
RemoteException

add

public long add(long a,
                long b)
         throws RemoteException
Throws:
RemoteException

add

public float add(float a,
                 float b)
          throws RemoteException
Throws:
RemoteException

add

public double add(double a,
                  double b)
           throws RemoteException
Throws:
RemoteException

add

public String add(String a,
                  String b)
           throws RemoteException
Throws:
RemoteException

div

public int div(int a,
               int b)
        throws RemoteException
Throws:
RemoteException