com.basho.riak.client.query.functions
Class JSSourceFunction

java.lang.Object
  extended by com.basho.riak.client.query.functions.JSSourceFunction
All Implemented Interfaces:
AnonymousFunction, Function

public class JSSourceFunction
extends Object
implements AnonymousFunction

An anonymous JavaScript function.

Author:
russell

Constructor Summary
JSSourceFunction(String source)
          JavaScript code.
 
Method Summary
 String getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSSourceFunction

public JSSourceFunction(String source)
JavaScript code.

Parameters:
source -
Method Detail

getSource

public String getSource()
Returns:
the source


Copyright © 2012. All Rights Reserved.