Apache JMeter

org.apache.jmeter.protocol.mongodb.sampler
Class MongoScriptRunner

java.lang.Object
  extended by org.apache.jmeter.protocol.mongodb.sampler.MongoScriptRunner

public class MongoScriptRunner
extends Object


Constructor Summary
MongoScriptRunner()
           
 
Method Summary
 Object evaluate(com.mongodb.DB db, String script)
          Evaluate a script on the database
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MongoScriptRunner

public MongoScriptRunner()
Method Detail

evaluate

public Object evaluate(com.mongodb.DB db,
                       String script)
                throws Exception
Evaluate a script on the database

Parameters:
db - database connection to use
script - script to evaluate on the database
Returns:
result of evaluation on the database
Throws:
Exception - when evaluation on the database fails

Apache JMeter

Copyright © 1998-2015 Apache Software Foundation. All Rights Reserved.