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 Modifier Constructor Description protectedCryptoSwitchableState(java.lang.String sourceBeanName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetProperty(java.lang.String name, java.lang.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
-
-
-
-
Method Detail
-
setProperty
public void setProperty(java.lang.String name, java.lang.String value)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
-
-