com.lordofthejars.nosqlunit.mongodb
Class MongoDbLowLevelOps

java.lang.Object
  extended by com.lordofthejars.nosqlunit.mongodb.MongoDbLowLevelOps

public class MongoDbLowLevelOps
extends Object


Constructor Summary
MongoDbLowLevelOps()
           
 
Method Summary
 boolean assertThatConnectionIsPossible(String host, int port, int retries)
           
 void shutdown(String host, int port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MongoDbLowLevelOps

public MongoDbLowLevelOps()
Method Detail

assertThatConnectionIsPossible

public boolean assertThatConnectionIsPossible(String host,
                                              int port,
                                              int retries)
                                       throws InterruptedException,
                                              UnknownHostException,
                                              com.mongodb.MongoException
Throws:
InterruptedException
UnknownHostException
com.mongodb.MongoException

shutdown

public void shutdown(String host,
                     int port)


Copyright © 2012. All Rights Reserved.