FileDocCategorySizeDatePackage
Mud.javaAPI DocExample7694Sat Jun 02 02:42:30 BST 2001None

Mud

public 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
mudPrefix
This 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.
Constructors Summary
Methods Summary