// Turn off registry access
isAvailable = false;
// Grab a reference to the function
// registry (hmm bad name choice).
this.maker = new FunctionMaker(this);
if (Config.getBooleanProperty(
RegistryEngine.PROPNAME_IS_CREATE_DATABASE,RegistryEngine.DEFAULT_IS_CREATE_DATABASE.booleanValue())) {
// Initialize database
initializeDatabase();