Berkeley DB XML
version 2.3.10

Uses of Class
com.sleepycat.db.ReplicationHostAddress

Packages that use ReplicationHostAddress
com.sleepycat.db Berkeley DB Java API
[reference guide] [Java programming notes]
 

Uses of ReplicationHostAddress in com.sleepycat.db
 

Methods in com.sleepycat.db that return ReplicationHostAddress
 ReplicationHostAddress EnvironmentConfig.getReplicationManagerLocalSite()
          Get the address of the local (this) site in a replication group.
 

Methods in com.sleepycat.db with parameters of type ReplicationHostAddress
 void EnvironmentConfig.replicationManagerAddRemoteSite(ReplicationHostAddress addr)
          Adds a new replication site to the replication manager's list of known sites.
 void EnvironmentConfig.setReplicationManagerLocalSite(ReplicationHostAddress addr)
          Set the address of the local (this) site in a replication group.
 


Berkeley DB XML
version 2.3.10

Copyright 1996,2007 Oracle. All rights reserved.