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

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 ConnectionHandlerFactory.createConnectionHandler()
          Construct an appropriate ConnectionHandler.
 ConnectionHandler AbstractHandlerFactory.createConnectionHandler()
          Construct an appropriate ConnectionHandler.
protected abstract  ConnectionHandler AbstractHandlerFactory.newHandler()
          Overide this method to create actual instance of connection handler.
 

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



Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.