org.apache.axis2.transport.http.server
Class SimpleConnManager

java.lang.Object
  extended byorg.apache.axis2.transport.http.server.SimpleConnManager

public class SimpleConnManager
extends java.lang.Object

A REALLY simple connection manager.


Constructor Summary
SimpleConnManager()
           
 
Method Summary
 SimpleHttpServerConnection openConnection(SimpleHost host)
           
 void releaseConnection(SimpleHost host, SimpleHttpServerConnection conn)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleConnManager

public SimpleConnManager()
Method Detail

openConnection

public SimpleHttpServerConnection openConnection(SimpleHost host)
                                          throws java.io.IOException
Throws:
java.io.IOException

releaseConnection

public void releaseConnection(SimpleHost host,
                              SimpleHttpServerConnection conn)
                       throws java.io.IOException
Throws:
java.io.IOException

shutdown

public void shutdown()