org.apache.avalon.cornerstone.blocks.connection
Class CommonsLoggingConnectionMonitor
java.lang.Object
org.apache.avalon.cornerstone.blocks.connection.CommonsLoggingConnectionMonitor
- All Implemented Interfaces:
- ConnectionMonitor
public class CommonsLoggingConnectionMonitor
- extends Object
- implements ConnectionMonitor
A Commons Logging implementation of the ConnectionMonitor. Not very IoC, but then, nor is CommonsLogging.
- Version:
- $Revision: 1.8 $
- Author:
- Paul Hammant
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommonsLoggingConnectionMonitor
public CommonsLoggingConnectionMonitor()
acceptingConnectionException
public void acceptingConnectionException(Class clazz,
String message,
IOException ioe)
- Specified by:
acceptingConnectionException
in interface ConnectionMonitor
unexpectedException
public void unexpectedException(Class clazz,
String message,
Exception e)
- Specified by:
unexpectedException
in interface ConnectionMonitor
shutdownSocketWarning
public void shutdownSocketWarning(Class clazz,
String message,
IOException ioe)
- Specified by:
shutdownSocketWarning
in interface ConnectionMonitor
debugMessage
public void debugMessage(Class clazz,
String message)
- Specified by:
debugMessage
in interface ConnectionMonitor
isDebugEnabled
public boolean isDebugEnabled(Class clazz)
- Specified by:
isDebugEnabled
in interface ConnectionMonitor
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.