public class EPDataFlowEmitterExceptionHandler extends Object
Constructor and Description |
---|
EPDataFlowEmitterExceptionHandler(AgentInstanceContext agentInstanceContext,
String dataFlowName,
String instanceId,
String operatorName,
int operatorNumber,
String operatorPrettyPrint,
EPDataFlowExceptionHandler optionalExceptionHandler) |
Modifier and Type | Method and Description |
---|---|
String |
getDataFlowName() |
String |
getDeploymentId() |
String |
getOperatorName() |
int |
getOperatorNumber() |
String |
getOperatorPrettyPrint() |
EPDataFlowExceptionHandler |
getOptionalExceptionHandler() |
String |
getRuntimeURI() |
String |
getStatementName() |
void |
handleAudit(Object targetObject,
Object[] parameters) |
void |
handleException(Object targetObject,
Method fastMethod,
IllegalAccessException ex,
Object[] parameters) |
void |
handleException(Object targetObject,
Method fastMethod,
InvocationTargetException ex,
Object[] parameters) |
public EPDataFlowEmitterExceptionHandler(AgentInstanceContext agentInstanceContext, String dataFlowName, String instanceId, String operatorName, int operatorNumber, String operatorPrettyPrint, EPDataFlowExceptionHandler optionalExceptionHandler)
public void handleException(Object targetObject, Method fastMethod, InvocationTargetException ex, Object[] parameters)
public void handleException(Object targetObject, Method fastMethod, IllegalAccessException ex, Object[] parameters)
public String getRuntimeURI()
public String getStatementName()
public String getDataFlowName()
public String getOperatorName()
public int getOperatorNumber()
public String getOperatorPrettyPrint()
public EPDataFlowExceptionHandler getOptionalExceptionHandler()
public String getDeploymentId()
Copyright © 2005–2018. All rights reserved.