org.apache.muse.core
Interface InitializationFailure
- public interface InitializationFailure
InitializationFailure is a set of operations for components that have
an initialization phase with distinct failure state.
- Author:
- Dan Jemiolo (danj)
hasFailedToInitialize
public boolean hasFailedToInitialize()
- Returns:
- True if the component's initialization routine was started
but failed to run to completion successfully.
getCauseOfFailure
public SoapFault getCauseOfFailure()
- Returns:
- The exception that was created at the time the initialization
routine failed, or null if initialization was successful.