33343536373839
/** * Constructor */ protected AbstractSharedContext(String contextId) { super(contextId, true); this.beanStore = new ConcurrentHashMapBeanStore(); }