net.javamud.core
Class NullMudObject

java.lang.Object
  |
  +--net.javamud.core.MudObject
        |
        +--net.javamud.core.NullMudObject
All Implemented Interfaces:
Comparable

public class NullMudObject
extends MudObject

Represents an unloaded MudObject

Author:
Timothy Hinchcliffe
Created On:
10 May 2002

Field Summary
 
Fields inherited from class net.javamud.core.MudObject
acl, container, contains, identity, minLife, referances
 
Constructor Summary
NullMudObject(String id)
          Constructor for the NullMudObject object
 
Methods inherited from class net.javamud.core.MudObject
canExpire, compareTo, deRef, enter, exit, expire, getIdentity, load, replace, save, setIdentity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullMudObject

public NullMudObject(String id)
Constructor for the NullMudObject object

Parameters:
id - Description of the Parameter