Package jxl.superstatic

Superstatic is a simple library that expands staic across multiple vm's.

See:
          Description

Class Summary
SSObject SuperStatic root class.
SSRegistry Local Superstatic registry.
SSSocketFactory A local only RMI socket factory that enables Superstatic to operate securly on the local system.
 

Package jxl.superstatic Description

Superstatic is a simple library that expands staic across multiple vm's. Superstatic is used to insure that an application or resource is allowed only on instance on an entire machine (across all jvm's). Clients of this resource may then share the resource from any vm on the system. This is done by extending the standard RMI classes with a local access only implementation. Thus any local jvm may share the resource, but remove vm's cannot.