if (callFlowAgent != null) {
boolean callFlowEnabled = callFlowAgent.isEnabled();
if(callFlowEnabled){
if (isEjbCall(sri)){
try {
callFlowAgent.requestEnd();
} catch (Exception ex) {
_logger.log(
Level.WARNING,
"Callflow Agent's requestEnd method exception" + ex);
}