| |
|
| java.lang.Object org.ow2.easybeans.tests.stress.invocation.TestInvocation
TestInvocation | public class TestInvocation (Code) | | Tests the support for multiple lookups and method invocations.
author: Eduardo Studzinski Estima de Castro author: Gisele Pinheiro Souza |
Field Summary | |
final public static int | NUMBER_CLIENTS Number of clients to be simulated. | final public static int | NUMBER_LOOKUPS Number of lookup for each client. |
Method Summary | |
public void | testLookup() Tests the support for multiple lookups and method invocations. |
NUMBER_CLIENTS | final public static int NUMBER_CLIENTS(Code) | | Number of clients to be simulated.
|
NUMBER_LOOKUPS | final public static int NUMBER_LOOKUPS(Code) | | Number of lookup for each client.
|
testLookup | public void testLookup() throws Exception(Code) | | Tests the support for multiple lookups and method invocations.
throws: Exception - if a problem occurs. |
|
|
|