com.sleepycat.je.dbi
Interface EnvConfigObserver

All Known Implementing Classes:
EnvironmentImpl, MemoryBudget

public interface EnvConfigObserver

Implemented by observers of mutable config changes.


Method Summary
 void envConfigUpdate(DbConfigManager configMgr)
          Notifies the observer that one or more mutable properties have been changed.
 

Method Detail

envConfigUpdate

void envConfigUpdate(DbConfigManager configMgr)
                     throws DatabaseException
Notifies the observer that one or more mutable properties have been changed.

Throws:
DatabaseException


Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.