Uses of Interface
org.glassfish.hk2.configuration.hub.api.BeanDatabaseUpdateListener
Packages that use BeanDatabaseUpdateListener
Package
Description
-
Uses of BeanDatabaseUpdateListener in org.glassfish.hk2.configuration.hub.internal
Fields in org.glassfish.hk2.configuration.hub.internal with type parameters of type BeanDatabaseUpdateListenerModifier and TypeFieldDescriptionprivate LinkedList
<BeanDatabaseUpdateListener> WriteableBeanDatabaseImpl.TwoPhaseResourceImpl.completedListeners
HubImpl.listeners
Methods in org.glassfish.hk2.configuration.hub.internal that return types with arguments of type BeanDatabaseUpdateListenerModifier and TypeMethodDescription(package private) LinkedList
<BeanDatabaseUpdateListener> HubImpl.prepareCurrentDatabase
(WriteableBeanDatabaseImpl writeableDatabase, Object commitMessage, List<Change> changes) Method parameters in org.glassfish.hk2.configuration.hub.internal with type arguments of type BeanDatabaseUpdateListenerModifier and TypeMethodDescription(package private) void
HubImpl.activateCurrentDatabase
(WriteableBeanDatabaseImpl writeableDatabase, Object commitMessage, List<Change> changes, LinkedList<BeanDatabaseUpdateListener> completedListeners) (package private) void
HubImpl.rollbackCurrentDatabase
(WriteableBeanDatabaseImpl writeableDatabase, Object commitMessage, List<Change> changes, LinkedList<BeanDatabaseUpdateListener> completedListeners) -
Uses of BeanDatabaseUpdateListener in org.glassfish.hk2.configuration.internal
Classes in org.glassfish.hk2.configuration.internal that implement BeanDatabaseUpdateListener