net.esper.client
Class ConfigurationPlugInAggregationFunction

java.lang.Object
  extended by net.esper.client.ConfigurationPlugInAggregationFunction
All Implemented Interfaces:
Serializable

public class ConfigurationPlugInAggregationFunction
extends Object
implements Serializable

Configuration information for plugging in a custom aggregation function.

See Also:
Serialized Form

Constructor Summary
ConfigurationPlugInAggregationFunction()
          Ctor.
 
Method Summary
 String getFunctionClassName()
          Returns the aggregation function name.
 String getName()
          Returns the view name.
 void setFunctionClassName(String functionClassName)
          Sets the aggregation function's implementation class name.
 void setName(String name)
          Sets the view name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationPlugInAggregationFunction

public ConfigurationPlugInAggregationFunction()
Ctor.

Method Detail

getName

public String getName()
Returns the view name.

Returns:
view name

setName

public void setName(String name)
Sets the view name.

Parameters:
name - to set

getFunctionClassName

public String getFunctionClassName()
Returns the aggregation function name.

Returns:
name

setFunctionClassName

public void setFunctionClassName(String functionClassName)
Sets the aggregation function's implementation class name.

Parameters:
functionClassName - is the implementation class name