|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hawk.module.lib.HttpModule
public class HttpModule
This is a hawk library module . This hits the targetURL with the parameters. This can upload files too.
SystemModule| Constructor Summary | |
|---|---|
HttpModule()
|
|
| Method Summary | |
|---|---|
boolean |
execute(java.lang.Object... args)
|
boolean |
reset()
This resets one cycle of execution. |
boolean |
resetThreads(java.lang.Object... args)
This resets all the hawk threads. |
boolean |
startUp()
The target application's main module needs to implement it for its initialization. |
boolean |
waitforThreadsToFinish(java.lang.Object... args)
This waits for all the hawk threads to finish their tasks. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpModule()
| Method Detail |
|---|
public boolean startUp()
IModule
startUp in interface IModulepublic boolean reset()
IModule
reset in interface IModule
public boolean execute(java.lang.Object... args)
throws java.lang.Exception
java.lang.Exception
public boolean waitforThreadsToFinish(java.lang.Object... args)
throws java.lang.Exception
allThreads - list of all threads which are started.
java.lang.Exception
public boolean resetThreads(java.lang.Object... args)
throws java.lang.Exception
allThreads - list of all threads which are started.
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||