Package org.alfresco.repo.management.subsystems
package org.alfresco.repo.management.subsystems
-
ClassDescriptionA base class for
PropertyBackedBeans.The lifecycle states.An interface to be implemented by beans that can be 'turned off' by some configuration setting.An interface providing access to a child application context corresonding to a particular subsystem.A factory bean, used in conjunction withChildApplicationContextManagerallowing selected interfaces to be proxied to a chain of child application contexts.A factory allowing initialization of an entire 'subsystem' in a child application context.AChildApplicationContextManagermanages a 'chain' of child application contexts, perhaps corresponding to the components of a chained subsystem such as authentication.A class that wraps an instance of a Java Bean class declared as a composite property type onChildApplicationContextFactorymaking it configurable, either through alfresco-global.properties or a JMX console.SwitchableApplicationContextFactorythat only allows the subsystem to be switched from unencrypted to encrypted, or if the two subsystems have the same ecrypted state.A defaultChildApplicationContextManagerimplementation that manages a 'chain' ofChildApplicationContextFactoryobjects, perhaps corresponding to the components of a chained subsystem such as authentication.A default implementation ofPropertyBackedBeanRegistry.ChildApplicationContextFactory extension used to identify the type of the content store subsystem, encrypted or unecrypted.Custom AlfrescoRuntimeException for invalid property values.ABeanFactoryPostProcessorthat upgrades old-style Spring overrides that add location paths to therepository-propertiesorhibernateConfigPropertiesbeans to instead add these paths to theglobal-propertiesbean."Early" checker for Port property value (checks for "null/empty", "out-of-bounds", "unable-to-parse", "already-in-use" problems).APropertyBackedBeanis a reconfigurable sub-component or subsystem in the Alfresco server.A base class for events emitted byPropertyBackedBeans.An event emitted after aPropertyBackedBeanis initialized.An object that tracks the initialization and destruction ofPropertyBackedBeaninstances.An event emitted before aPropertyBackedBeanremoves properties.An event emitted before aPropertyBackedBeanupdates its properties.An event emitted before aPropertyBackedBeanupdates a property.An event emitted after aPropertyBackedBeanis started.APropertyBackedBeanStaterepresents the state of a configurable sub-component or subsystem in the Alfresco server.An event emitted before aPropertyBackedBeanis stopped.An event emitted aPropertyBackedBeanis destroyed.The property backed bean has a monitor object which is exposed via JMX.Interface that describes an "early" checker for subsystem properties.A factory bean, normally used in conjunction withChildApplicationContextFactoryallowing selected interfaces in a child application context to be proxied by a bean in the parent application context.A configurable proxy for a set ofApplicationContextFactorybeans that allows dynamic selection of one or more alternative subsystems via asourceBeanNameproperty.