| |
|
| java.lang.Object org.ow2.easybeans.tests.stress.invocation.TestStatefulThreadSafe
TestStatefulThreadSafe | public class TestStatefulThreadSafe (Code) | | Tests the support for invoking stateful.
author: Florent Benoit |
Field Summary | |
final public static int | NUMBER_LOOKUPS Number of threads for each client. |
Method Summary | |
public void | startUp() Gets bean instances used in the tests. | public void | testMultipleThreadsCalls() Tests the support for many calls in parallel on the same stateful bean. |
NUMBER_LOOKUPS | final public static int NUMBER_LOOKUPS(Code) | | Number of threads for each client.
|
startUp | public void startUp() throws Exception(Code) | | Gets bean instances used in the tests.
throws: Exception - if there is a problem with bean initialization. |
testMultipleThreadsCalls | public void testMultipleThreadsCalls() throws Exception(Code) | | Tests the support for many calls in parallel on the same stateful bean.
throws: Exception - if a problem occurs. |
|
|
|