org.strutsme.wishlist.client.adapter
Class WishOnlineRunner

java.lang.Object
  extended by org.strutsme.wishlist.client.adapter.WishOnlineRunner
All Implemented Interfaces:
java.lang.Runnable

public final class WishOnlineRunner
extends java.lang.Object
implements java.lang.Runnable

Connections should be performed in seperate Threads to avoid deadlock. This Runner handles all requests of the Wishlist-application.

Author:
lbusmann

Constructor Summary
WishOnlineRunner(WishOnlineAdapter adapter, java.lang.String action, java.util.Hashtable requestParams, SafeHashtable formData)
          Constructor.
 
Method Summary
 void run()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WishOnlineRunner

public WishOnlineRunner(WishOnlineAdapter adapter,
                        java.lang.String action,
                        java.util.Hashtable requestParams,
                        SafeHashtable formData)
Constructor.

Parameters:
action - the action to perform
requestParams - the requestParams
formData - the formData
adapter - the adapter, which started this runner
Method Detail

run

public void run()

Specified by:
run in interface java.lang.Runnable