org.apache.servicemix.http
Class ManagedContextManager
java.lang.Object
org.apache.servicemix.http.ManagedContextManager
- All Implemented Interfaces:
- ContextManager
public class ManagedContextManager
- extends java.lang.Object
- implements ContextManager
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagedContextManager
public ManagedContextManager()
init
public void init()
throws java.lang.Exception
- Specified by:
init in interface ContextManager
- Throws:
java.lang.Exception
shutDown
public void shutDown()
throws java.lang.Exception
- Specified by:
shutDown in interface ContextManager
- Throws:
java.lang.Exception
start
public void start()
throws java.lang.Exception
- Specified by:
start in interface ContextManager
- Throws:
java.lang.Exception
stop
public void stop()
throws java.lang.Exception
- Specified by:
stop in interface ContextManager
- Throws:
java.lang.Exception
createContext
public java.lang.Object createContext(java.lang.String strUrl,
HttpProcessor processor)
throws java.lang.Exception
- Specified by:
createContext in interface ContextManager
- Throws:
java.lang.Exception
remove
public void remove(java.lang.Object context)
throws java.lang.Exception
- Specified by:
remove in interface ContextManager
- Throws:
java.lang.Exception
getConfiguration
public HttpConfiguration getConfiguration()
setConfiguration
public void setConfiguration(HttpConfiguration configuration)
- Specified by:
setConfiguration in interface ContextManager
getMainProcessor
public HttpProcessor getMainProcessor()
- Specified by:
getMainProcessor in interface ContextManager
Copyright © 2005-2012 FuseSource. All Rights Reserved.