Uses of Class
com.mongodb.DBAddress

Packages that use DBAddress
com.mongodb Main package with core files. 
 

Uses of DBAddress in com.mongodb
 

Methods in com.mongodb that return DBAddress
 DBAddress DBAddress.getSister(String name)
          creates a DBAddress pointing to a different database on the same server
 

Methods in com.mongodb with parameters of type DBAddress
static DB Mongo.connect(DBAddress addr)
          returns a database object
 

Constructors in com.mongodb with parameters of type DBAddress
DBAddress(DBAddress other, String dbname)