org.apache.muse.core
Interface InitializationFailure
- All Known Subinterfaces:
- IsolationLayer
- All Known Implementing Classes:
- AbstractIsolationLayer, Axis2IsolationLayer, AxisIsolationLayer, MiniIsolationLayer, OSGiMiniIsolationLayer
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
boolean hasFailedToInitialize()
- Returns:
- True if the component's initialization routine was started
but failed to run to completion successfully.
getCauseOfFailure
SoapFault getCauseOfFailure()
- Returns:
- The exception that was created at the time the initialization
routine failed, or null if initialization was successful.
Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.