org.apache.avalon.cornerstone.blocks.connection
Class NullConnectionMonitor
java.lang.Object
org.apache.avalon.cornerstone.blocks.connection.NullConnectionMonitor
- All Implemented Interfaces:
- ConnectionMonitor
public class NullConnectionMonitor
- extends Object
- implements ConnectionMonitor
A ConnectionMonitor made with accordance to the NullObjectPattern. Use with caution.
- 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 |
NullConnectionMonitor
public NullConnectionMonitor()
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 Apache Software Foundation. All Rights Reserved.