| |
|
| java.lang.Object org.ow2.easybeans.tests.stress.invocation.TestStateless
TestStateless | public class TestStateless (Code) | | Tests the support for multiple call on stateless beans.
author: Florent Benoit |
Field Summary | |
final public static int | NUMBER_INVOCATION Number of threads for each client. | final public static int | NUMBER_THREADS 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_INVOCATION | final public static int NUMBER_INVOCATION(Code) | | Number of threads for each client.
|
NUMBER_THREADS | final public static int NUMBER_THREADS(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. |
|
|
|