Uses of Class
jxl.superstatic.SSObject

Packages that use SSObject
jxl.enclosure.superstatic Superstatic frontend that ensures only one instance of enclosure is running on the system at any time. 
jxl.superstatic Superstatic is a simple library that expands staic across multiple vm's. 
 

Uses of SSObject in jxl.enclosure.superstatic
 

Subclasses of SSObject in jxl.enclosure.superstatic
 class EnclosureImpl
          This class provides the implementation for Enclosure startup and class launching.
 

Uses of SSObject in jxl.superstatic
 

Methods in jxl.superstatic with type parameters of type SSObject
<T extends SSObject,S extends java.rmi.Remote>
S
SSRegistry.getReference(java.lang.Class<T> type, java.lang.Class<S> reftype)
          Find or create an instance of type, and return a remote reference to it as a reftype.