Uses of Interface
org.apache.avalon.cornerstone.services.connection.ConnectionHandler

Packages that use ConnectionHandler
org.apache.avalon.cornerstone.services.connection Defintion of the connection service. 
 

Uses of ConnectionHandler in org.apache.avalon.cornerstone.services.connection
 

Methods in org.apache.avalon.cornerstone.services.connection that return ConnectionHandler
protected  ConnectionHandler DefaultHandlerFactory.newHandler()
          Overide this method to create actual instance of connection handler.
 ConnectionHandler AbstractHandlerFactory.createConnectionHandler()
          Construct an appropriate ConnectionHandler.
protected abstract  ConnectionHandler AbstractHandlerFactory.newHandler()
          Overide this method to create actual instance of connection handler.
 ConnectionHandler ConnectionHandlerFactory.createConnectionHandler()
          Construct an appropriate ConnectionHandler.
 

Methods in org.apache.avalon.cornerstone.services.connection with parameters of type ConnectionHandler
 void DefaultHandlerFactory.releaseConnectionHandler(ConnectionHandler connectionHandler)
          Release a previously created ConnectionHandler.
 void AbstractHandlerFactory.releaseConnectionHandler(ConnectionHandler connectionHandler)
           
 void ConnectionHandlerFactory.releaseConnectionHandler(ConnectionHandler connectionHandler)
          Release a previously created ConnectionHandler.
 



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.