Package org.alfresco.repo.management.subsystems
-
Interface Summary Interface Description ActivateableBean An interface to be implemented by beans that can be 'turned off' by some configuration setting.ApplicationContextFactory An interface providing access to a child application context corresonding to a particular subsystem.ChildApplicationContextManager AChildApplicationContextManagermanages a 'chain' of child application contexts, perhaps corresponding to the components of a chained subsystem such as authentication.PropertyBackedBean APropertyBackedBeanis a reconfigurable sub-component or subsystem in the Alfresco server.PropertyBackedBeanRegistry An object that tracks the initialization and destruction ofPropertyBackedBeaninstances.PropertyBackedBeanState APropertyBackedBeanStaterepresents the state of a configurable sub-component or subsystem in the Alfresco server.PropertyBackedBeanWithMonitor The property backed bean has a monitor object which is exposed via JMX.SubsystemEarlyPropertyChecker Interface that describes an "early" checker for subsystem properties. -
Class Summary Class Description AbstractPropertyBackedBean A base class forPropertyBackedBeans.ChainingSubsystemProxyFactory A factory bean, used in conjunction withChildApplicationContextManagerallowing selected interfaces to be proxied to a chain of child application contexts.ChildApplicationContextFactory A factory allowing initialization of an entire 'subsystem' in a child application context.CompositeDataBean 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.CryptodocSubsystemProxyFactory CryptodocSwitchableApplicationContextFactory SwitchableApplicationContextFactorythat only allows the subsystem to be switched if the current subsystem is the unencrypted content store.DefaultChildApplicationContextManager A defaultChildApplicationContextManagerimplementation that manages a 'chain' ofChildApplicationContextFactoryobjects, perhaps corresponding to the components of a chained subsystem such as authentication.DefaultPropertyBackedBeanRegistry A default implementation ofPropertyBackedBeanRegistry.LegacyConfigPostProcessor ABeanFactoryPostProcessorthat upgrades old-style Spring overrides that add location paths to therepository-propertiesorhibernateConfigPropertiesbeans to instead add these paths to theglobal-propertiesbean.LuceneChildApplicationContextFactory NoIndexChildApplicationContextFactory PortEarlyPropertyChecker "Early" checker for Port property value (checks for "null/empty", "out-of-bounds", "unable-to-parse", "already-in-use" problems).PropertyBackedBeanEvent A base class for events emitted byPropertyBackedBeans.PropertyBackedBeanRegisteredEvent An event emitted after aPropertyBackedBeanis initialized.PropertyBackedBeanRemovePropertiesEvent An event emitted before aPropertyBackedBeanremoves properties.PropertyBackedBeanSetPropertiesEvent An event emitted before aPropertyBackedBeanupdates its properties.PropertyBackedBeanSetPropertyEvent An event emitted before aPropertyBackedBeanupdates a property.PropertyBackedBeanStartedEvent An event emitted after aPropertyBackedBeanis started.PropertyBackedBeanStoppedEvent An event emitted before aPropertyBackedBeanis stopped.PropertyBackedBeanUnregisteredEvent An event emitted aPropertyBackedBeanis destroyed.SubsystemProxyFactory 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.SwitchableApplicationContextFactory A configurable proxy for a set ofApplicationContextFactorybeans that allows dynamic selection of one or more alternative subsystems via asourceBeanNameproperty. -
Enum Summary Enum Description AbstractPropertyBackedBean.RuntimeState The lifecycle states. -
Exception Summary Exception Description InvalidPropertyValueException Custom AlfrescoRuntimeException for invalid property values.