Interface | Description |
---|---|
ServerObject |
The ServerObject interface prescribes methods which
must be defined in any object in the mudlib.
|
ServerUser |
The ServerUser interface prescribes behaviours which
must be defined by any user connection used with
the Imaginary JavaMud Server.
|
Class | Description |
---|---|
I3Server |
The Server class is the mudlib's interface to the
Imaginary Mud Server.
|
ServerThread |
The Server class uses exactly one thread ServerThread object
during the course of program execution.
|
Exception | Description |
---|---|
ObjectLoadException |
Copyright (c) 1996 George Reese
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
ServerSecurityException |
This exception gets thrown by the server when some
class tries to perform an operation it should not
be allowed to perform.
|