Package de.hybris.platform.core.system
Class AbstractLockHandlerIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.core.system.AbstractLockHandlerIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
- Direct Known Subclasses:
InitializationLockHandlerIntegrationTest,InitializationLockHandlerPerformanceTest
public abstract class AbstractLockHandlerIntegrationTest extends HybrisJUnit4Test
-
-
Field Summary
Fields Modifier and Type Field Description protected InitializationLockHandlerhandlerprotected intTHREADSprotected intWAIT_SECONDS-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description AbstractLockHandlerIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancheckTestTableExists(InitializationLockHandler handler)protected booleancheckTestTableExists(javax.sql.DataSource dataSource, java.lang.String tableName)protected voidclearHandler(InitializationLockHandler handler)protected AbstractTenantcreateOtherClusterIdTenant()protected InitializationLockHandlerprepareHandler(java.lang.String tableName)-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Field Detail
-
WAIT_SECONDS
protected final int WAIT_SECONDS
- See Also:
- Constant Field Values
-
THREADS
protected final int THREADS
- See Also:
- Constant Field Values
-
handler
protected InitializationLockHandler handler
-
-
Method Detail
-
prepareHandler
protected InitializationLockHandler prepareHandler(java.lang.String tableName)
-
clearHandler
protected void clearHandler(InitializationLockHandler handler)
-
createOtherClusterIdTenant
protected AbstractTenant createOtherClusterIdTenant()
-
checkTestTableExists
protected boolean checkTestTableExists(InitializationLockHandler handler)
-
checkTestTableExists
protected boolean checkTestTableExists(javax.sql.DataSource dataSource, java.lang.String tableName)
-
-