Package org.glassfish.hk2.configuration.hub.api
package org.glassfish.hk2.configuration.hub.api
-
ClassDescriptionA database of beans organized as types, where a type can have multiple instances of a configuration beanThis is a listener that is notified when changes are made to the current
BeanDatabase
This represents a single change made to aBeanDatabase
All exceptions fromBeanDatabaseUpdateListener.commitDatabaseChange(BeanDatabase, BeanDatabase, Object, java.util.List)
are wrapped in this exceptionThe central repository of configuration objects in the system.All exceptions fromBeanDatabaseUpdateListener.prepareDatabaseChange(BeanDatabase, BeanDatabase, Object, java.util.List)
are wrapped in this exceptionAll exceptions fromBeanDatabaseUpdateListener.rollbackDatabaseChange(BeanDatabase, BeanDatabase, Object, java.util.List)
are wrapped in this exceptionA type contains (possibly) multiple instances of a configuration beanA writeable version of aBeanDatabase
.