org.apache.commons.ssl.rmi
Class IntegerRMI

java.lang.Object
  extended byjava.rmi.server.RemoteObject
      extended byjava.rmi.server.RemoteServer
          extended byjava.rmi.server.UnicastRemoteObject
              extended byorg.apache.commons.ssl.rmi.IntegerRMI
All Implemented Interfaces:
Remote, RemoteInteger, Serializable

public class IntegerRMI
extends UnicastRemoteObject
implements Remote, Serializable, RemoteInteger

Since:
22-Feb-2007
Author:
Credit Union Central of British Columbia, www.cucbc.com, juliusdavies@cucbc.com
See Also:
Serialized Form

Field Summary
private  int i
           
 
Fields inherited from class java.rmi.server.UnicastRemoteObject
 
Fields inherited from class java.rmi.server.RemoteServer
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
IntegerRMI()
           
 
Method Summary
 boolean equals(Object o)
           
 int getInt()
           
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

i

private int i
Constructor Detail

IntegerRMI

public IntegerRMI()
           throws RemoteException
Method Detail

getInt

public int getInt()
           throws RemoteException
Specified by:
getInt in interface RemoteInteger
Throws:
RemoteException

equals

public boolean equals(Object o)