|
Class Summary |
| Demo |
This class is responsible for all the functionality needed
to run a Demo of the TSpaces Service client. |
| DemoDebugHTTPReqProcessor |
This class deals with URIs that start with "/debug" |
| DemoURIHandler |
This class handles URIs received by the Demo program |
| Pager |
Pager accepts PAGER requests from the Service T Space, and
pages the individual with a specified message, ala almpage. |
| PrintTester |
PrintTester will send print requests to the PrintText Service
A client that wants to use the PrintText services needs to only do the following
|
| PrintText |
PrintText accepts "PrintText"" requests from TupleSpace and
issues a specified command to send the specified text to
the printer
The PrintText service is started by issuing the java invocation and
specifying the PrinterName, PrintCommand and FileDirectory as parameters
|
| SendMail |
SendMail accepts "SendMail" requests from TupleSpace and
sends the specified message to the specified userid
The SendMail service is started by issuing the java invocation and
specifying the SMTP Host system as a parameter
java com.ibm.tspaces.examples.services.SendMail mail.sys.com
A client that wants to use the services needs to only do the following
|
| Shutdown |
This is a sample implementaion of a client command that
will issue a SHUTDOWN command to the server. |
| SMTPMailer |
|
| TService |
TService is an abstract class that provides support for
T Spaces clients that provide some external service to other
T Spaces clients. |
| TstClient |
TstClient will just send requests to TstServer at some
random interval. |
| TstServer |
TstServer accepts "TstServer"" requests from TupleSpace and
simulates the processing of the request
The TstServer service is started by issuing the java invocation and
specifying the TupleSpace host name as parameters
|
| WorkerTest |
This class implements a TupleSpace worker that will take a
Runnable object fro a space and run it. |