com.espertech.esper.client
Class ConfigurationPlugInAggregationFunction

java.lang.Object
  extended by com.espertech.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 aggregation function name.
 void setFunctionClassName(String functionClassName)
          Sets the aggregation function's implementation class name.
 void setName(String name)
          Sets the aggregation function 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 aggregation function name.

Returns:
aggregation function name

setName

public void setName(String name)
Sets the aggregation function 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

© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com