| |
|
| java.lang.Object org.jboss.test.threading.mbean.Threads
Threads | public class Threads implements ThreadsMBean(Code) | | This test is there to make sure that the multithreaded version doesn't lock the container
It works in VM and spawns many threads that will ping the server.
See Also: author: Marc Fleury version: $Revision: 57211 $ version: Revisions: version: 20010524 marc fleury: Initial version |
Inner Class :public class Test implements Runnable | |
Field Summary | |
org.apache.log4j.Category | log | public boolean | runMe |
log | org.apache.log4j.Category log(Code) | | |
runMe | public boolean runMe(Code) | | |
getLoops | public int getLoops()(Code) | | |
getNumberOfThreads | public int getNumberOfThreads()(Code) | | |
getWait | public long getWait()(Code) | | |
setLoops | public void setLoops(int loops)(Code) | | |
setNumberOfThreads | public void setNumberOfThreads(int numberOfThreads)(Code) | | |
setWait | public void setWait(long wait)(Code) | | |
stopMe | public void stopMe()(Code) | | |
|
|
|