|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.ConfigurationEngineDefaults.ConditionHandling
public static class ConfigurationEngineDefaults.ConditionHandling
Configuration object for defining condition handling behavior.
Constructor Summary | |
---|---|
ConfigurationEngineDefaults.ConditionHandling()
|
Method Summary | |
---|---|
void |
addClass(java.lang.Class clazz)
Add an condition handler factory class. |
void |
addClass(java.lang.String className)
Add an condition handler factory class name. |
void |
addClasses(java.util.List<java.lang.String> classNames)
Add a list of condition handler class names. |
java.util.List<java.lang.String> |
getHandlerFactories()
Returns the list of condition handler factory class names, see ConditionHandlerFactory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationEngineDefaults.ConditionHandling()
Method Detail |
---|
public java.util.List<java.lang.String> getHandlerFactories()
ConditionHandlerFactory
public void addClass(java.lang.String className)
Provide a fully-qualified class name of the implementation
of the ConditionHandlerFactory
interface.
className
- class name of condition handler factorypublic void addClasses(java.util.List<java.lang.String> classNames)
classNames
- to addpublic void addClass(java.lang.Class clazz)
The class provided should implement the
ConditionHandlerFactory
interface.
clazz
- class of implementation
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |