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)
|
add
int add(byte a,
byte b)
throws RemoteException
- Throws:
RemoteException
add
int add(char a,
char b)
throws RemoteException
- Throws:
RemoteException
add
int add(short a,
short b)
throws RemoteException
- Throws:
RemoteException
add
int add(int a,
int b)
throws RemoteException
- Throws:
RemoteException
add
long add(long a,
long b)
throws RemoteException
- Throws:
RemoteException
add
float add(float a,
float b)
throws RemoteException
- Throws:
RemoteException
add
double add(double a,
double b)
throws RemoteException
- Throws:
RemoteException
add
String add(String a,
String b)
throws RemoteException
- Throws:
RemoteException
div
int div(int a,
int b)
throws RemoteException
- Throws:
RemoteException