|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.ConfigurationEngineDefaults.ExceptionHandling
public static class ConfigurationEngineDefaults.ExceptionHandling
Configuration object for defining exception handling behavior.
Constructor Summary | |
---|---|
ConfigurationEngineDefaults.ExceptionHandling()
|
Method Summary | |
---|---|
void |
addClass(java.lang.Class exceptionHandlerFactoryClass)
Add an exception handler factory class. |
void |
addClass(java.lang.String exceptionHandlerFactoryClassName)
Add an exception handler factory class name. |
void |
addClasses(java.util.List<java.lang.String> classNames)
Add a list of exception handler class names. |
java.util.List<java.lang.String> |
getHandlerFactories()
Returns the list of exception handler factory class names, see ExceptionHandlerFactory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationEngineDefaults.ExceptionHandling()
Method Detail |
---|
public java.util.List<java.lang.String> getHandlerFactories()
ExceptionHandlerFactory
public void addClass(java.lang.String exceptionHandlerFactoryClassName)
Provide a fully-qualified class name of the implementation
of the ExceptionHandlerFactory
interface.
exceptionHandlerFactoryClassName
- class name of exception handler factorypublic void addClasses(java.util.List<java.lang.String> classNames)
classNames
- to addpublic void addClass(java.lang.Class exceptionHandlerFactoryClass)
The class provided should implement the
ExceptionHandlerFactory
interface.
exceptionHandlerFactoryClass
- 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 |