org.apache.muse.core.platform.osgi.mini.internal
Class OSGiMiniIsolationLayer
java.lang.Object
org.apache.muse.core.platform.AbstractIsolationLayer
org.apache.muse.core.platform.mini.MiniIsolationLayer
org.apache.muse.core.platform.osgi.mini.internal.OSGiMiniIsolationLayer
- All Implemented Interfaces:
- Initialization, InitializationFailure, IsolationLayer, Shutdown
public class OSGiMiniIsolationLayer
- extends MiniIsolationLayer
Constructor Summary |
OSGiMiniIsolationLayer(javax.servlet.http.HttpServletRequest initialRequest,
javax.servlet.ServletContext initialContext)
|
Method Summary |
protected Environment |
createEnvironment()
|
void |
initialize()
performs initialzation of the IsolationLayer, and installs the
OSGiReflectUtilHelper singleton as the ReflectUtils
helper. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
initializing
protected boolean initializing
initialized
protected boolean initialized
OSGiMiniIsolationLayer
public OSGiMiniIsolationLayer(javax.servlet.http.HttpServletRequest initialRequest,
javax.servlet.ServletContext initialContext)
createEnvironment
protected Environment createEnvironment()
- Overrides:
createEnvironment
in class MiniIsolationLayer
- Returns:
- A concrete instance of the Environment class, specific to
the deployment platform.
- See Also:
Environment
initialize
public void initialize()
- performs initialzation of the IsolationLayer, and installs the
OSGiReflectUtilHelper
singleton as the ReflectUtils
helper.
- Specified by:
initialize
in interface Initialization
- Overrides:
initialize
in class AbstractIsolationLayer
- See Also:
ReflectUtils
,
OSGiReflectUtilHelper
Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.