Uses of Interface
org.glassfish.hk2.configuration.hub.api.BeanDatabase
Packages that use BeanDatabase
Package
Description
-
Uses of BeanDatabase in org.glassfish.hk2.configuration.hub.api
Subinterfaces of BeanDatabase in org.glassfish.hk2.configuration.hub.apiMethods in org.glassfish.hk2.configuration.hub.api that return BeanDatabaseModifier and TypeMethodDescriptionHub.getCurrentDatabase()
Gets the current database running in the systemMethods in org.glassfish.hk2.configuration.hub.api with parameters of type BeanDatabaseModifier and TypeMethodDescriptionvoid
BeanDatabaseUpdateListener.commitDatabaseChange
(BeanDatabase oldDatabase, BeanDatabase currentDatabase, Object commitMessage, List<Change> changes) This method is called after the change of database has already happened.void
BeanDatabaseUpdateListener.prepareDatabaseChange
(BeanDatabase currentDatabase, BeanDatabase proposedDatabase, Object commitMessage, List<Change> changes) This method will be called prior to the bean database being updated.void
BeanDatabaseUpdateListener.rollbackDatabaseChange
(BeanDatabase currentDatabase, BeanDatabase proposedDatabase, Object commitMessage, List<Change> changes) If anyBeanDatabaseUpdateListener.prepareDatabaseChange(BeanDatabase, BeanDatabase, Object, List)
throws an exception this method will be called on all listeners whoseBeanDatabaseUpdateListener.prepareDatabaseChange(BeanDatabase, BeanDatabase, Object, List)
had already been succesfully called. -
Uses of BeanDatabase in org.glassfish.hk2.configuration.hub.internal
Classes in org.glassfish.hk2.configuration.hub.internal that implement BeanDatabaseMethods in org.glassfish.hk2.configuration.hub.internal that return BeanDatabaseMethods in org.glassfish.hk2.configuration.hub.internal with parameters of type BeanDatabaseModifier and TypeMethodDescriptionstatic void
Utilities.dumpDatabase
(BeanDatabase database, PrintStream stream) Dumps the database givenstatic String
Utilities.dumpDatabaseAsString
(BeanDatabase database) Constructors in org.glassfish.hk2.configuration.hub.internal with parameters of type BeanDatabaseModifierConstructorDescription(package private)
BeanDatabaseImpl
(long revision, BeanDatabase beanDatabase) -
Uses of BeanDatabase in org.glassfish.hk2.configuration.internal
Methods in org.glassfish.hk2.configuration.internal with parameters of type BeanDatabaseModifier and TypeMethodDescriptionvoid
ConfigurationListener.commitDatabaseChange
(BeanDatabase reference, BeanDatabase newDatabase, Object commitMessage, List<Change> changes) private void
ConfigurationListener.initialize
(BeanDatabase database) void
ConfigurationListener.prepareDatabaseChange
(BeanDatabase currentDatabase, BeanDatabase proposedDatabase, Object commitMessage, List<Change> changes) void
ConfigurationListener.rollbackDatabaseChange
(BeanDatabase currentDatabase, BeanDatabase proposedDatabase, Object commitMessage, List<Change> changes)