|
Class Summary |
| Elvis |
Elvis is a package for implementing a singleton, not only within a JVM, but for a given
user on a particular machine. |
| ElvisComm |
|
| ElvisCommStatus |
ElvisCommStatus implements an enumeration of the various statuses than an
ElvisComm may have. |
| ElvisMessage |
ElvisMessage is used internally by Elvis to both build and parse the messages
exchanged between the One True Elvis and various impersonators. |
| ElvisMessageFactory |
The ElvisMessageFactory is just a handy utility for assembling ElvisMessages. |
| ElvisRequest |
ElvisRequest implements an enumeration of the requests that a client may send to
Elvis. |
| ElvisResponse |
ElvisResponse implements an enumeration of the responses that an Elvis may send to
its clients in response to ElvisRequests. |
| ElvisResult |
|
| ElvisTest |
This is a handy dandy test program to verify the basic functionality of Elvis. |