net.sf.urlchecker.exception.handling
Class AlwaysTrue

Package class diagram package AlwaysTrue
java.lang.Object
  extended by net.sf.urlchecker.exception.handling.AlwaysTrue
All Implemented Interfaces:
Serializable, ExceptionHandler<org.apache.commons.httpclient.HttpMethod>

public class AlwaysTrue
extends Object
implements ExceptionHandler<org.apache.commons.httpclient.HttpMethod>, Serializable

The Class AlwaysTrue.

$Id: AlwaysTrue.java 180 2010-12-12 18:47:56Z georgosn $

Version:
$LastChangedRevision: 180 $
Author:
$LastChangedBy: georgosn $
See Also:
Serialized Form

Constructor Summary
AlwaysTrue()
           
 
Method Summary
 boolean handle(org.apache.commons.httpclient.HttpMethod method, IOException exception, int retryCount)
          Handle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlwaysTrue

public AlwaysTrue()
Method Detail

handle

public boolean handle(org.apache.commons.httpclient.HttpMethod method,
                      IOException exception,
                      int retryCount)
Handle.

Specified by:
handle in interface ExceptionHandler<org.apache.commons.httpclient.HttpMethod>
Parameters:
method - the method
exception - the exception
retryCount - the retry count
Returns:
true, if successful


Copyright © 2010 Nikolaos Georgosopoulos. All Rights Reserved.