if (!getContexts().contains(context)){
getContexts().add(context);
logger.debug( bundle.getString("bootstrap-context-added", context.getClass().getCanonicalName() , context.getScope().getSimpleName() ) );
}
else{
logger.warn( bundle.getString("bootstrap-context-already-managed", context.getClass().getCanonicalName() , context.getScope().getSimpleName() ) );
}
}
/**
* Deactivates all registered contexts and clear the context collection