jxl.superstatic
Class SSObject
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
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
Fields inherited from class java.rmi.server.RemoteObject |
ref |
Constructor Summary |
SSObject()
Creates a new instance of SSObject |
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 |
SSObject
public SSObject()
throws java.rmi.RemoteException
- Creates a new instance of SSObject
- Throws:
java.rmi.RemoteException