FileDocCategorySizeDatePackage
Mud.javaAPI DocExample7864Sat Jan 24 10:44:42 GMT 2004je3.rmi

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