257258259260261262263264265266267
{ if(logger.isLoggable(Level.INFO)) { logger.log(Level.INFO, OWBLogConst.INFO_0011, conv.getId()); } ctx.destroy(); } it.remove(); } }
594595596597598599600601602603604
{ ConversationContext context = getConversationContext(); if (context != null) { context.destroy(); } conversationContext.set(null); conversationContext.remove(); }
185186187188189190191192193194195
if (conv.getSessionId().equals(sessionId)) { ConversationContext ctx = getConversationContext(conv); if (ctx != null) { ctx.destroy(); } it.remove(); } } }
231232233234235236237238239240241
{ if(logger.wblWillLogInfo()) { logger.info(logger.getTokenString(OWBLogConst.INFO_0011),conv.getId()); } ctx.destroy(); } it.remove(); } }
211212213214215216217218219220221
417418419420421422423424425426427
} ConversationContext context = getConversationContext(); if (context != null) { context.destroy(); } if (null != conversationContext) { conversationContext.set(null); conversationContext.remove();
187188189190191192193194195196197
233234235236237238239240241242243
397398399400401402403404405406407