Package com.ee.tayra.fixtures

Examples of com.ee.tayra.fixtures.MongoConnectorPair


  public MongoConnectorPair createMongoSourceTargetConnector(
  final String cmdString) throws UnknownHostException {
    MongoConnector src = createConnector("Src", cmdString);
    MongoConnector tgt = createConnector("Tgt", cmdString);
    return new MongoConnectorPair(src, tgt);
  }
View Full Code Here

TOP

Related Classes of com.ee.tayra.fixtures.MongoConnectorPair

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.