231232233234235236237238239240241
{ if(logger.wblWillLogInfo()) { logger.info(logger.getTokenString(OWBLogConst.INFO_0011),conv.getId()); } ctx.destroy(); } it.remove(); } }
185186187188189190191192193194195
if (conv.getSessionId().equals(sessionId)) { ConversationContext ctx = getConversationContext(conv); if (ctx != null) { ctx.destroy(); } it.remove(); } } }
211212213214215216217218219220221
257258259260261262263264265266267
{ if(logger.isLoggable(Level.INFO)) { logger.log(Level.INFO, OWBLogConst.INFO_0011, conv.getId()); } ctx.destroy(); } it.remove(); } }
677678679680681682683684685686687
{ ConversationContext context = getConversationContext(); if (context != null) { context.destroy(); } conversationContexts.set(null); conversationContexts.remove(); }
561562563564565566567568569570571
{ ConversationContext context = getConversationContext(); if (context != null) { context.destroy(); } conversationContext.set(null); conversationContext.remove(); }
210211212213214215216217218219220
256257258259260261262263264265266
431432433434435436437438439440441
} ConversationContext context = getConversationContext(); if (context != null) { context.destroy(); } if (null != conversationContext) { conversationContext.set(null); conversationContext.remove();