ozone API

org.ozoneDB
Interface FactoryClassInfo


public interface FactoryClassInfo

Every XxxImplFactory must create 1 instance of a class implementing this interface and call addFactoryClassInfo with that instance as parameter.

Author:
leo

Method Summary
 void defaultDatabaseUrlChanged()
          This method is called when someone called AbstractFactory.setDefaultDatabaseUrl.
 

Method Detail

defaultDatabaseUrlChanged

public void defaultDatabaseUrlChanged()

This method is called when someone called AbstractFactory.setDefaultDatabaseUrl. Implementations of this class should use this method to make shure the next time getDefault() is called for its factory class, that method will return a factory connected to the database identified by the new uri.


ozone API

Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.