|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.muse.core.platform.AbstractIsolationLayer org.ogf.graap.wsag.wsrf.bootstrap.BootstrapIsolationLayer
public class BootstrapIsolationLayer
The bootstrap isolation layer implements the AbstractIsolationLayer
in order to start up the WSRF
layer before the initial invocation of the web service interface.
Constructor Summary | |
---|---|
BootstrapIsolationLayer(String realPath,
String defaultDeploymentUri)
Creates a BootstrapIsolationLayer with a given application path (path of the expanded web
application) and the external URI of the application. |
Method Summary | |
---|---|
protected void |
beforeParentInitialize()
Hook for sub classes that is called before initialization. |
protected org.apache.muse.core.descriptor.DeploymentDescriptor |
createDeploymentDescriptor()
|
protected org.apache.muse.core.Environment |
createEnvironment()
Creates a new environment instance. |
boolean |
hasBeenInitialized()
|
boolean |
hasBeenShutdown()
|
boolean |
hasFailedToInitialize()
|
void |
initialize()
Initializes the environment. |
boolean |
isOverrideHasBeenInitializedValue()
|
boolean |
isOverrideHasBeenShutdownValue()
|
boolean |
isOverrideHasFailedToInitializeValue()
|
void |
setOverrideHasBeenInitializedValue(boolean overrideHasBeenInitializedValue)
|
void |
setOverrideHasBeenShutdownValue(boolean overrideHasBeenShutdownValue)
|
void |
setOverrideHasFailedToInitializeValue(boolean overrideHasFailedToInitializeValue)
|
void |
setTestMode(boolean testMode)
Toggles test mode on/off. |
void |
shutdown()
Shuts down the isolation layer. |
Methods inherited from class org.apache.muse.core.platform.AbstractIsolationLayer |
---|
getCauseOfFailure, getRouter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BootstrapIsolationLayer(String realPath, String defaultDeploymentUri)
BootstrapIsolationLayer
with a given application path (path of the expanded web
application) and the external URI of the application.
realPath
- the real path at the file systemdefaultDeploymentUri
- the default deployment URLMethod Detail |
---|
protected org.apache.muse.core.Environment createEnvironment()
createEnvironment
in class org.apache.muse.core.platform.AbstractIsolationLayer
protected org.apache.muse.core.descriptor.DeploymentDescriptor createDeploymentDescriptor()
createDeploymentDescriptor
in class org.apache.muse.core.platform.AbstractIsolationLayer
public void initialize()
initialize
in interface org.apache.muse.core.Initialization
initialize
in class org.apache.muse.core.platform.AbstractIsolationLayer
public void shutdown()
shutdown
in interface org.apache.muse.core.Shutdown
shutdown
in class org.apache.muse.core.platform.AbstractIsolationLayer
protected void beforeParentInitialize()
public void setTestMode(boolean testMode)
testMode
- sets the test modepublic boolean hasBeenInitialized()
hasBeenInitialized
in interface org.apache.muse.core.Initialization
hasBeenInitialized
in class org.apache.muse.core.platform.AbstractIsolationLayer
public boolean hasBeenShutdown()
hasBeenShutdown
in interface org.apache.muse.core.Shutdown
hasBeenShutdown
in class org.apache.muse.core.platform.AbstractIsolationLayer
public boolean hasFailedToInitialize()
hasFailedToInitialize
in interface org.apache.muse.core.InitializationFailure
hasFailedToInitialize
in class org.apache.muse.core.platform.AbstractIsolationLayer
public boolean isOverrideHasBeenInitializedValue()
public void setOverrideHasBeenInitializedValue(boolean overrideHasBeenInitializedValue)
overrideHasBeenInitializedValue
- sets the overrideHasBeenInitializedValuepublic boolean isOverrideHasBeenShutdownValue()
public void setOverrideHasBeenShutdownValue(boolean overrideHasBeenShutdownValue)
overrideHasBeenShutdownValue
- sets the overrideHasBeenShutdownValuepublic boolean isOverrideHasFailedToInitializeValue()
public void setOverrideHasFailedToInitializeValue(boolean overrideHasFailedToInitializeValue)
overrideHasFailedToInitializeValue
- sets the overrideHasFailedToInitializeValue
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |