Mudpublic class Mud extends Object This class defines three nested Remote interfaces for use by our MUD game.
It also defines a bunch of exception subclasses, and a constant string
prefix used to create unique names when registering MUD servers |
Fields Summary |
---|
static final String | mudPrefixThis constant is used as a prefix to the MUD name when the server
registers the mud with the RMI Registry, and when the client looks
up the MUD in the registry. Using this prefix helps prevent the
possibility of name collisions. |
|