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. |
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 | Description |
---|---|
AbstractPropertyBackedBean |
A base class for
PropertyBackedBean s. |
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. |
CryptodocSubsystemProxyFactory | |
CryptodocSwitchableApplicationContextFactory |
SwitchableApplicationContextFactory that only allows the subsystem to be switched
if the current subsystem is the unencrypted content store. |
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. |
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 by
PropertyBackedBean s. |
PropertyBackedBeanRegisteredEvent |
An event emitted after a
PropertyBackedBean is initialized. |
PropertyBackedBeanRemovePropertiesEvent |
An event emitted before a
PropertyBackedBean removes properties. |
PropertyBackedBeanSetPropertiesEvent |
An event emitted before a
PropertyBackedBean updates its properties. |
PropertyBackedBeanSetPropertyEvent |
An event emitted before a
PropertyBackedBean updates a property. |
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. |
Enum | Description |
---|---|
AbstractPropertyBackedBean.RuntimeState |
The lifecycle states.
|
Exception | Description |
---|---|
InvalidPropertyValueException |
Custom AlfrescoRuntimeException for invalid property values.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.