Uses of Interface
org.glassfish.hk2.configuration.hub.api.BeanDatabase
-
Packages that use BeanDatabase Package Description org.glassfish.hk2.configuration.hub.api org.glassfish.hk2.configuration.hub.internal org.glassfish.hk2.configuration.internal -
-
Uses of BeanDatabase in org.glassfish.hk2.configuration.hub.api
Subinterfaces of BeanDatabase in org.glassfish.hk2.configuration.hub.api Modifier and Type Interface Description interfaceWriteableBeanDatabaseA writeable version of aBeanDatabase.Methods in org.glassfish.hk2.configuration.hub.api that return BeanDatabase Modifier and Type Method Description BeanDatabaseHub. getCurrentDatabase()Gets the current database running in the systemMethods in org.glassfish.hk2.configuration.hub.api with parameters of type BeanDatabase Modifier and Type Method Description voidBeanDatabaseUpdateListener. commitDatabaseChange(BeanDatabase oldDatabase, BeanDatabase currentDatabase, java.lang.Object commitMessage, java.util.List<Change> changes)This method is called after the change of database has already happened.voidBeanDatabaseUpdateListener. prepareDatabaseChange(BeanDatabase currentDatabase, BeanDatabase proposedDatabase, java.lang.Object commitMessage, java.util.List<Change> changes)This method will be called prior to the bean database being updated.voidBeanDatabaseUpdateListener. rollbackDatabaseChange(BeanDatabase currentDatabase, BeanDatabase proposedDatabase, java.lang.Object commitMessage, java.util.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 BeanDatabase Modifier and Type Class Description classBeanDatabaseImplclassWriteableBeanDatabaseImplMethods in org.glassfish.hk2.configuration.hub.internal that return BeanDatabase Modifier and Type Method Description BeanDatabaseHubImpl. getCurrentDatabase()Methods in org.glassfish.hk2.configuration.hub.internal with parameters of type BeanDatabase Modifier and Type Method Description static voidUtilities. dumpDatabase(BeanDatabase database, java.io.PrintStream stream)Dumps the database givenstatic java.lang.StringUtilities. dumpDatabaseAsString(BeanDatabase database)Constructors in org.glassfish.hk2.configuration.hub.internal with parameters of type BeanDatabase Constructor Description 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 BeanDatabase Modifier and Type Method Description voidConfigurationListener. commitDatabaseChange(BeanDatabase reference, BeanDatabase newDatabase, java.lang.Object commitMessage, java.util.List<Change> changes)private voidConfigurationListener. initialize(BeanDatabase database)voidConfigurationListener. prepareDatabaseChange(BeanDatabase currentDatabase, BeanDatabase proposedDatabase, java.lang.Object commitMessage, java.util.List<Change> changes)voidConfigurationListener. rollbackDatabaseChange(BeanDatabase currentDatabase, BeanDatabase proposedDatabase, java.lang.Object commitMessage, java.util.List<Change> changes)
-