org.alfresco.repo.management.subsystems
Interface ApplicationContextFactory

All Superinterfaces:
PropertyBackedBean, PropertyBackedBeanState
All Known Implementing Classes:
ChildApplicationContextFactory, SolrChildApplicationContextFactory, SwitchableApplicationContextFactory

public interface ApplicationContextFactory
extends PropertyBackedBean

An interface providing access to a child application context corresonding to a particular subsystem. As with other PropertyBackedBeans, can be stopped, reconfigured, started and tested.


Method Summary
 org.springframework.context.ApplicationContext getApplicationContext()
          Gets the application context, configured according to the properties of the factory.
 
Methods inherited from interface org.alfresco.repo.management.subsystems.PropertyBackedBean
getDescription, getId, isUpdateable, revert, setProperties
 
Methods inherited from interface org.alfresco.repo.management.subsystems.PropertyBackedBeanState
getProperty, getPropertyNames, setProperty, start, stop
 

Method Detail

getApplicationContext

org.springframework.context.ApplicationContext getApplicationContext()
Gets the application context, configured according to the properties of the factory.

Returns:
the application context


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.