org.apache.avalon.cornerstone.blocks.connection
Class DefaultConnectionManager

java.lang.Object
  extended by org.apache.avalon.cornerstone.blocks.connection.AbstractConnectionManager
      extended by org.apache.avalon.cornerstone.blocks.connection.DefaultConnectionManager
All Implemented Interfaces:
ConnectionManager, Disposable, LogEnabled, Serviceable

public class DefaultConnectionManager
extends AbstractConnectionManager
implements ConnectionManager, Serviceable, Disposable, LogEnabled

This is the service through which ConnectionManagement occurs.

Author:
Avalon Development Team

Field Summary
 
Fields inherited from class org.apache.avalon.cornerstone.blocks.connection.AbstractConnectionManager
m_threadManager, monitor
 
Fields inherited from interface org.apache.avalon.cornerstone.services.connection.ConnectionManager
ROLE
 
Constructor Summary
DefaultConnectionManager()
           
 
Method Summary
 void enableLogging(Logger logger)
           
 void service(ServiceManager serviceManager)
           
 
Methods inherited from class org.apache.avalon.cornerstone.blocks.connection.AbstractConnectionManager
connect, connect, disconnect, disconnect, dispose
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.avalon.cornerstone.services.connection.ConnectionManager
connect, connect, disconnect, disconnect
 
Methods inherited from interface org.apache.avalon.framework.activity.Disposable
dispose
 

Constructor Detail

DefaultConnectionManager

public DefaultConnectionManager()
Method Detail

enableLogging

public void enableLogging(Logger logger)
Specified by:
enableLogging in interface LogEnabled

service

public void service(ServiceManager serviceManager)
             throws ServiceException
Specified by:
service in interface Serviceable
Throws:
ServiceException


Copyright © 2011 Apache Software Foundation. All Rights Reserved.