lima.distribution
Class ConstantsImp

java.lang.Object
  |
  +--java.rmi.server.RemoteObject
        |
        +--java.rmi.server.RemoteServer
              |
              +--java.rmi.server.UnicastRemoteObject
                    |
                    +--lima.distribution.ConstantsImp
All Implemented Interfaces:
Constants, java.rmi.Remote, java.io.Serializable

public class ConstantsImp
extends java.rmi.server.UnicastRemoteObject
implements Constants

See Also:
Constants, Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
ConstantsImp()
           
ConstantsImp(java.lang.Object o)
           
 
Method Summary
 java.lang.Object download()
          Get the object that this represents.
 
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
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstantsImp

public ConstantsImp()
             throws java.rmi.RemoteException

ConstantsImp

public ConstantsImp(java.lang.Object o)
             throws java.rmi.RemoteException
Method Detail

download

public java.lang.Object download()
                          throws java.rmi.RemoteException
Description copied from interface: Constants
Get the object that this represents.

Specified by:
download in interface Constants
Returns:
Object
java.rmi.RemoteException
See Also:
Constants.download()