jxl.superstatic
Class SSObject

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteServer
          extended by java.rmi.server.UnicastRemoteObject
              extended by jxl.superstatic.SSObject
All Implemented Interfaces:
java.io.Serializable, java.rmi.Remote
Direct Known Subclasses:
EnclosureImpl

public abstract class SSObject
extends java.rmi.server.UnicastRemoteObject

SuperStatic root class. Clients must extend this class and provide a remote interface. Subclasses should never be dirctly instanciated, but should be got from SSRegistry.getReference(java.lang.Class, java.lang.Class).

Author:
Alex Lynch
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
SSObject()
          Creates a new instance of SSObject
 
Method Summary
 
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

SSObject

public SSObject()
         throws java.rmi.RemoteException
Creates a new instance of SSObject

Throws:
java.rmi.RemoteException