Class ReloadableTestBean
- java.lang.Object
-
- net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
-
- net.shibboleth.ext.spring.service.ReloadableTestBean
-
- All Implemented Interfaces:
Component,DestructableComponent,InitializableComponent
public class ReloadableTestBean extends AbstractInitializableComponent
Test bean to canary out behavior of reloadable bean service.
-
-
Constructor Summary
Constructors Constructor Description ReloadableTestBean(String name, int val)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoDestroy()protected voiddoInitialize()intgetValue()-
Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
destroy, initialize, isDestroyed, isInitialized
-
-
-
-
Method Detail
-
doInitialize
protected void doInitialize() throws ComponentInitializationException- Overrides:
doInitializein classAbstractInitializableComponent- Throws:
ComponentInitializationException
-
doDestroy
protected void doDestroy()
- Overrides:
doDestroyin classAbstractInitializableComponent
-
getValue
public int getValue()
-
-