|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.strutsme.wishlist.client.adapter.WishOnlineRunner
public final class WishOnlineRunner
Connections should be performed in seperate Threads to avoid deadlock. This Runner handles all requests of the Wishlist-application.
| 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 |
|---|
public WishOnlineRunner(WishOnlineAdapter adapter,
java.lang.String action,
java.util.Hashtable requestParams,
SafeHashtable formData)
action - the action to performrequestParams - the requestParamsformData - the formDataadapter - the adapter, which started this runner| Method Detail |
|---|
public void run()
run in interface java.lang.Runnable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||