Berkeley DB
version 4.5.20

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
version 4.5.20

Copyright(c) 1996-2006 Oracle Corporation - All rights reserved.