Class CryptodocSwitchableApplicationContextFactory.CryptoSwitchableState
java.lang.Object
org.alfresco.repo.management.subsystems.SwitchableApplicationContextFactory.SwitchableState
org.alfresco.repo.management.subsystems.CryptodocSwitchableApplicationContextFactory.CryptoSwitchableState
- All Implemented Interfaces:
PropertyBackedBeanState
- Enclosing class:
- CryptodocSwitchableApplicationContextFactory
protected class CryptodocSwitchableApplicationContextFactory.CryptoSwitchableState
extends SwitchableApplicationContextFactory.SwitchableState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetProperty(String name, String value) Sets the value of a property.Methods inherited from class org.alfresco.repo.management.subsystems.SwitchableApplicationContextFactory.SwitchableState
getApplicationContext, getProperty, getPropertyNames, removeProperty, start, stop
-
Constructor Details
-
CryptoSwitchableState
-
-
Method Details
-
setProperty
Description copied from interface:PropertyBackedBeanStateSets the value of a property. This may only be called afterPropertyBackedBeanState.stop().- Specified by:
setPropertyin interfacePropertyBackedBeanState- Overrides:
setPropertyin classSwitchableApplicationContextFactory.SwitchableState- Parameters:
name- the property namevalue- the property value
-