org.apache.qpid.management.wsdm.muse.engine
Class WSDMAdapterIsolationLayer
java.lang.Object
org.apache.muse.core.platform.AbstractIsolationLayer
org.apache.muse.core.platform.mini.MiniIsolationLayer
org.apache.qpid.management.wsdm.muse.engine.WSDMAdapterIsolationLayer
- All Implemented Interfaces:
- org.apache.muse.core.Initialization, org.apache.muse.core.InitializationFailure, org.apache.muse.core.platform.IsolationLayer, org.apache.muse.core.Shutdown
public class WSDMAdapterIsolationLayer
- extends org.apache.muse.core.platform.mini.MiniIsolationLayer
QMan specific implementation of the Apache Muse isolation layer.
If you are a Muse expert you were wondering why don't we use the muse default implementation...
well,
Method Summary |
protected org.apache.muse.core.Environment |
createEnvironment()
WSDMAdapterEnvironment factory method. |
Methods inherited from class org.apache.muse.core.platform.mini.MiniIsolationLayer |
getInitialContext, getInitialRequest, handleRequest |
Methods inherited from class org.apache.muse.core.platform.AbstractIsolationLayer |
createDeploymentDescriptor, getCauseOfFailure, getRouter, hasBeenInitialized, hasBeenShutdown, hasFailedToInitialize, initialize, shutdown |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDMAdapterIsolationLayer
public WSDMAdapterIsolationLayer(ServletContext initialContext)
- Builds a new isolation layer with the given application context.
- Parameters:
initialContext
- the application context.
createEnvironment
protected org.apache.muse.core.Environment createEnvironment()
- WSDMAdapterEnvironment factory method.
- Overrides:
createEnvironment
in class org.apache.muse.core.platform.mini.MiniIsolationLayer
- Returns:
- the environment.
Licensed to the Apache Software Foundation