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