393394395396397398399400401402
if(id != null) { Bean<?> oldBean = passivationBeans.putIfAbsent(id, bean); if (oldBean != null) { throw new DuplicateDefinitionException("PassivationCapable bean id is not unique: " + id + " bean:" + bean); } } }
404405406407408409410411412413
385386387388389390391392393394
402403404405406407408409410411
400401402403404405406407408409