com.espertech.esper.core.service
Class ExceptionHandlingService

java.lang.Object
  extended by com.espertech.esper.core.service.ExceptionHandlingService

public class ExceptionHandlingService
extends java.lang.Object


Constructor Summary
ExceptionHandlingService(java.lang.String engineURI, java.util.List<ExceptionHandler> exceptionHandlers, java.util.List<ConditionHandler> conditionHandlers)
           
 
Method Summary
 java.lang.String getEngineURI()
           
 void handleCondition(BaseCondition condition, EPStatementHandle handle)
           
 void handleException(java.lang.RuntimeException ex, EPStatementAgentInstanceHandle handle, ExceptionHandlerExceptionType type)
           
 void handleException(java.lang.RuntimeException ex, java.lang.String statementName, java.lang.String epl, ExceptionHandlerExceptionType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionHandlingService

public ExceptionHandlingService(java.lang.String engineURI,
                                java.util.List<ExceptionHandler> exceptionHandlers,
                                java.util.List<ConditionHandler> conditionHandlers)
Method Detail

handleCondition

public void handleCondition(BaseCondition condition,
                            EPStatementHandle handle)

handleException

public void handleException(java.lang.RuntimeException ex,
                            EPStatementAgentInstanceHandle handle,
                            ExceptionHandlerExceptionType type)

getEngineURI

public java.lang.String getEngineURI()

handleException

public void handleException(java.lang.RuntimeException ex,
                            java.lang.String statementName,
                            java.lang.String epl,
                            ExceptionHandlerExceptionType type)

© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com