public class NonReloadableTestBean extends AbstractInitializableComponent
| Modifier and Type | Field and Description |
|---|---|
private ReloadableTestBean |
child |
private String |
id |
private org.slf4j.Logger |
log |
| Constructor and Description |
|---|
NonReloadableTestBean(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doDestroy() |
protected void |
doInitialize() |
ReloadableTestBean |
getChild() |
int |
getValue() |
void |
setChild(ReloadableTestBean b) |
destroy, initialize, isDestroyed, isInitialized@Nonnull private final org.slf4j.Logger log
@Nullable private ReloadableTestBean child
protected void doInitialize()
throws ComponentInitializationException
doInitialize in class AbstractInitializableComponentComponentInitializationExceptionprotected void doDestroy()
doDestroy in class AbstractInitializableComponentpublic ReloadableTestBean getChild()
public void setChild(ReloadableTestBean b)
public int getValue()
Copyright © 1999–2019 Shibboleth Consortium. All rights reserved.