| 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 |
A
ChildApplicationContextManager manages a 'chain' of child application contexts, perhaps corresponding
to the components of a chained subsystem such as authentication. |
| PropertyBackedBean |
A
PropertyBackedBean is a reconfigurable sub-component or subsystem in the Alfresco server. |
| PropertyBackedBeanRegistry |
An object that tracks the initialization and destruction of
PropertyBackedBean instances. |
| PropertyBackedBeanState |
A
PropertyBackedBeanState represents the state of a configurable sub-component or subsystem in the
Alfresco server. |
| Class | Description |
|---|---|
| AbstractChainedSubsystemTest |
Uses package level protection to allow us to sneak inside chained subsystems for test purposes.
|
| AbstractPropertyBackedBean |
A base class for
PropertyBackedBeans. |
| ChainingSubsystemProxyFactory |
A factory bean, used in conjunction with
ChildApplicationContextManager allowing 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 on
ChildApplicationContextFactory making it configurable, either through alfresco-global.properties or a JMX
console. |
| DefaultChildApplicationContextManager |
A default
ChildApplicationContextManager implementation that manages a 'chain' of
ChildApplicationContextFactory objects, perhaps corresponding to the components of a chained subsystem such
as authentication. |
| DefaultPropertyBackedBeanRegistry |
A default implementation of
PropertyBackedBeanRegistry. |
| LegacyConfigPostProcessor |
A
BeanFactoryPostProcessor that upgrades old-style Spring overrides that add location paths to the
repository-properties or hibernateConfigProperties beans to instead add these paths to the
global-properties bean. |
| PropertyBackedBeanEvent |
A base class for events emitted by
PropertyBackedBeans. |
| PropertyBackedBeanRegisteredEvent |
An event emitted after a
PropertyBackedBean is initialized. |
| PropertyBackedBeanStartedEvent |
An event emitted after a
PropertyBackedBean is started. |
| PropertyBackedBeanStoppedEvent |
An event emitted before a
PropertyBackedBean is stopped. |
| PropertyBackedBeanUnregisteredEvent |
An event emitted a
PropertyBackedBean is destroyed. |
| SubsystemProxyFactory |
A factory bean, normally used in conjunction with
ChildApplicationContextFactory allowing 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 of
ApplicationContextFactory beans that allows dynamic selection of one or
more alternative subsystems via a sourceBeanName property. |
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.