Package com.sun.slamd.client

The com.sun.slamd.client package contains client-side code used to interact with the SLAMD server.

See:
          Description

Interface Summary
ClientMessageWriter This interface provides a mechanism by which various kinds of clients (e.g., command line clients, GUI clients, etc.) can display information about what a client is doing in an appropriate manner.
ClientShutdownListener This interface provides a mechanism by which various kinds of clients can be notified when the client is disconnected from the server.
 

Class Summary
Client This class defines a SLAMD client that can connect to the SLAMD server and interact with it to process the various jobs.
ClientShutdownHook This class defines a shutdown hook that will be registered with the SLAMD client once it has been successfully created.
ClientSideJob This class defines a "client-side" job.
 

Exception Summary
ClientException This class defines an exception that may be thrown if a problem is encountered while performing some operation in the client.
 

Package com.sun.slamd.client Description

The com.sun.slamd.client package contains client-side code used to interact with the SLAMD server. In particular, it provides the SLAMD client implementation. The client manager, resource monitor client, and real-time statistics reporting client code are maintained in other packages.