Class: StaticDBDefault
DefaultDB.StaticDBDefault()
The static DB default wraps the LocalStaticDB class passing defaults to its constructor. In particular, it replaces the messenger object with something that is much lock a mock class user for testing. This is FauxRemoteMessenger, which just makes a table in local memory.
The result of using this is that the data will not be shared with other processes. Furthemore, users of this class can expect speed and memory management problems.