Class DefaultPropertyBackedBeanRegistry

java.lang.Object
org.alfresco.repo.management.subsystems.DefaultPropertyBackedBeanRegistry
All Implemented Interfaces:
EventListener, PropertyBackedBeanRegistry, TransactionListener, org.alfresco.util.transaction.TransactionListener, org.springframework.context.ApplicationListener

public class DefaultPropertyBackedBeanRegistry extends Object implements PropertyBackedBeanRegistry, org.springframework.context.ApplicationListener, TransactionListener
A default implementation of PropertyBackedBeanRegistry. An instance of this class will defer broadcasting PropertyBackedBeanEvents until it is notified that the database schema is available via a SchemaAvailableEvent. This allows listeners to potentially reconfigure the beans using persisted database information.
Author:
dward