net.sf.urlchecker.v2.commands
Class CheckUrlsProcess

Package class diagram package CheckUrlsProcess
java.lang.Object
  extended by net.sf.urlchecker.v2.commands.CheckUrlsProcess
All Implemented Interfaces:
Runnable

public class CheckUrlsProcess
extends Object
implements Runnable

The Class CheckUrlsProcess.

$Id: CheckUrlsProcess.java 186 2010-12-18 09:14:15Z georgosn $

Version:
$LastChangedRevision: 186 $
Author:
$LastChangedBy: georgosn $

Constructor Summary
CheckUrlsProcess(org.apache.http.client.HttpClient aClient, org.apache.http.protocol.HttpContext localContext, Result res)
          Instantiates a new check URLs process.
 
Method Summary
 Result getResult()
          Gets the result.
 void run()
           run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckUrlsProcess

public CheckUrlsProcess(org.apache.http.client.HttpClient aClient,
                        org.apache.http.protocol.HttpContext localContext,
                        Result res)
                 throws org.apache.commons.configuration.ConfigurationException
Instantiates a new check URLs process.

Parameters:
aClient - the a client
localContext - the local context
res - the res
Throws:
org.apache.commons.configuration.ConfigurationException - the configuration exception
Method Detail

getResult

public Result getResult()
Gets the result.

Returns:
the result

run

public void run()

run

Specified by:
run in interface Runnable


Copyright © 2010 Nikolaos Georgosopoulos. All Rights Reserved.