Package com.sun.slamd.common

The com.sun.slamd.common package contains code used throughout SLAMD.

See:
          Description

Class Summary
Constants This class holds the values of constants used in various areas of the SLAMD server.
DynamicConstants This file has been dynamically generated as part of the SLAMD build process.
JobClassLoader This class defines a class loader that will be used to load SLAMD job classes.
RefCountMutex This class implements a mutex based on reference counts so that multiple readers may hold the lock at the same time, but a writer must have exclusive access to the lock (that is, no read locks may be in use while a write lock is held).
 

Exception Summary
SLAMDException This class defines the parent class for all exceptions that are defined in the SLAMD environment.
 

Package com.sun.slamd.common Description

The com.sun.slamd.common package contains code used throughout SLAMD. This code is used not only by the server but also by the client, client manager, resource monitor client, and real-time statistics reporting clients. In particular, the Constants class defines a number of constant values that are used virtually everywhere. This package also contains code for utility classes that didn't really fit in any other package.