public class ExceptionHandlingService extends Object
Constructor and Description |
---|
ExceptionHandlingService(String runtimeURI,
List<ExceptionHandler> exceptionHandlers,
List<ConditionHandler> conditionHandlers) |
Modifier and Type | Method and Description |
---|---|
String |
getRuntimeURI() |
void |
handleCondition(BaseCondition condition,
StatementContext statement) |
void |
handleCondition(BaseCondition condition,
String deplomentId,
String statementName,
String optionalEPL) |
void |
handleException(RuntimeException ex,
EPStatementAgentInstanceHandle handle,
ExceptionHandlerExceptionType type,
EventBean optionalCurrentEvent) |
void |
handleException(RuntimeException ex,
String deploymentId,
String statementName,
String epl,
ExceptionHandlerExceptionType type,
EventBean optionalCurrentEvent) |
void |
handleInboundPoolException(String runtimeURI,
Throwable exception,
Object event) |
public ExceptionHandlingService(String runtimeURI, List<ExceptionHandler> exceptionHandlers, List<ConditionHandler> conditionHandlers)
public void handleCondition(BaseCondition condition, StatementContext statement)
public void handleCondition(BaseCondition condition, String deplomentId, String statementName, String optionalEPL)
public void handleException(RuntimeException ex, EPStatementAgentInstanceHandle handle, ExceptionHandlerExceptionType type, EventBean optionalCurrentEvent)
public String getRuntimeURI()
public void handleException(RuntimeException ex, String deploymentId, String statementName, String epl, ExceptionHandlerExceptionType type, EventBean optionalCurrentEvent)
Copyright © 2005–2018. All rights reserved.