|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.shibboleth.utilities.java.support.component.AbstractInitializableComponent
public abstract class AbstractInitializableComponent
Base class for things that implement InitializableComponent.
| Field Summary | |
|---|---|
private boolean |
isInitialized
Whether this component has been initialized. |
| Constructor Summary | |
|---|---|
AbstractInitializableComponent()
|
|
| Method Summary | |
|---|---|
protected void |
doInitialize()
Performs the initialization of the component. |
void |
initialize()
Initializes the component. |
boolean |
isInitialized()
Gets whether this component is initialized. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private boolean isInitialized
| Constructor Detail |
|---|
public AbstractInitializableComponent()
| Method Detail |
|---|
public boolean isInitialized()
isInitialized in interface InitializableComponent
public final void initialize()
throws ComponentInitializationException
initialize in interface InitializableComponentComponentInitializationException - thrown if there is a problem initializing the component
protected void doInitialize()
throws ComponentInitializationException
ComponentInitializationException - thrown if there is a problem initializing the component
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||