org.apache.servicemix.http
Class ManagedContextManager

java.lang.Object
  extended by org.apache.servicemix.http.ManagedContextManager
All Implemented Interfaces:
ContextManager

public class ManagedContextManager
extends java.lang.Object
implements ContextManager


Nested Class Summary
protected  class ManagedContextManager.MainProcessor
           
 
Constructor Summary
ManagedContextManager()
           
 
Method Summary
 java.lang.Object createContext(java.lang.String strUrl, HttpProcessor processor)
           
 HttpConfiguration getConfiguration()
           
 HttpProcessor getMainProcessor()
           
 void init()
           
 void remove(java.lang.Object context)
           
 void setConfiguration(HttpConfiguration configuration)
           
 void shutDown()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedContextManager

public ManagedContextManager()
Method Detail

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.