Uses of Interface
org.glassfish.hk2.configuration.hub.api.Change
Packages that use Change
Package
Description
-
Uses of Change in org.glassfish.hk2.configuration.hub.api
Method parameters in org.glassfish.hk2.configuration.hub.api with type arguments of type ChangeModifier and TypeMethodDescriptionvoidBeanDatabaseUpdateListener.commitDatabaseChange(BeanDatabase oldDatabase, BeanDatabase currentDatabase, Object commitMessage, List<Change> changes) This method is called after the change of database has already happened.voidBeanDatabaseUpdateListener.prepareDatabaseChange(BeanDatabase currentDatabase, BeanDatabase proposedDatabase, Object commitMessage, List<Change> changes) This method will be called prior to the bean database being updated.voidBeanDatabaseUpdateListener.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 Change in org.glassfish.hk2.configuration.hub.internal
Classes in org.glassfish.hk2.configuration.hub.internal that implement ChangeFields in org.glassfish.hk2.configuration.hub.internal with type parameters of type ChangeModifier and TypeFieldDescriptionprivate final LinkedList<Change> WriteableBeanDatabaseImpl.changesMethods in org.glassfish.hk2.configuration.hub.internal with parameters of type ChangeModifier and TypeMethodDescription(package private) voidMethod parameters in org.glassfish.hk2.configuration.hub.internal with type arguments of type ChangeModifier and TypeMethodDescription(package private) voidHubImpl.activateCurrentDatabase(WriteableBeanDatabaseImpl writeableDatabase, Object commitMessage, List<Change> changes, LinkedList<BeanDatabaseUpdateListener> completedListeners) (package private) LinkedList<BeanDatabaseUpdateListener> HubImpl.prepareCurrentDatabase(WriteableBeanDatabaseImpl writeableDatabase, Object commitMessage, List<Change> changes) (package private) voidHubImpl.rollbackCurrentDatabase(WriteableBeanDatabaseImpl writeableDatabase, Object commitMessage, List<Change> changes, LinkedList<BeanDatabaseUpdateListener> completedListeners) (package private) voidHubImpl.setCurrentDatabase(WriteableBeanDatabaseImpl writeableDatabase, Object commitMessage, List<Change> changes) -
Uses of Change in org.glassfish.hk2.configuration.internal
Method parameters in org.glassfish.hk2.configuration.internal with type arguments of type ChangeModifier and TypeMethodDescriptionvoidConfigurationListener.commitDatabaseChange(BeanDatabase reference, BeanDatabase newDatabase, Object commitMessage, List<Change> changes) voidConfigurationListener.prepareDatabaseChange(BeanDatabase currentDatabase, BeanDatabase proposedDatabase, Object commitMessage, List<Change> changes) voidConfigurationListener.rollbackDatabaseChange(BeanDatabase currentDatabase, BeanDatabase proposedDatabase, Object commitMessage, List<Change> changes)