com.sleepycat.je.rep.impl
Class RepConfigManager

java.lang.Object
  extended by com.sleepycat.je.dbi.DbConfigManager
      extended by com.sleepycat.je.rep.impl.RepConfigManager

public class RepConfigManager
extends DbConfigManager


Field Summary
 
Fields inherited from class com.sleepycat.je.dbi.DbConfigManager
props
 
Constructor Summary
RepConfigManager(EnvironmentConfig envConfig, RepConfigProxy repConfigProxy)
           
 
Method Summary
 ReplicationConfig makeReplicationConfig()
          Create a new ReplicationConfig for use in creating Replicator handles.
 
Methods inherited from class com.sleepycat.je.dbi.DbConfigManager
applyFileConfig, get, get, getBoolean, getBooleanVal, getConfigParam, getDuration, getDurationVal, getEnvironmentConfig, getInt, getIntVal, getLong, getShort, getVal, getVal, setBooleanVal, setConfigParam, setDurationVal, setIntVal, setVal, setVal, validateProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepConfigManager

public RepConfigManager(EnvironmentConfig envConfig,
                        RepConfigProxy repConfigProxy)
Method Detail

makeReplicationConfig

public ReplicationConfig makeReplicationConfig()
Create a new ReplicationConfig for use in creating Replicator handles. Be sure to only pick out replication related properties.



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