com.sleepycat.je.rep.impl
Interface RepEnvConfigObserver

All Known Implementing Classes:
RepImpl

public interface RepEnvConfigObserver

Implemented by observers of mutable rep config changes.


Method Summary
 void repEnvConfigUpdate(RepConfigManager configMgr, ReplicationMutableConfig newConfig)
          Notifies the observer that one or more mutable rep properties have been changed.
 

Method Detail

repEnvConfigUpdate

void repEnvConfigUpdate(RepConfigManager configMgr,
                        ReplicationMutableConfig newConfig)
                        throws DatabaseException
Notifies the observer that one or more mutable rep properties have been changed.

Throws:
DatabaseException


Copyright (c) 2004-2012 Oracle. All rights reserved.