public class IntegerRMI extends UnicastRemoteObject implements Remote, Serializable, RemoteInteger
| Modifier and Type | Field and Description |
|---|---|
private int |
i |
ref| Constructor and Description |
|---|
IntegerRMI() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getInt() |
clone, exportObject, exportObject, exportObject, unexportObjectgetClientHost, getLog, setLoggetRef, hashCode, toString, toStubprivate int i
public IntegerRMI() throws RemoteException
RemoteExceptionpublic int getInt() throws RemoteException
getInt in interface RemoteIntegerRemoteExceptionpublic boolean equals(Object o)
equals in class RemoteObject