if (conversationContext.isActive()){
logger.debug(bundle.getString("management-debug-stoping-custom-context",
conversationContext.getClass().getCanonicalName(), managedType.getCanonicalName()));
conversationContext.deactivate();
}
}
public void shutdown(Collection<Class<? extends ManagementExtension>> monitoringExtensions) {
for (Class<? extends ManagementExtension> monitoringExtensionClass : monitoringExtensions) {