Package org.glassfish.hk2.configuration.hub.api
-
Interface Summary Interface Description BeanDatabase A database of beans organized as types, where a type can have multiple instances of a configuration beanBeanDatabaseUpdateListener This is a listener that is notified when changes are made to the currentBeanDatabase
Change This represents a single change made to aBeanDatabase
Hub The central repository of configuration objects in the system.Instance Type A type contains (possibly) multiple instances of a configuration beanWriteableBeanDatabase A writeable version of aBeanDatabase
.WriteableType -
Class Summary Class Description ManagerUtilities -
Enum Summary Enum Description Change.ChangeCategory -
Exception Summary Exception Description CommitFailedException All exceptions fromBeanDatabaseUpdateListener.commitDatabaseChange(BeanDatabase, BeanDatabase, Object, java.util.List)
are wrapped in this exceptionPrepareFailedException All exceptions fromBeanDatabaseUpdateListener.prepareDatabaseChange(BeanDatabase, BeanDatabase, Object, java.util.List)
are wrapped in this exceptionRollbackFailedException All exceptions fromBeanDatabaseUpdateListener.rollbackDatabaseChange(BeanDatabase, BeanDatabase, Object, java.util.List)
are wrapped in this exception